After selecting elements in the viewport, is it possible to get the method by which it was selected? #9278
-
|
After selecting one or more elements in the viewport, is it possible to get information about how the elements were selected, i.e. was it by just picking it, by drawing crossing line or by drawing box? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
What do you think you would do with this information? |
Beta Was this translation helpful? Give feedback.
-
|
Getting the element ids is all done on the frontend by reading the depth buffer, I don't see how this is relevant to loading properties in response to the selection changed event. |
Beta Was this translation helpful? Give feedback.
Getting the element ids is all done on the frontend by reading the depth buffer, I don't see how this is relevant to loading properties in response to the selection changed event.