Returns the curve type of a segment of the referenced NURBS curve.
The index is zero based (0 to number of segments - 1).
PROCEDURE NurbsCurveType(
objectHd : HANDLE;
index : LONGINT;
VAR isByFit : BOOLEAN);def vs.NurbsCurveType(objectHd, index):
return isByFit| Name | Type | Description |
|---|---|---|
| objectHd | HANDLE | Handle to NURBS curve. |
| index | LONGINT | Index of curve segment. |
| isByFit | BOOLEAN | Type of curve segment. |
Availability: from VectorWorks9.0
- Objects - NURBS