BooleanOperand
Overview
BooleanOperand is a class in Aspose.3D FOSS for Python.
This class encapsulates the transformed mesh as Boolean operation’s operand.
This class declares 3 methods for BooleanOperand objects in Python programs.
Available methods include: __init__, of.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: operand.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operand | `` | Read | Gets the operand. |
Methods
| Signature | Description |
|---|---|
__init__(operand) | Calls init(operand) on this BooleanOperand instance. |
of(node) → "BooleanOperand" | Construct a BooleanOperand instance from a node. |
of(mesh, transform) → "BooleanOperand" | Construct a BooleanOperand instance from a mesh. |