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

Public Attributes

const CurvesGeometrymain
 
const CurvesGeometryprofile
 
VArraySpan< boolmain_cyclic
 
VArraySpan< boolprofile_cyclic
 

Detailed Description

Definition at line 225 of file curve_to_mesh_convert.cc.

Member Data Documentation

◆ main

const CurvesGeometry& blender::bke::CurvesInfo::main

Definition at line 226 of file curve_to_mesh_convert.cc.

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

◆ main_cyclic

VArraySpan<bool> blender::bke::CurvesInfo::main_cyclic

Definition at line 230 of file curve_to_mesh_convert.cc.

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

◆ profile

const CurvesGeometry& blender::bke::CurvesInfo::profile

Definition at line 227 of file curve_to_mesh_convert.cc.

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

◆ profile_cyclic

VArraySpan<bool> blender::bke::CurvesInfo::profile_cyclic

Definition at line 231 of file curve_to_mesh_convert.cc.

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


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