BooleanOperation

BooleanOperation

Overview

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

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

Properties: ADD, INTERSECT, SUB.

Description

BooleanOperation is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 3 properties for programmatic use.

The class also provides the ADD property (gets the add), the SUB property (gets the sub), the INTERSECT property (gets the intersect).

Properties

NameTypeAccessDescription
ADD``ReadGets the add.
SUB``ReadGets the sub.
INTERSECT``ReadGets the intersect.

See Also