You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,38 +7,53 @@ This plugin interfaces [CGAL Skeletonization](https://doc.cgal.org/latest/Surfac
7
7
8
8
The build can be done In-tree or Out of tree, see SOFA [documentation](https://www.sofa-framework.org/community/doc/plugins/build-a-plugin-from-sources/).
9
9
10
+
- CGAL version needed should be greater than 4.9
11
+
- SOFA version compatible since v22.06
10
12
11
13
12
14
## Usage
13
15
14
16
The example bellow store in the output file the skeleton of a the input vessel mesh.
Please note that it is also compatible with [SOFAPython3](https://sofapython3.readthedocs.io/en/latest/)
40
+
41
+
It is important to specify the Data ```outputSkeleton``` in which the plugin will write the centerlines.
42
+
43
+
This file will contain a set of points per polyline, polylines are separated by an empty line. Biforcation points can be found on their corresponant polylines.
44
+
45
+
Please note that the plugin is compatible with [SOFAPython3](https://sofapython3.readthedocs.io/en/latest/)
0 commit comments