How to obtain the selection order of objects in C++
-
-
Would BaseDocument::GetActiveObjects() and the GETACTIVEOBJECTFLAGS::SELECTIONORDER flag do the trick?
Steve
-
Hi @pchg ,
@spedler thank you for providing the answer. You should actually give the aforementioned GetActiveObjects() function with the SELECTIONORDER flag a try.
You should be careful with this function though, when selecting hierarchies, as this could lead to some not completely expected results.
Cheers,
Ilia -
@spedler Thank you for your help