Skip to content

Commit 3ffa89c

Browse files
committed
Update docstrings
1 parent 8ccf16c commit 3ffa89c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ansys/dpf/core/field.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@ def plot(
551551
Used to deform the plotted mesh. Must output a 3D vector field.
552552
scale_factor:
553553
Scaling factor to apply when warping the mesh.
554+
meshed_region:
555+
Mesh to plot the field on.
554556
**kwargs:
555557
Additional keyword arguments for the plotter. For additional keyword
556558
arguments, see ``help(pyvista.plot)``.

src/ansys/dpf/core/plotter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,8 @@ def plot_contour(
852852
shell_layers:
853853
Enum used to set the shell layers if the model to plot
854854
contains shell elements. Defaults to the top layer.
855+
meshed_region:
856+
Mesh to plot the data on.
855857
deform_by:
856858
Used to deform the plotted mesh. Must output a 3D vector field.
857859
scale_factor:

0 commit comments

Comments
 (0)