Document add boolean API

This commit is contained in:
Dion Moult
2025-01-19 00:29:22 +11:00
parent 34a2d95524
commit 8e98aecc0b
2 changed files with 51 additions and 13 deletions
@@ -59,7 +59,6 @@ class TestAddBoolean(test.bootstrap.IFC4):
assert len(booleans) == 2
assert len(rep.Items) == 1
assert rep.Items[0].FirstOperand.is_a("IfcBooleanResult")
assert rep.Items[0].FirstOperand.is_a("IfcBooleanResult")
assert rep.Items[0].SecondOperand == second2
assert rep.Items[0].Operator == "DIFFERENCE"
assert rep.Items[0].FirstOperand.FirstOperand == first