BooleanResult.leaf_operands
- BooleanResult.leaf_operands()
Yield all leaf (non-BooleanResult) operands in the CSG tree.
Traverses the tree depth-first and yields every operand that is not itself a
BooleanResult.- Yields:
Yield all leaf (non-BooleanResult) operands in the CSG tree.
Traverses the tree depth-first and yields every operand that
is not itself a BooleanResult.