TemporaryBRepManager.createSphere Method
Parent Object:
TemporaryBRepManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/TemporaryBRepManager.h>
Description
Creates a temporary spherical BRepBody object.
Syntax
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.returnValue = temporaryBRepManager_var.createSphere(center, radius)
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
#include <Fusion/BRep/TemporaryBRepManager.h>
returnValue = temporaryBRepManager_var->createSphere(center, radius);
|
Return Value
BRepBody |
Returns the newly created temporary BRepBody object or null in the case of failure. |
Parameters
center |
Point3D |
The center point of the sphere. |
radius |
double |
The radius of the sphere in centimeters. |
Samples
Version
Introduced in version December 2017