| Solid Edge Part Type Library > KeyPointCurve Object : GetAllPoints Method |
| 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 _ ) |
| Value | Description |
|---|---|
| igCylinderEndPoint | |
| igCylinderStartPoint | |
| igKeyPoint | |
| igSpacePoint |
| Value | Description |
|---|---|
| igKeyPointCallback | Keypoint Type - Callback |
| igKeyPointCenter | Keypoint Type - Center |
| igKeyPointEnd | Keypoint Type - End |
| igKeyPointHorizontalSilhouette | Keypoint Type - Horizontal Silhouette |
| igKeyPointInteriorNode | Keypoint Type - Interior Node |
| igKeyPointInteriorPole | Keypoint Type - Interior Pole |
| igKeyPointMajorAxis | Keypoint Type - Major Axis |
| igKeyPointMiddle | Keypoint Type - Middle |
| igKeyPointMinorAxis | Keypoint Type - Minor Axis |
| igKeyPointNonDefining | Keypoint Type - Non-defining |
| igKeyPointPointOnly | Keypoint Type - Point Only |
| igKeyPointStart | Keypoint Type - Start |
| igKeyPointVerticalSilhouette | Keypoint Type - Vertical Silhouette |