Blender V5.0
blender::geometry::CurveFromEdgesOutput Struct Reference

Public Attributes

Vector< int > vert_indices
Vector< int > curve_offsets
IndexRange cyclic_curves

Detailed Description

Definition at line 94 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 98 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 100 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 96 of file mesh_to_curve_convert.cc.


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