Skip to content

Commit 50b8595

Browse files
fix: Missing line
1 parent e4a9577 commit 50b8595

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/gallery/12_import_from_pygeometry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
prime_client = prime.launch_prime()
8282
model = prime_client.model
8383
mesh_util = prime.lucid.Mesh(model=model)
84+
mesh_util.from_geometry(design)
85+
8486
8587
Mesh the geometry and display it
8688
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)