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.

This enumeration defines 3 values: UNION, DIFFERENCE, INTERSECTION.

Description

BooleanOperation is an enumeration type in the Aspose.3D FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like BooleanOperation help ensure type safety by restricting values to a predefined set.

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