simple.example.trame Module

This example assumes a venv with the following dependencies:

$ pip install trame trame-vuetify trame-vtk

This can be executed as follow:

$ pvpython –venv .venv -m paraview.simple.example.trame

This is an adaptation of what was produced in [this blog][1] for [VTK 9.4][2]

class paraview.simple.example.trame.TitleWithStatistic(name, title, width)[source]

Bases: VCardTitle

paraview.simple.example.trame.main()[source]
paraview.simple.example.trame.setup_pv()[source]
paraview.simple.example.trame.slider(title, name, default_value, min_value, max_value, step_value)[source]