|
Blender V4.3
|
Public Attributes | |
| Vector< int > | vert_indices |
| Vector< int > | curve_offsets |
| IndexRange | cyclic_curves |
Definition at line 86 of file mesh_to_curve_convert.cc.
The first index of each curve in the result.
Definition at line 90 of file mesh_to_curve_convert.cc.
| IndexRange blender::geometry::CurveFromEdgesOutput::cyclic_curves |
A subset of curves that should be set cyclic.
Definition at line 92 of file mesh_to_curve_convert.cc.
The indices in the mesh for each control point of each result curves.
Definition at line 88 of file mesh_to_curve_convert.cc.