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.
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
|
Type | Description |
boolean | Returns true if the operation was successful. |
Name | Type | Description |
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. |
Name | Description |
TemporaryBRepManager API Sample | TemporaryBRepManager related functions |