I have a border file which caters for many sizes. This in turn is attached to designs. The users control what size border they want though the use of level display on the reference file attachment. So far so good, old fashioned and not the best but it works. Oh and for good measure the users frequently move the border placement to suit their drawing so it's not consistently in the same place.
Now here is where my problem comes in; I have to be able to add elements to the designs to make it look as though a stamp has been applied and I need to be able to determine where in the design the bottom left corner of the border is.
The bottom left corner of the border is determined by which levels have been switched on/off in the reference file display.
I have tried to use ActiveModelReference.range(True) but unfortunately this gives me the extents of the reference regardless of the level display.
I would like to be able to bring back the bottom left corner of only the displayed border.
Could anybody give me any pointers on how to achieve this?
Thanks,
Andy