Skip to content

Commit

Permalink
Add server's version availability in python Operators examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellot000 committed Feb 24, 2023
1 parent 898cf61 commit b35c864
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
The objective of this simple example is to show how routines for DPF can
be wrapped in Python plugins.
.. note::
This example requires DPF 4.0 (Ansys 2022R2) or above.
For more information, see :ref:`ref_compatibility`.
.. note::
This example requires the Premium ServerContext.
For more information, see :ref:`user_guide_server_context`.
Expand Down
4 changes: 4 additions & 0 deletions examples/07-python-operators/01-package_python_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
- One that returns all scoping IDs having data higher than the average
- One that returns all scoping IDs having data lower than the average
.. note::
This example requires DPF 4.0 (Ansys 2022R2) or above.
For more information, see :ref:`ref_compatibility`.
.. note::
This example requires the Premium ServerContext.
For more information, see :ref:`user_guide_server_context`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
and then exports the mesh and the norm of the 3D vector field to a GLTF
file at the given path.
.. note::
This example requires DPF 4.0 (Ansys 2022R2) or above.
For more information, see :ref:`ref_compatibility`.
.. note::
This example requires the Premium ServerContext.
For more information, see :ref:`user_guide_server_context`.
Expand Down

0 comments on commit b35c864

Please sign in to comment.