BooleanOperand
Overview
BooleanOperand is a class in Aspose.3D FOSS for .NET.
This class encapsulates the transformed mesh as Boolean operation’s operand.
This class provides 2 methods for working with BooleanOperand objects in .NET programs.
Available methods include: Of, ToString.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Operand.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Operand | A3DObject | Read | Gets the operand. |
Methods
| Signature | Description |
|---|---|
ToString() | Gets the string representation. |
Of(node: Node) | Construct a BooleanOperand instance from a node, a valid entity implemented Mesh is required. |
Of(mesh: Entity) | Construct a BooleanOperand instance from a node, a valid entity implemented Mesh is required. |
Of(mesh: Entity, transform: Matrix4?) | Construct a BooleanOperand instance from a node, a valid entity implemented Mesh is required. |