Skip to content

Commit 9a48554

Browse files
add plot meshes container in plotting_meshes.rst tutorial update
1 parent 187b860 commit 9a48554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/user_guide/tutorials/plot/plotting_meshes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ our `Examples` package:
3333

3434
.. code-block:: python
3535
36-
# Import the ``ansys.dpf.core`` module, including examples files
36+
# Import the ``ansys.dpf.core`` module, including examples files and operators subpackage
3737
from ansys.dpf import core as dpf
3838
from ansys.dpf.core import examples
39+
from ansys.dpf.core import operators as ops
3940
# Define the result file
4041
pontoon_file = examples.download_pontoon()
4142
@@ -73,6 +74,7 @@ method, it plots the bare mesh by default.
7374

7475
from ansys.dpf import core as dpf
7576
from ansys.dpf.core import examples
77+
from ansys.dpf.core import operators as ops
7678
pontoon_file = examples.download_pontoon()
7779
my_model = dpf.Model(data_sources=pontoon_file)
7880
my_model.plot()

0 commit comments

Comments
 (0)