Cylinder.GetCylinderData Method
Parent Object: CylinderDescription
Get the data defining this cylinder.
Syntax
Cylinder.GetCylinderData( BasePoint() As Double, AxisVector() As Double, Radius As Double )Parameters
| Name | Type | Description |
| BasePoint | Double | Input/output Double that specifies the base point of the cylinder. |
| AxisVector | Double | Input/output Double that specifies axis vector. |
| Radius | Double | Output Double that specifies the radius of the cylinder. |
