Dear all,
I'm wrestling with the macro feature vOutline to get the outer points of a view on a drawing. I managed to get this working for drawing 1, with swDraw.GetFirstView and swDraw.GetNextView, but i need to check if the view of the flattened sheetmetal has to be turned by 90 degrees or not.
So i need tot check if vOutline (2) - vOutline (1) > vOutline(0) - vOutline(1), if this is true, then nothing has to happen, otherwise the view as to be turned.
Could someone tell me how to get this vOutline from drawing number 5.
thank in advance!
SolidworksApi macros