Performs the specified Boolean operation between the two input bodies. The input bodies need not be solid but can be faces that are combined or trimmed.
"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. If successful, the target body is modified as a result of the Boolean operation. Because of this the targetBody must always be a temporary BRepBody. The toolbody is not modified. This is analogous to a machining operation where you have the target that is being machined and the tool that removes material. |
Name | Type | Description |
targetBody | BRepBody | The target body that will be modified as a result of the Boolean operation. |
toolBody | BRepBody | The tool body that will be used to operate on the target body. |
booleanType | BooleanTypes | The type of Boolean operation to perform. |
Name | Description |
TemporaryBRepManager API Sample | TemporaryBRepManager related functions |