Solid Edge Part Type Library
GetAllPoints Method
Specifies the number of points in the referenced object.
Specifies the indices of the points.
Specifies the point types. Valid values are members of the PointTypeConstants constant set.
Specifies the keypoints.
Specifies the keypoint types. Valid values are members of the KeyPointType constant set.
Specifies the point positions.
Description
This method returns all keypoints for the referenced KeyPointCurve object.
Syntax
Visual Basic
Public Sub GetAllPoints( _
   ByRef NumPoints As Long, _
   ByRef PointIndices() As Long, _
   ByRef PointTypeConsts() As PointTypeConstants, _
   ByRef KeyPointObjs() As Object, _
   ByRef KeyPointTypeConsts() As KeyPointType, _
   ByRef PointPositions() As Double _
) 
Parameters
NumPoints
Specifies the number of points in the referenced object.
PointIndices
Specifies the indices of the points.
PointTypeConsts
ValueDescription
igCylinderEndPoint
igCylinderStartPoint
igKeyPoint
igSpacePoint
Specifies the point types. Valid values are members of the PointTypeConstants constant set.
KeyPointObjs
Specifies the keypoints.
KeyPointTypeConsts
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
Specifies the keypoint types. Valid values are members of the KeyPointType constant set.
PointPositions
Specifies the point positions.
See Also

KeyPointCurve Object  | KeyPointCurve Members