Skip to content

Commit d311de4

Browse files
Update src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent bb44695 commit d311de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def plot(
229229
230230
Parameters
231231
----------
232-
plottable_object : Union[pv.PolyData, pv.MultiBlock, MeshObjectPlot, pv.UnstructuredGrid]
232+
plottable_object : Union[pv.PolyData, pv.MultiBlock, MeshObjectPlot, pv.UnstructuredGrid, pv.StructuredGrid]
233233
Object to plot.
234234
name_filter : str, default: None
235235
Regular expression with the desired name or names to include in the plotter.

0 commit comments

Comments
 (0)