BooleanOperation

BooleanOperation

Overview

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

BooleanOperation.UNION represents a boolean operation that combines two solids into their union.

Values

ValueDescription
UNIONRepresents a boolean operation that combines two solids into their union
DIFFERENCERepresents a boolean operation that subtracts the second solid from the first
INTERSECTIONRepresents a boolean operation that retains only the overlapping volume of two solids

See Also