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
| Value | Description |
|---|---|
UNION | Represents a boolean operation that combines two solids into their union |
DIFFERENCE | Represents a boolean operation that subtracts the second solid from the first |
INTERSECTION | Represents a boolean operation that retains only the overlapping volume of two solids |