Blender  V3.3
Public Attributes | List of all members
blender::geometry::CurveFromEdgesOutput Struct Reference

Public Attributes

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

Detailed Description

Definition at line 81 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 85 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 87 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 83 of file mesh_to_curve_convert.cc.


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