mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 07:28:38 +00:00
geometry.add_boolean: fix typo in the class name
🫣🫣
This commit is contained in:
@@ -90,9 +90,9 @@ def add_boolean(
|
|||||||
|
|
||||||
booleans = []
|
booleans = []
|
||||||
for second_item in second_items:
|
for second_item in second_items:
|
||||||
if first.is_a("IfcTesselatedFaceSet"):
|
if first.is_a("IfcTessellatedFaceSet"):
|
||||||
first.Closed = True # For now, trust the user to do the right thing.
|
first.Closed = True # For now, trust the user to do the right thing.
|
||||||
if second_item.is_a("IfcTesselatedFaceSet"):
|
if second_item.is_a("IfcTessellatedFaceSet"):
|
||||||
second_item.Closed = True # For now, trust the user to do the right thing.
|
second_item.Closed = True # For now, trust the user to do the right thing.
|
||||||
if (
|
if (
|
||||||
operator == "DIFFERENCE"
|
operator == "DIFFERENCE"
|
||||||
|
|||||||
Reference in New Issue
Block a user