mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
fix bug on Extend IfcBeam: https://community.osarch.org/discussion/1327/blenderbim-bug-on-extend-ifcbeam
This commit is contained in:
@@ -515,6 +515,7 @@ class DumbProfileJoiner:
|
|||||||
opening.ObjectPlacement.RelativePlacement.Location.Coordinates = coordinates
|
opening.ObjectPlacement.RelativePlacement.Location.Coordinates = coordinates
|
||||||
blenderbim.core.geometry.edit_object_placement(tool.Ifc, tool.Geometry, tool.Surveyor, obj=obj)
|
blenderbim.core.geometry.edit_object_placement(tool.Ifc, tool.Geometry, tool.Surveyor, obj=obj)
|
||||||
blenderbim.core.geometry.switch_representation(
|
blenderbim.core.geometry.switch_representation(
|
||||||
|
tool.Ifc,
|
||||||
tool.Geometry,
|
tool.Geometry,
|
||||||
obj=obj,
|
obj=obj,
|
||||||
representation=new_body,
|
representation=new_body,
|
||||||
|
|||||||
Reference in New Issue
Block a user