Returns the distance from the input point to the input NURBS Object h.
FUNCTION GetNurbsObjectDistanceFromPoint(
h : HANDLE;
pointX,pointY : REAL;
VAR distance : REAL): BOOLEAN;def vs.GetNurbsObjectDistanceFromPoint(h, point):
return (BOOLEAN, distance)| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to a NURBS object. |
| point | REAL | point |
| distance | REAL | Distance between point and object. |
Availability: from VectorWorks10.0