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
| Name | Type | Access | Description |
|---|---|---|---|
ADD | `` | Read | Gets the add. |
SUB | `` | Read | Gets the sub. |
INTERSECT | `` | Read | Gets the intersect. |