assembly: handle FC without topo naming
This commit is contained in:
parent
42f3ed25ca
commit
91970fa3df
|
@ -631,7 +631,10 @@ class AsmElement(AsmBase):
|
|||
# level compound will be made inside updatePlacement() to contain the
|
||||
# part's placement.
|
||||
shape = Part.makeCompound(shape)
|
||||
shape.ElementMap = info.Shape.ElementMap
|
||||
try:
|
||||
shape.ElementMap = info.Shape.ElementMap
|
||||
except Exception:
|
||||
pass
|
||||
self.updatePlacement(info.Placement,shape)
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user