Plotter.export_vtksz#
- Plotter.export_vtksz( ) str | Path[source]#
Export this plotter as a VTK.js OfflineLocalView file.
The exported file can be viewed with the OfflineLocalView viewer available at https://kitware.github.io/vtk-js/examples/OfflineLocalView.html
- Parameters:
- Returns:
- output
str|Path The exported filename.
Deprecated since version 0.49.0: Use
plotter.trame.export_vtksz(...)instead. This method now proxies to that registered plotter component (provided by thetrame-pyvistapackage).- output