I have a macro that takes a users selected drawing view and copies it to an empty page. On that copied view, I want to remove all user enities (line, circles...) that are in that view. Basically I just want the compoent but in the same orientation/sclale and such as the one selected. I can hide the anotations but other than going thru each list of objecs (GetLines(), GetArcs()...) I can't locate any way to hide or delete these objects. I was hoping to do this with a more global list of all entities....Any thoughts?
SolidworksApi macros