Constructs a point at the intersection of a line and a plane.
Input Arguments
0 |
Collection Object Name |
Plane Name |
The name of the plane to intersect. |
1 |
Collection Object Name |
Line Name |
The name of the line to intersect. |
2 |
Point Name |
Resulting Point Name |
The name of the resulting point. |
Return Arguments
None.
Returned Status
SUCCESS |
The point was created successfully. |
FAILURE |
The line or plane was not found, or do not intersect. |
Remarks
If the point already exists with the same name as specified, it will be renamed to avoid duplicate names.