Blender V4.3
blender::bke::ResultOffsets Struct Reference

Public Attributes

int total
 
Array< intvert
 
Array< intedge
 
Array< intloop
 
Array< intface
 
Array< intmain_indices
 
Array< intprofile_indices
 
bool any_single_point_main
 
bool any_single_point_profile
 

Detailed Description

Definition at line 248 of file curve_to_mesh_convert.cc.

Member Data Documentation

◆ any_single_point_main

bool blender::bke::ResultOffsets::any_single_point_main

Whether any curve in the profile or curve input has only a single evaluated point.

Definition at line 263 of file curve_to_mesh_convert.cc.

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

◆ any_single_point_profile

bool blender::bke::ResultOffsets::any_single_point_profile

Definition at line 264 of file curve_to_mesh_convert.cc.

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

◆ edge

◆ face

◆ loop

◆ main_indices

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

Definition at line 259 of file curve_to_mesh_convert.cc.

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

◆ profile_indices

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

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

Referenced by blender::bke::calculate_result_offsets(), and blender::bke::foreach_curve_combination().

◆ vert

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

Offsets into the result mesh for each combination.

Definition at line 253 of file curve_to_mesh_convert.cc.

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


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