Method that creates a new Torus object. The object created is a transient mathematical object and is not displayed graphically
Name | Type | Description |
CenterPoint | Point | Input Point object that specifies the center of the torus. |
AxisVector | UnitVector | Input UnitVector object that specifies the direction of the axis of the torus. |
MajorRadius | Double | Input Double that specifies the major radius of the torus. |
MinorRadius | Double | Input Double that specifies the minor radius of the torus. |