BooleanOperand class
BooleanOperand class
This class encapsulates the transformed mesh as Boolean operation’s operand.
The BooleanOperand type exposes the following members:
Properties
Property | Description |
---|---|
operand | Gets the operand, it can be an instance of HalfSpace , IMeshConvertible or Node . |
Methods
Method | Description |
---|---|
of(, node) | Construct a BooleanOperand instance from a node, a valid entity implemented IMeshConvertible is required |
of(, mesh) | Construct a BooleanOperand instance from a bare IMeshConvertible instance. |
of(, mesh, transform) |
See Also
- module
aspose.threed.entities
- class
BooleanOperand
- class
HalfSpace
- class
IMeshConvertible
- class
Node