|
Blender V5.0
|
Public Attributes | |
| int | i_main |
| int | i_profile |
| IndexRange | main_points |
| IndexRange | profile_points |
| bool | main_cyclic |
| bool | profile_cyclic |
| int | main_segment_num |
| int | profile_segment_num |
| IndexRange | vert_range |
| IndexRange | edge_range |
| IndexRange | face_range |
| IndexRange | loop_range |
Information at a specific combination of main and profile curves.
Definition at line 431 of file curve_to_mesh_convert.cc.
| IndexRange blender::bke::CombinationInfo::edge_range |
Definition at line 445 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep(), and blender::bke::write_sharp_bezier_edges().
| IndexRange blender::bke::CombinationInfo::face_range |
Definition at line 446 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
| int blender::bke::CombinationInfo::i_main |
Definition at line 432 of file curve_to_mesh_convert.cc.
| int blender::bke::CombinationInfo::i_profile |
Definition at line 433 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::write_sharp_bezier_edges().
| IndexRange blender::bke::CombinationInfo::loop_range |
Definition at line 447 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
| bool blender::bke::CombinationInfo::main_cyclic |
Definition at line 438 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
| IndexRange blender::bke::CombinationInfo::main_points |
Definition at line 435 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::build_mesh_positions(), and blender::bke::curve_to_mesh_sweep().
| int blender::bke::CombinationInfo::main_segment_num |
Definition at line 441 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep(), and blender::bke::write_sharp_bezier_edges().
| bool blender::bke::CombinationInfo::profile_cyclic |
Definition at line 439 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
| IndexRange blender::bke::CombinationInfo::profile_points |
Definition at line 436 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::build_mesh_positions(), and blender::bke::curve_to_mesh_sweep().
| int blender::bke::CombinationInfo::profile_segment_num |
Definition at line 442 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::curve_to_mesh_sweep().
| IndexRange blender::bke::CombinationInfo::vert_range |
Definition at line 444 of file curve_to_mesh_convert.cc.
Referenced by blender::bke::build_mesh_positions(), and blender::bke::curve_to_mesh_sweep().