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

Public Attributes

int total
Array< int > vert
Array< int > edge
Array< int > loop
Array< int > face
Array< int > main_indices
Array< int > profile_indices
bool any_single_point_main
bool any_single_point_profile

Detailed Description

Definition at line 254 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 269 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 270 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 265 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 266 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 256 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 259 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: