Duplicated Solids.

 From:  coi (MARCO)
3273.4 
hi paq,

did you try the SelectParents-script?

http://kyticka.webzdarma.cz/3d/moi/#SelectParents

script:var gd = moi.geometryDatabase; var objs = gd.getSelectedObjects(); gd.deselectAll(); for ( var i = 0; i < objs.length; ++i ) { var parents = objs.item(i).getHistoryParents(); parents.setProperty( 'selected', true ); }

i duplicated a few solids on top of each other..selected the whole punch and ran the selectparents-script..ended up with just the "orginal" solids selected..

best of luck,
marco