We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0d2b8 commit 432f247Copy full SHA for 432f247
1 file changed
src/copyleft/cgal/remesh_self_intersections.cpp
@@ -61,7 +61,9 @@ void bind_remesh_self_intersections(nb::module_ &m)
61
- VV: remeshed vertex positions
62
- FF: remeshed face indices
63
- IF: intersecting face pairs
64
- - J: birth triangle indices)");
65
-
+ - J: birth triangle indices
+ - IM if stitch_all = true #VV list from 0 to #VV-1
66
+ elseif stitch_all = false #VV list of indices into VV of unique vertices.
67
+ )");
68
}
69
0 commit comments