mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Fix #6079. Regression in editing space boundaries due to leftover line in commit.
This commit is contained in:
@@ -207,7 +207,6 @@ class Model(bonsai.core.tool.Model):
|
||||
)
|
||||
|
||||
surface.OuterBoundary = tool.Ifc.get().add(profile_def.OuterCurve)
|
||||
surface.InnerBoundaries = results
|
||||
if profile_def.is_a("IfcArbitraryProfileDefWithVoids"):
|
||||
surface.InnerBoundaries = [tool.Ifc.get().add(c) for c in profile_def.InnerCurves]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user