Solid Edge Draft Type Library
GetKeyPoint Method
Description
Returns information about a specified key point.
Syntax
Visual Basic
Public Sub GetKeyPoint( _
   ByVal Index As Long, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef KeypointType As KeyPointType, _
   ByRef HandleType As Long _
) 
Parameters
Index
x
y
z
KeypointType
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
HandleType
See Also

DVLineString2d Object  | DVLineString2d Members  | Solid Edge ST5 - What's New