BooleanOperation

BooleanOperation

Overview

BooleanOperation is a enum in Aspose.3D FOSS for .NET.

Mesh’s Boolean operation

Values

ValueDescription
UnionRepresents a boolean operation that combines two solids into their union
SubtractRepresents a boolean operation that subtracts the second solid from the first
IntersectionRepresents a boolean operation that yields the common volume of two solids

See Also