Solid Edge Draft Type Library
GetNearestNode Method
Coordinates of the input point.
Coordinates of the input point.
Description
Returns the index of the node point that is closest to the specified coordinates on the referenced BSplineCurve2d object.
Syntax
Visual Basic
Public Function GetNearestNode( _
   ByVal x As Double, _
   ByVal y As Double _
) As Long
Parameters
x
Coordinates of the input point.
y
Coordinates of the input point.
See Also

DVBSplineCurve2d Object  | DVBSplineCurve2d Members

Send comments on this topic.