Retrieves the properties of a plane.
Input Arguments
0 |
Collection Object Name |
Plane Name |
The name of the plane to retrieve. |
Return Arguments
1 |
Vector |
Normal Direction |
The normalized vector direction of the specified plane, in working coordinates. |
2 |
Vector |
Point on Plane |
A point on the plane. |
3 |
Double |
D Parameter |
The value of D in the plane equation (Ax + By + Cz + D = 0). |
Returned Status
SUCCESS |
The plane properties were retrieved successfully. |
FAILURE |
The specified plane was not found. |
Remarks
None.