Solid Edge Draft Type Library
GetPole Method
The index into the array of poles on the BSpline curve.
X value of the BsplineCurve2d object's pole.
Y value of the BsplineCurve2d object's pole.
Description
Returns the x and y values of a pole on the referenced BSplineCurve at a specified index.
Syntax
Visual Basic
Public Sub GetPole( _
   ByVal Index As Long, _
   ByRef x As Double, _
   ByRef y As Double _
) 
Parameters
Index
The index into the array of poles on the BSpline curve.
x
X value of the BsplineCurve2d object's pole.
y
Y value of the BsplineCurve2d object's pole.
See Also

DVBSplineCurve2d Object  | DVBSplineCurve2d Members

Send comments on this topic.