Blender V4.3
blender::geometry::CurveFromEdgesOutput Struct Reference

Public Attributes

Vector< intvert_indices
 
Vector< intcurve_offsets
 
IndexRange cyclic_curves
 

Detailed Description

Definition at line 86 of file mesh_to_curve_convert.cc.

Member Data Documentation

◆ curve_offsets

Vector<int> blender::geometry::CurveFromEdgesOutput::curve_offsets

The first index of each curve in the result.

Definition at line 90 of file mesh_to_curve_convert.cc.

◆ cyclic_curves

IndexRange blender::geometry::CurveFromEdgesOutput::cyclic_curves

A subset of curves that should be set cyclic.

Definition at line 92 of file mesh_to_curve_convert.cc.

◆ vert_indices

Vector<int> blender::geometry::CurveFromEdgesOutput::vert_indices

The indices in the mesh for each control point of each result curves.

Definition at line 88 of file mesh_to_curve_convert.cc.


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