Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 658 Bytes

File metadata and controls

32 lines (23 loc) · 658 Bytes

NurbsCurveGetNumPieces

Description

Returns the number of pieces that compose the referenced NURBS curve.

FUNCTION NurbsCurveGetNumPieces(objectHd : HANDLE): INTEGER;
def vs.NurbsCurveGetNumPieces(objectHd):
    return INTEGER

Parameters

Name Type Description
objectHd HANDLE Handle to NURBS curve.

Remarks

See example on NurbsGetPt3D

Examples

presentation of pieces (segments in the example) in a NURBS curve:

NURBS_Pieces.png

Version

Availability: from VectorWorks 9.0

Category