| Solid Edge Assembly Type Library > Paths Collection : Add Method |
| Visual Basic |
|---|
Public Function Add( _ ByVal NumPoints As Long, _ ByRef PointTypeConstants() As PointTypeConstants, _ ByRef EdgeSet() As Object, _ ByRef KeyPointTypeConstants() As KeyPointType, _ ByRef Array() As Double, _ ByVal StartpointEndType As KeypointEndConditionConstants, _ Optional ByVal EndpointEndType As Variant _ ) As Path |
| 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 |
| Value | Description |
|---|---|
| seKeypointEndConditionCurvatureContinuous | Keypoint End Condition - Curvature Continuous |
| seKeypointEndConditionNatural | Keypoint End Condition - Natural |
| seKeypointEndConditionNormalToFace | Keypoint End Condition - Normal To Face |
| seKeypointEndConditionPeriodic | Keypoint End Condition - Periodic |
| seKeypointEndConditionTangent | Keypoint End Condition - Tangent |