Question
Is there any way to know which part of an ellipse is picked?
I've a macro that needs to rotate an item depending on whether the thick or thin part of an ellipse has been picked.
But I can't find a way to work this out.
I thought of useing activeDoc.firstSelectedElement.ellipse.segments[1].pen but when you select an ellipse, segment 1 is always the thicker segment, no matter if you select on the first or second segment.
Is there a way to do it using firstSelectEdelement?

