mover: fix auto recompute on moving linked assembly
This commit is contained in:
parent
6c68f0f901
commit
b590b57793
|
@ -15,7 +15,7 @@ class AsmMovingPart(object):
|
||||||
def __init__(self, moveInfo, element, moveElement):
|
def __init__(self, moveInfo, element, moveElement):
|
||||||
hierarchy = moveInfo.HierarchyList
|
hierarchy = moveInfo.HierarchyList
|
||||||
info = moveInfo.ElementInfo
|
info = moveInfo.ElementInfo
|
||||||
self.objs = [h.Assembly for h in reversed(hierarchy)]
|
self.objs = [h.Assembly.getLinkedObject(True) for h in reversed(hierarchy)]
|
||||||
self.assembly = resolveAssembly(info.Parent)
|
self.assembly = resolveAssembly(info.Parent)
|
||||||
self.viewObject = self.assembly.Object.ViewObject
|
self.viewObject = self.assembly.Object.ViewObject
|
||||||
self.info = info
|
self.info = info
|
||||||
|
|
Loading…
Reference in New Issue
Block a user