API: How to get reference to automatically created objects

Hi,

 

I draw a lot of (overlapping) objects and mirror/fillet/... them in groups. I can do this because I have the references to the objects I create.

But now I have to manipulate the resulting automatically created (mirrored, ...) objects also. More specifically, I have to rotate the resulting groups of objects (original and mirrored together).

For now I haven't found any way of doing this, since I don't have any reference to these automatically created objects. And I can't find any selection filter either, as the objects are of different types, reside in different layers, and are all very close or overlapping.

The only alternative I can think of is drawing each group of objects on the side to be able to select with SelectByWindow for manipulation, and afterwards move them to the correct coordinates. However that means I'll have to change a LOT of code for drawing everything at the side location, and then again for moving.

Is there something I'm missing, or is this a missing feature in the API? Ideally, methods like MirrorEntities should return an array of created objects...

 

Thank you for any insights or tips,

K.