Blender  V3.3
Public Attributes | List of all members
blender::bke::ResultOffsets Struct Reference

Public Attributes

int total
 
Array< int > vert
 
Array< int > edge
 
Array< int > loop
 
Array< int > poly
 
Array< int > main_indices
 
Array< int > profile_indices
 

Detailed Description

Definition at line 238 of file curve_to_mesh_convert.cc.

Member Data Documentation

◆ edge

Array<int> blender::bke::ResultOffsets::edge

◆ loop

Array<int> blender::bke::ResultOffsets::loop

◆ main_indices

Array<int> blender::bke::ResultOffsets::main_indices

Definition at line 249 of file curve_to_mesh_convert.cc.

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

◆ poly

Array<int> blender::bke::ResultOffsets::poly

◆ profile_indices

Array<int> blender::bke::ResultOffsets::profile_indices

Definition at line 250 of file curve_to_mesh_convert.cc.

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

◆ total

int blender::bke::ResultOffsets::total

The total number of curve combinations.

Definition at line 240 of file curve_to_mesh_convert.cc.

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

◆ vert

Array<int> blender::bke::ResultOffsets::vert

Offsets into the result mesh for each combination.

Definition at line 243 of file curve_to_mesh_convert.cc.

Referenced by blender::bke::copy_curve_domain_attribute_to_mesh(), and blender::bke::curve_to_mesh_sweep().


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