Cylinder.PutCylinderData Method
Parent Object: CylinderDescription
Method that sets the data defining this cylinder.
Syntax
Cylinder.PutCylinderData( 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 | Input Double that specifies the radius of the cylinder. |