Solid Edge Draft Type Library
GetNode Method
Specifies the index of the node whose coordinates are to be returned.
Coordinates of the specified node.
Coordinates of the specified node.
Description
Returns the coordinates of a specified node on the referenced BSplineCurve2d object.
Syntax
Visual Basic
Public Sub GetNode( _
   ByVal Index As Long, _
   ByRef x As Double, _
   ByRef y As Double _
) 
Parameters
Index
Specifies the index of the node whose coordinates are to be returned.
x
Coordinates of the specified node.
y
Coordinates of the specified node.
Remarks
The node is specified by its index.
See Also

DVBSplineCurve2d Object  | DVBSplineCurve2d Members

Send comments on this topic.