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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,38 @@ 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.
It is important to specify the ```inputFile``` in which the plugin will write the centerlines.
41
+
It is important to specify the Data ```outputSkeleton``` in which the plugin will write the centerlines.
36
42
37
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.
0 commit comments