Creates a dynamic point relationship using the selected construction mode and reference geometry.
Input Arguments
0 |
Collection Object Name |
Relationship Name |
The name for the new relationship. |
1 |
Dynamic Point Mode |
Construction Mode |
Selected method for construction |
2 |
Collection Object Name |
First Reference Geometry |
First reference used by the construction method |
3 |
Collection Object Name |
Second Reference Geometry |
Second reference object used for construction |
4 |
Collection Object Name |
Third Reference Geometry |
Third reference object used for construction |
Return Arguments
None.
Returned Status
SUCCESS |
The relationship was created successfully. |
FAILURE |
The specified relationship already exists, or the reference geometry could not be found. |
Remarks
Dynamic Point construction currently supports:
Intersection of a line and a plane
Intersection of a Cylinder and Plane, returning the axis intersection point
Intersection of a Cone and Plane, returning the axis intersection point
Intersection of 3 planes
Mid-Point of Perpendicular to 2 lines (intersection of 2 lines allowing for imperfection)