Returns the number of pieces that compose the referenced NURBS curve.
FUNCTION NurbsCurveGetNumPieces(objectHd : HANDLE): INTEGER;def vs.NurbsCurveGetNumPieces(objectHd):
return INTEGER| Name | Type | Description |
|---|---|---|
| objectHd | HANDLE | Handle to NURBS curve. |
See example on NurbsGetPt3D
presentation of pieces (segments in the example) in a NURBS curve:
Availability: from VectorWorks 9.0
