TemporaryBRepManager.transform Method
Parent Object:
TemporaryBRepManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/TemporaryBRepManager.h>
Description
Transforms the input body using the specified transformation matrix.
Syntax
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.returnValue = temporaryBRepManager_var.transform(body, transform)
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
#include <Fusion/BRep/TemporaryBRepManager.h>
returnValue = temporaryBRepManager_var->transform(body, transform);
|
Return Value
boolean |
Returns true if the specified transform was successfully applied to the body. |
Parameters
body |
BRepBody |
The BRepBody object to transform. |
transform |
Matrix3D |
The transformation matrix that defines the transform to apply to the body. |
Samples
Version
Introduced in version December 2017