BooleanOperand
Overview
BooleanOperand is a class in Aspose.3D FOSS for Java.
This class encapsulates the transformed mesh as Boolean operation’s operand.
This class provides 5 methods for working with BooleanOperand objects in Java programs.
Available methods include: getOperand, of, toString.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: operand.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operand | A3DObject | Read | Gets the operand, it can be an instance of HalfSpace, IMeshConvertible or Node. |
Methods
| Signature | Description |
|---|---|
of(node: Node) → BooleanOperand | Construct a BooleanOperand instance from a node, a valid entity implemented IMeshConvertible is required. |
of(mesh: Entity) → BooleanOperand | Construct a BooleanOperand instance from a bare IMeshConvertible instance. |
of(mesh: Entity, transform: Matrix4) → BooleanOperand | Construct a BooleanOperand instance from a IMeshConvertible instance and specified transform. |
getOperand() → A3DObject | Gets the operand, it can be an instance of HalfSpace, IMeshConvertible or Node. |
toString() → String | Gets the string representation of BooleanOperand. |