Blender V4.5
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

Definition at line 445 of file curve_to_mesh_convert.cc.

◆ face_range

IndexRange blender::bke::CombinationInfo::face_range

Definition at line 446 of file curve_to_mesh_convert.cc.

◆ 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.

◆ loop_range

IndexRange blender::bke::CombinationInfo::loop_range

Definition at line 447 of file curve_to_mesh_convert.cc.

◆ main_cyclic

bool blender::bke::CombinationInfo::main_cyclic

Definition at line 438 of file curve_to_mesh_convert.cc.

◆ main_points

IndexRange blender::bke::CombinationInfo::main_points

Definition at line 435 of file curve_to_mesh_convert.cc.

◆ main_segment_num

int blender::bke::CombinationInfo::main_segment_num

Definition at line 441 of file curve_to_mesh_convert.cc.

◆ profile_cyclic

bool blender::bke::CombinationInfo::profile_cyclic

Definition at line 439 of file curve_to_mesh_convert.cc.

◆ profile_points

IndexRange blender::bke::CombinationInfo::profile_points

Definition at line 436 of file curve_to_mesh_convert.cc.

◆ profile_segment_num

int blender::bke::CombinationInfo::profile_segment_num

Definition at line 442 of file curve_to_mesh_convert.cc.

◆ vert_range

IndexRange blender::bke::CombinationInfo::vert_range

Definition at line 444 of file curve_to_mesh_convert.cc.


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