VS:NurbsCurveGetNumPieces: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
(No difference)

Revision as of 14:35, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

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

Parameters

objectHd HANDLE Handle to NURBS curve.

Return Value

An INTEGER count of the pieces composing the curve.

Version

Availability: from VectorWorks9.0