TransientGeometry.CreateTorus Method
Parent Object: TransientGeometryDescription
Method that creates a new Torus object. The object created is a transient mathematical object and is not displayed graphically
Syntax
TransientGeometry.CreateTorus( CenterPoint As Point, AxisVector As UnitVector, MajorRadius As Double, MinorRadius As Double ) As TorusParameters
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. |