Skip to content

Commit 29cf95b

Browse files
Update examples/gallery/12_import_from_pygeometry.py
Co-authored-by: Martin Walters <104021577+waltersma@users.noreply.github.com>
1 parent fa94846 commit 29cf95b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/gallery/12_import_from_pygeometry.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@
9090
9191
.. code-block:: python
9292
93-
mesh_util.surface_mesh(min_size=0.1, max_size=0.5)
93+
mesh_util.surface_mesh(max_size=0.5)
94+
mesh_util.volume_mesh()
95+
96+
model.parts[0].print_mesh = True
97+
print(model)
9498
display = PrimePlotter()
9599
display.plot(model)
96100
display.show()

0 commit comments

Comments
 (0)