Enum BooleanOperation

BooleanOperation enumeration

Mesh’s Boolean operation

public enum BooleanOperation

Values

NameValueDescription
Add0Add two meshes and calculate the union of the inputs.
Sub1Subtract one mesh from another mesh, calculate the difference of the inputs.
Intersect2Calculate the intersection of two meshes.

See Also