Solid Edge Assembly Type Library
InsertKeyPoint Method
Description
Inserts a keypoint in the referenced curve before a specified point.
Syntax
Visual Basic
Public Sub InsertKeyPoint( _
   ByVal EdgeToInsert As Object, _
   ByVal KeypointConstant As KeyPointType, _
   ByVal KeypointIndexToInsertBefore As Long _
) 
Parameters
EdgeToInsert
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
KeypointIndexToInsertBefore
See Also

Path Object  | Path Members  | Solid Edge V18 - What's New