TransientBRep.CreateSolidTorus Method
Parent Object: TransientBRepDescription
Method that creates a solid torus.
Remarks
The axis of the resulting torus is parallel to the model z-axis.Syntax
TransientBRep.CreateSolidTorus( Center As Point, MajorRadius As Double, MinorRadius As Double ) As SurfaceBodyParameters
Name | Type | Description |
Center | Point | Input Point that defines the center of the torus. |
MajorRadius | Double | Input Double that defines the major radius of the torus in centimeters. |
MinorRadius | Double | Input Double that defines the minor radius of the torus in centimeters. |