TemporaryBRepManager.createBox Method
Parent Object:
TemporaryBRepManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/TemporaryBRepManager.h>
Description
Creates a new temporary solid box BRepBody object.
Syntax
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.returnValue = temporaryBRepManager_var.createBox(box)
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
#include <Fusion/BRep/TemporaryBRepManager.h>
returnValue = temporaryBRepManager_var->createBox(box);
|
Return Value
BRepBody |
Returns the newly created temporary BRepBody object or null in the case of failure. |
Parameters
box |
OrientedBoundingBox3D |
The OrientedBoundingBox3D object that defines the position, orientation, and size of the box to crate. |
Samples
Version
Introduced in version December 2017