diff --git a/src/blenderbim/blenderbim/tool/boundary.py b/src/blenderbim/blenderbim/tool/boundary.py index 5756b89e3d..d31ba8d99b 100644 --- a/src/blenderbim/blenderbim/tool/boundary.py +++ b/src/blenderbim/blenderbim/tool/boundary.py @@ -65,7 +65,6 @@ class Boundary(blenderbim.core.tool.Boundary): @classmethod def move_origin_to_space_origin(cls, obj): - model = tool.Ifc.get() boundary = tool.Ifc.get_entity(obj) space = tool.Ifc.get_object(boundary.RelatingSpace) translation = obj.matrix_world.translation - space.matrix_world.translation