The trame_remote.py
module#
Summary#
Description#
Module for trame websocket client functions.
Module detail#
- trame_remote.send_pl(plotter: pyvista.Plotter, host: str = 'localhost', port: int = 8765)#
Send the plotter meshes to a remote trame service.
Since plotter can’t be pickled, we send the meshes list instead.
- trame_remote.send_mesh(mesh: pyvista.PolyData | pyvista.MultiBlock, host: str = 'localhost', port: int = 8765)#
Send a mesh to a remote trame service.