assembly: fix AsmWorkPlane.getSelection()
This commit is contained in:
parent
c497ef8aed
commit
8fb0f956fe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user