File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
doc/source/user_guide/tutorials/plot Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments