I'm trying to fetch the coordinates of point shown in picture.
I have tried all three APIs:
- SelMgr.GetSelectionPointInSketchSpace(count,-1);
- SelMgr.GetSelectionPoint2(count, -1);
- SelMgr.GetSelectedObject6(count,-1);
But all give different result as shown in below message box:
(Units are same: inches).. please assist.