Creates a temporary solid cylinder or cone 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 |
| pointOne | Point3D | A point at one end of the cylinder or cone. |
| pointOneRadius | double | The radius of the cylinder or cone at the point one end, in centimeters. |
| pointTwo | Point3D | A point at the opposite end of the cylinder or cone. |
| pointTwoRadius | double | The radius of the cylinder or cone at the point two end, in centimeters. For a cylinder the pointTwoRadius should be equal to the pointOneRadius. |
| Name | Description |
| TemporaryBRepManager API Sample | TemporaryBRepManager related functions |