We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dff62 commit 1956c1aCopy full SHA for 1956c1a
doc/source/user_guide/tutorials/plot/plot_mesh_scopings.rst
@@ -28,6 +28,8 @@ For more information see the :ref:`ref_tutorials_get_mesh_from_result_file` tuto
28
import ansys.dpf.core as dpf
29
# Import the examples module
30
from ansys.dpf.core import examples
31
+ # Import the operator module
32
+ import ansys.dpf.core.operators as ops
33
34
# Download and get the path to an example result file
35
result_file_path_1 = examples.download_piston_rod()
0 commit comments