parent
2f54b91224
commit
8bbe8e5dd9
|
@ -1056,10 +1056,16 @@ class BaseMulti(Base):
|
||||||
|
|
||||||
for e in obj.Proxy.getElements():
|
for e in obj.Proxy.getElements():
|
||||||
info = e.Proxy.getInfo()
|
info = e.Proxy.getInfo()
|
||||||
if info.Part in parts:
|
|
||||||
logger.warn('{} skip duplicate parts {}',
|
################################################################
|
||||||
cstrName(obj),info.PartName)
|
# Note: Multiple elements from the same part makes sense in, e.g.
|
||||||
continue
|
# PointsOnCircle
|
||||||
|
################################################################
|
||||||
|
# if info.Part in parts:
|
||||||
|
# logger.warn('{} skip duplicate parts {}',
|
||||||
|
# cstrName(obj),info.PartName)
|
||||||
|
# continue
|
||||||
|
|
||||||
parts.add(info.Part)
|
parts.add(info.Part)
|
||||||
if solver.isFixedPart(info.Part):
|
if solver.isFixedPart(info.Part):
|
||||||
if ref:
|
if ref:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user