You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/concepts/waysofusing.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ DPF is a framework that provides data computation capabilities. These capabiliti
28
28
enabled using the DPF Server application.
29
29
These capabilities can be accessed through client APIs, as shown here:
30
30
31
-
.. image:: ../images/drawings/apis_2.png
32
31
32
+
.. image:: ../images/drawings/apis_2.png
33
33
34
34
35
-
1. DPF server application can be accessed using Ansys Inc product, or DPF Server package (see :ref:`ref_getting_started_with_dpf_server`) available on the Customer portal.
35
+
1. DPF server application can be accessed using Ansys Inc product, or DPF Server package (see :ref:`ref_getting_started_with_dpf_server`) available on the Customer portal.
36
36
37
-
2. Several client APIs are available (CPython, IronPython, C++, and so on).
37
+
2. Several client APIs are available (CPython, IronPython, C++, and so on).
38
38
39
-
3. Communication in the same process, or through gRPC, allows you to have the client and the servers on different machines.
39
+
3. Communication in the same process, or through gRPC, allows you to have the client and the servers on different machines.
40
40
41
41
Note that **IronPython and CPython APIs are different**, each has specific syntax.
0 commit comments