|
Blender V4.3
|
Public Attributes | |
| int | total |
| Array< int > | vert |
| Array< int > | edge |
| Array< int > | loop |
| Array< int > | face |
| Array< int > | main_indices |
| Array< int > | profile_indices |
| bool | any_single_point_main |
| bool | any_single_point_profile |
Definition at line 248 of file curve_to_mesh_convert.cc.
| bool blender::bke::ResultOffsets::any_single_point_main |
Whether any curve in the profile or curve input has only a single evaluated point.
Definition at line 263 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
| bool blender::bke::ResultOffsets::any_single_point_profile |
Definition at line 264 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
Definition at line 254 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::copy_curve_domain_attribute_to_mesh(), blender::bke::curve_to_mesh_sweep(), and blender::bke::foreach_curve_combination().
Definition at line 256 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::copy_curve_domain_attribute_to_mesh(), blender::bke::curve_to_mesh_sweep(), and blender::bke::foreach_curve_combination().
Definition at line 255 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::copy_curve_domain_attribute_to_mesh(), blender::bke::curve_to_mesh_sweep(), and blender::bke::foreach_curve_combination().
Definition at line 259 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
Definition at line 260 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
| int blender::bke::ResultOffsets::total |
The total number of curve combinations.
Definition at line 250 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::calculate_result_offsets(), and blender::bke::foreach_curve_combination().
Offsets into the result mesh for each combination.
Definition at line 253 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::copy_curve_domain_attribute_to_mesh(), blender::bke::curve_to_mesh_sweep(), and blender::bke::foreach_curve_combination().