Solid Edge Part Type Library
InsertPoint Method
Specifies an edge that contains the keypoint to be inserted.
Member of the KeyPointType constant set that specifies the keypoint on the edge.
Specifies the ordinal of the keypoint in the curve before which the new keypoint is to be added.
Description
Inserts a keypoint in the referenced curve before a specified point.
Syntax
Visual Basic
Public Sub InsertPoint( _
   ByVal EdgeToInsert As Object, _
   ByVal KeypointConstant As KeyPointType, _
   ByVal KeypointIndexToInsertBefore As Long _
) 
Parameters
EdgeToInsert
Specifies an edge that contains the keypoint to be inserted.
KeypointConstant
ValueDescription
igKeyPointCallbackKeypoint Type - Callback
igKeyPointCenterKeypoint Type - Center
igKeyPointEndKeypoint Type - End
igKeyPointHorizontalSilhouetteKeypoint Type - Horizontal Silhouette
igKeyPointInteriorNodeKeypoint Type - Interior Node
igKeyPointInteriorPoleKeypoint Type - Interior Pole
igKeyPointMajorAxisKeypoint Type - Major Axis
igKeyPointMiddleKeypoint Type - Middle
igKeyPointMinorAxisKeypoint Type - Minor Axis
igKeyPointNonDefiningKeypoint Type - Non-defining
igKeyPointPointOnlyKeypoint Type - Point Only
igKeyPointStartKeypoint Type - Start
igKeyPointVerticalSilhouetteKeypoint Type - Vertical Silhouette
Member of the KeyPointType constant set that specifies the keypoint on the edge.
KeypointIndexToInsertBefore
Specifies the ordinal of the keypoint in the curve before which the new keypoint is to be added.
See Also

KeyPointCurve Object  | KeyPointCurve Members