Retrieves the properties of a cylinder.
Input Arguments
0 |
Collection Object Name |
Cylinder Name |
The name of the cylinder to retrieve. |
Return Arguments
1 |
Vector |
Begin Coordinate |
The coordinate of the beginning of the cylinder (start of the axis line) in the working coordinate frame. |
2 |
Vector |
End Coordinate |
The coordinate of the end of the cylinder (end of the axis line) in the working coordinate frame. |
3 |
Vector |
Axis Direction |
A normalized vector representing the direction of the cylinder. |
4 |
Double |
Length |
The length (height) of the cylinder. |
5 |
Double |
Radius |
The radius of the cylinder. |
6 |
Double |
Diameter |
The diameter of the cylinder. |
Returned Status
SUCCESS |
The cylinder properties were retrieved successfully. |
FAILURE |
The specified cylinder was not found. |
Remarks
None.