mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
geometry.add_boolean: fix typo in the class name
🫣🫣
(cherry picked from commit d772b24bd6)
This commit is contained in:
@@ -90,9 +90,9 @@ def add_boolean(
|
||||
|
||||
booleans = []
|
||||
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.
|
||||
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.
|
||||
if (
|
||||
operator == "DIFFERENCE"
|
||||
|
||||
Reference in New Issue
Block a user