mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +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.OuterBoundary = tool.Ifc.get().add(profile_def.OuterCurve)
|
||||||
surface.InnerBoundaries = results
|
|
||||||
if profile_def.is_a("IfcArbitraryProfileDefWithVoids"):
|
if profile_def.is_a("IfcArbitraryProfileDefWithVoids"):
|
||||||
surface.InnerBoundaries = [tool.Ifc.get().add(c) for c in profile_def.InnerCurves]
|
surface.InnerBoundaries = [tool.Ifc.get().add(c) for c in profile_def.InnerCurves]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user