Represents the meta-data associated with a curve mesh (a number of curves of the same type).
Methods ΒΆ
curveCount
: int
Property
The number of curves contained in this curve mesh.
vertexCount
: int
Property
The number of control vertices (CVs) for all curves.
knotCount
: int
Property
The number of knots for all curves.
isPeriodic
: bool
Property
Whether the curves in this curve mesh are periodic (closed by appending a new point)
isRational
: bool
Property
Whether the curves in this curve mesh are rational.
order
: int
Property
Order of 1 is invalid. 0 means there is a varying order.
hasKnots
: bool
Property
Whether the curve has knots.
isClosed
: bool
Property
Similar to isPeriodic, but creates a polygon instead of a separate point