BooleanOperation enumeration

BooleanOperation enumeration

Mesh’s Boolean operation

The BooleanOperation type exposes the following members:

Fields

FieldDescription
ADDAdd two meshes and calculate the union of the inputs.
SUBSubtract one mesh from another mesh, calculate the difference of the inputs.
INTERSECTCalculate the intersection of two meshes.

See Also