Blender  V3.3
Public Attributes | List of all members
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 poly_range
 
IndexRange loop_range
 

Detailed Description

Information at a specific combination of main and profile curves.

Definition at line 367 of file curve_to_mesh_convert.cc.

Member Data Documentation

◆ edge_range

IndexRange blender::bke::CombinationInfo::edge_range

Definition at line 381 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 368 of file curve_to_mesh_convert.cc.

◆ i_profile

int blender::bke::CombinationInfo::i_profile

Definition at line 369 of file curve_to_mesh_convert.cc.

Referenced by blender::bke::curve_to_mesh_sweep().

◆ loop_range

IndexRange blender::bke::CombinationInfo::loop_range

Definition at line 383 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 374 of file curve_to_mesh_convert.cc.

Referenced by blender::bke::curve_to_mesh_sweep().

◆ main_points

IndexRange blender::bke::CombinationInfo::main_points

Definition at line 371 of file curve_to_mesh_convert.cc.

Referenced by blender::bke::curve_to_mesh_sweep().

◆ main_segment_num

int blender::bke::CombinationInfo::main_segment_num

Definition at line 377 of file curve_to_mesh_convert.cc.

◆ poly_range

IndexRange blender::bke::CombinationInfo::poly_range

Definition at line 382 of file curve_to_mesh_convert.cc.

Referenced by blender::bke::curve_to_mesh_sweep().

◆ profile_cyclic

bool blender::bke::CombinationInfo::profile_cyclic

Definition at line 375 of file curve_to_mesh_convert.cc.

Referenced by blender::bke::curve_to_mesh_sweep().

◆ profile_points

IndexRange blender::bke::CombinationInfo::profile_points

Definition at line 372 of file curve_to_mesh_convert.cc.

Referenced by blender::bke::curve_to_mesh_sweep().

◆ profile_segment_num

int blender::bke::CombinationInfo::profile_segment_num

Definition at line 378 of file curve_to_mesh_convert.cc.

◆ vert_range

IndexRange blender::bke::CombinationInfo::vert_range

Definition at line 380 of file curve_to_mesh_convert.cc.

Referenced by blender::bke::curve_to_mesh_sweep().


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