Skip to content

Commit 44401ab

Browse files
Apply suggestions from code review
Co-authored-by: Martin Walters <104021577+waltersma@users.noreply.github.com>
1 parent 3424ad0 commit 44401ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/gallery/12_import_from_pygeometry.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
3535
Procedure
3636
~~~~~~~~~
37+
#. Launch the Geometry service and create a simple geometry.
3738
#. Launch Ansys Prime Server.
3839
#. Create a CAD geometry with PyGeometry.
3940
#. Import the geometry into PyPrimeMesh.
40-
#. Exit the PyPrimeMesh session.
41+
#. Mesh and display the imported geometry.
42+
#. Exit the PyPrimeMesh and PyGeometry sessions.
4143
4244
4345
@@ -122,4 +124,5 @@
122124
display.plot(model)
123125
display.show()
124126
modeler.close()
127+
prime_client.exit()
125128
"""

0 commit comments

Comments
 (0)