Solid Edge FrameworkSupport Type Library
GetKeyPoint Method
Specifies the index of the keypoint/handle.
X coordinate of the specified keypoint.
Y coordinate of the specified keypoint.
Z coordinate of the specified keypoint.
Returns a member of the KeyPointType constant set.
Returns a value in the HandleType constant set.
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 HandleType _
) 
Parameters
Index
Specifies the index of the keypoint/handle.
x
X coordinate of the specified keypoint.
y
Y coordinate of the specified keypoint.
z
Z coordinate of the specified keypoint.
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
Returns a member of the KeyPointType constant set.
HandleType
ValueDescription
igHandleConnectedToNextHandle Type - Connected to Next
igHandleConnectedToPreviousHandle Type - Connected to Previous
igHandleInvisibleHandle Type - Invisible
igHandleNoneHandle Type - None
igHandleReadOnlyHandle Type - Read Only
igHandleRotateHandle Type - Rotate
igHandleWriteableHandle Type - Writeable
Returns a value in the HandleType constant set.
Remarks
The key point is specified by its index.
See Also

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