Blender V5.0
blender::bke::CombinationInfo Struct Reference

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

Detailed Description

Information at a specific combination of main and profile curves.

Definition at line 431 of file curve_to_mesh_convert.cc.

Member Data Documentation

◆ edge_range

IndexRange blender::bke::CombinationInfo::edge_range

◆ face_range

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().

◆ i_main

int blender::bke::CombinationInfo::i_main

Definition at line 432 of file curve_to_mesh_convert.cc.

◆ i_profile

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().

◆ loop_range

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().

◆ main_cyclic

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().

◆ main_points

IndexRange blender::bke::CombinationInfo::main_points

◆ main_segment_num

int blender::bke::CombinationInfo::main_segment_num

◆ profile_cyclic

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().

◆ profile_points

IndexRange blender::bke::CombinationInfo::profile_points

◆ profile_segment_num

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().

◆ vert_range

IndexRange blender::bke::CombinationInfo::vert_range

The documentation for this struct was generated from the following file: