Mar 16, 2023 #1 CarlosR2022 Electrical Joined Sep 16, 2010 Messages 36 Location US There are some codes that allow getting a mouse pointer single click event but what if I draw a mouse selection as a rectangle? Is it possible to get the top-left and bottom-right coordinates?
There are some codes that allow getting a mouse pointer single click event but what if I draw a mouse selection as a rectangle? Is it possible to get the top-left and bottom-right coordinates?
Mar 18, 2023 1 #2 Little Cthulhu Marine/Ocean Joined May 27, 2018 Messages 761 Location RU No. In theory you can grab on-screen coordinates with WinAPI, but converting them to CATIA document's axis system is cumbersome to aay the least. Upvote 0 Downvote
No. In theory you can grab on-screen coordinates with WinAPI, but converting them to CATIA document's axis system is cumbersome to aay the least.
Mar 20, 2023 Thread starter #3 CarlosR2022 Electrical Joined Sep 16, 2010 Messages 36 Location US Thanks, Little Cthulhu. I ended up using different approach to my problem. Upvote 0 Downvote