Skip to content

Commit 99130d4

Browse files
committed
Forgot to monkey-patch the methods into the Assembly class
1 parent 658618e commit 99130d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assembly_mesh_plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def get_imprinted_gmsh(self):
209209
cq.occ_impl.assembly.imprint(self)
210210
)
211211

212-
print(imprinted_solids_with_orginal_ids)
213212
for solid, id in imprinted_solids_with_orginal_ids.items():
214213
# Add the current solid to the mesh
215214
# Work-around for a segfault with in-memory passing of OCCT objects
@@ -322,3 +321,4 @@ def assembly_to_imprinted_gmsh(self, mesh_path="tagged_mesh.msh"):
322321
cq.Assembly.saveToGmsh = assembly_to_gmsh # Alias name that works better on cq.Assembly
323322
cq.Assembly.getTaggedGmsh = get_tagged_gmsh
324323
cq.Assembly.assemblyToImprintedGmsh = assembly_to_imprinted_gmsh
324+
cq.Assembly.getImprintedGmsh = get_imprinted_gmsh

0 commit comments

Comments
 (0)