TemporaryBRepManager.deleteFaces Method
Parent Object:
TemporaryBRepManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/TemporaryBRepManager.h>
Description
Deletes one or more faces from a temporary BRepBody. The body that will be modified is determined by getting the parent body of the input faces.
Syntax
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.returnValue = temporaryBRepManager_var.deleteFaces(faces, deleteSpecifiedFaces)
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
#include <Fusion/BRep/TemporaryBRepManager.h>
returnValue = temporaryBRepManager_var->deleteFaces(faces, deleteSpecifiedFaces);
|
Return Value
boolean |
Returns true if the operation was successful. |
Parameters
faces |
BRepFace[] |
An array of BRepFace objects to delete. If more than one face is provided, all of the faces must exist within the same body. |
deleteSpecifiedFaces |
boolean |
This allows you to either delete the faces that were input or to keep those faces and delete all the other faces in the body. |
Samples
Version
Introduced in version December 2017