Blender V4.5
blender::bke::CurvesInfo Struct Reference

Public Attributes

const CurvesGeometrymain
 
const CurvesGeometryprofile
 
VArraySpan< bool > main_cyclic
 
VArraySpan< bool > profile_cyclic
 

Detailed Description

Definition at line 231 of file curve_to_mesh_convert.cc.

Member Data Documentation

◆ main

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

◆ main_cyclic

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

Definition at line 236 of file curve_to_mesh_convert.cc.

◆ profile

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

◆ profile_cyclic

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

Definition at line 237 of file curve_to_mesh_convert.cc.


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