BooleanOperation

BooleanOperation

Overview

BooleanOperation is a enum in Aspose.3d for Python.

BooleanOperation enum defines three constructive solid geometry (CSG) operations: ADD, SUB, and INTERSECT.

Values

ValueDescription
ADDRepresents a union (addition) boolean operation on 3D geometry
SUBRepresents a subtraction (difference) boolean operation on 3D geometry
INTERSECTRepresents an intersection boolean operation on 3D geometry