Creates a temporary toroidal BRepBody object.
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
|
Type | Description |
BRepBody | Returns the newly created temporary BRepBody object or null in the case of failure. |
Name | Type | Description |
center | Point3D | The center point of the torus. |
axis | Vector3D | The axis of the torus. |
majorRadius | double | The radius, in centimeters, of the major radius of the torus. If the torus was created by sweeping a circle around another circle this would be the radius of the path circle. |
minorRadius | double | The radius, in centimeters, of the minor radius of the torus. If the torus was created by sweeping a circle around another circle this would be the radius of the profile circle. |
Name | Description |
TemporaryBRepManager API Sample | TemporaryBRepManager related functions |