mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
Remove bloat line
This commit is contained in:
@@ -65,7 +65,6 @@ class Boundary(blenderbim.core.tool.Boundary):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def move_origin_to_space_origin(cls, obj):
|
def move_origin_to_space_origin(cls, obj):
|
||||||
model = tool.Ifc.get()
|
|
||||||
boundary = tool.Ifc.get_entity(obj)
|
boundary = tool.Ifc.get_entity(obj)
|
||||||
space = tool.Ifc.get_object(boundary.RelatingSpace)
|
space = tool.Ifc.get_object(boundary.RelatingSpace)
|
||||||
translation = obj.matrix_world.translation - space.matrix_world.translation
|
translation = obj.matrix_world.translation - space.matrix_world.translation
|
||||||
|
|||||||
Reference in New Issue
Block a user