I’m wondering if there perhaps exists a macro out there that could help in cleaning up multi body parts. In our workflow before exporting to CNC it would be helpful to eliminate small bodies that don’t serve a function, like leftovers from cutouts when we engrave numbers.
Something like a simple macro that selects the smallest body in a part by volume.
I was thinking about this one some more… Originally the slider selected or deselected components one-by-one, even though there are multiple identical bodies with the same volume. This update actually groups the bodies so that incrementing the slider by 1 will select all bodies of the next size increment. SelBodiesBySize.swp (123 KB)
LOL that’s basically exactly the same as the macro! I’m guessing that the “Select Parent Feature” does the same thing as the button on the updated version…