BooleanOperator constructor
__init__(self)
Constructor of BooleanOperator
def __init__(self):
...
__init__(self, operation, first, second)
Constructs a new instance of BooleanOperator with two operands
def __init__(self, operation, first, second):
...
| Parameter | Type | Description |
|---|---|---|
| operation | aspose.threed.entities.BooleanOperation | Boolean operation kind |
| first | aspose.threed.A3DObject | Instance of IMeshConvertible, HalfSpace or Node |
| second | aspose.threed.A3DObject | Instance of IMeshConvertible, HalfSpace or Node |
See Also
- module
aspose.threed.entities - class
BooleanOperator - class
HalfSpace - class
IMeshConvertible - class
Node