Notifications
Clear all

[Closed] Number of curves in a mesh?

I cant find the method to get the number of splines in a mesh…
Im taking a SnapshotAsMesh of an object and would like to know the number of curves it’s made of so then I can iteratively go through them using methods such as

lengthInterp <shape> <curve_num> <parameter>

thanks

1 Reply

Curves are a subobject of spline objects, not of meshes. There are no curves in a mesh, just edges, and each edge is connected between 2 vertices.

-Eric