Message 1 of 4
Get selection point via .NET?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I get the selection point or pick point in the .NET API? That is, when the user picks an object, how do I get the coordinates that the cursor was at when the user selected the object?
I'm guessing it has something to do with the PickPointSelectedObject class, but I'm having difficulty figuring out how all this fits together with the Editor GetSelection method et al...
I'm guessing it has something to do with the PickPointSelectedObject class, but I'm having difficulty figuring out how all this fits together with the Editor GetSelection method et al...
Sinc