| Solid Edge Part Type Library > CoordinateSystems Collection : AddRelativeToCoordinateSystem Method |
| Visual Basic |
|---|
Public Function AddRelativeToCoordinateSystem( _ ByVal RelativeToCoordSystem As CoordinateSystem, _ Optional ByVal AnyEdgeToDefineOrigin As Object, _ Optional ByVal KeyPointFlags As KeyPointType = 0, _ Optional ByVal XOffset As Variant, _ Optional ByVal YOffset As Variant, _ Optional ByVal ZOffset As Variant, _ Optional ByVal XRotation As Variant, _ Optional ByVal YRotation As Variant, _ Optional ByVal ZRotation As Variant _ ) As CoordinateSystem |
| 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 |