TemporaryBRepManager.transform Method

Parent Object: TemporaryBRepManager
Defined 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

Type Description
boolean Returns true if the specified transform was successfully applied to the body.

Parameters

Name Type Description
body BRepBody The BRepBody object to transform.
transform Matrix3D The transformation matrix that defines the transform to apply to the body.

Samples

Name Description
TemporaryBRepManager API Sample TemporaryBRepManager related functions

Version

Introduced in version December 2017