Solid Edge Part Type Library
InsertPointEx Method
Specifies the position on the x-axis at which the new point is inserted.
Specifies the position on the y-axis at which the new point is inserted.
Specifies the position on the z-axis at which the new point is inserted.
Specifies the index of the keypoint before which the new point is inserted.
Description
Inserts a space point in the referenced curve before a specified point.
Syntax
Visual Basic
Public Sub InsertPointEx( _
   ByVal XPos As Double, _
   ByVal YPos As Double, _
   ByVal ZPos As Double, _
   ByVal KeypointIndexToInsertBefore As Long _
) 
Parameters
XPos
Specifies the position on the x-axis at which the new point is inserted.
YPos
Specifies the position on the y-axis at which the new point is inserted.
ZPos
Specifies the position on the z-axis at which the new point is inserted.
KeypointIndexToInsertBefore
Specifies the index of the keypoint before which the new point is inserted.
See Also

KeyPointCurve Object  | KeyPointCurve Members

Send comments on this topic.