Blender V5.0
GEO_mesh_to_curve.hh File Reference
#include "BLI_index_mask.hh"
#include "BKE_curves.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::geometry

Functions

bke::CurvesGeometry blender::geometry::mesh_edges_to_curves_convert (const Mesh &mesh, const IndexMask &selection, const bke::AttributeFilter &attribute_filter)
bke::CurvesGeometry blender::geometry::create_curve_from_vert_indices (const bke::AttributeAccessor &mesh_attributes, Span< int > vert_indices, Span< int > curve_offsets, IndexRange cyclic_curves, const bke::AttributeFilter &attribute_filter)
bke::CurvesGeometry blender::geometry::mesh_faces_to_curves_convert (const Mesh &mesh, const IndexMask &selection, const bke::AttributeFilter &attribute_filter)