Method that creates a new Cylinder object. The object created is a transient mathematical object and is not displayed graphically.
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. |