TransientGeometry.CreateCylinder Method
Parent Object: TransientGeometryDescription
Method that creates a new Cylinder object. The object created is a transient mathematical object and is not displayed graphically.
Syntax
TransientGeometry.CreateCylinder( RootPoint As Point, Axis As UnitVector, Radius As Double ) As CylinderParameters
| Name | Type | Description |
| RootPoint | Point | Input Point object that specifies the base of the cylinder. |
| Axis | UnitVector | Input UnitVector object that specifies the direction of the axis of the cylinder. |
| Radius | Double | Input Double that specifies the radius of the cylinder. |
