ezervas
in reply to: ВeekeeCZ

Thanks, I appreciate the help!

 

I presume that the intention has been to replace the "move" command with the "select" one and that the use of the "move" command serves as demonstration that the objects are selected correctly. The problem is that "select" is kind of special and still does not work. As a matter of fact, "move" would also work with a simpler setout, without the need for a lambda function.

 

My problem is not feeding objects to just any command like "move" by handle. This is not a problem. The problem is feeding them specifically to the "select" command (or any other command with a similar effect should any exists) and actually watch the objects become selected on screen, with their grips etc. Then, having the objects selected on screen, I can do any other desired operations further as if I had selected the objects by hand. I do appreciate the idea about a lambda function nevertheless!