enable_block_picking using Trame #494
-
|
Hi, for my project I want to have a similar code as the example of composite picking from pyvista: Heres my code: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Replace Since the VtkLocalView is doing the rendering on the client side, if you don't do any extra work to sync the interaction (picking) with the server, none of what you are looking for is going to happen. You can find some picking example here. |
Beta Was this translation helpful? Give feedback.

Replace
VtkLocalViewbyVtkRemoteView.Since the VtkLocalView is doing the rendering on the client side, if you don't do any extra work to sync the interaction (picking) with the server, none of what you are looking for is going to happen. You can find some picking example here.