assembly: fix AsmWorkPlane.getSelection()

This commit is contained in:
Zheng, Lei 2019-05-31 13:56:48 +08:00
parent c497ef8aed
commit 8fb0f956fe

View File

@ -4131,7 +4131,7 @@ class AsmWorkPlane(object):
return AsmWorkPlane.Info(
SelObj = selObj,
SelSubname = sub,
PartGroup = assembly.Proxy.getPartGroup(),
PartGroup = resolveAssembly(assembly).getPartGroup(),
Shape = shape,
Placement = pla,
BoundBox = bbox)