BooleanOperation

BooleanOperation

Overview

BooleanOperation is a class in Aspose.3D FOSS for Typescript.

BooleanOperation.ADD represents a union (addition) boolean operation on meshes.

Properties

NameTypeAccessDescription
ADD``ReadRepresents a union (addition) boolean operation on meshes
SUB``ReadRepresents a subtraction (difference) boolean operation on meshes
INTERSECT``ReadRepresents an intersection boolean operation on meshes

See Also