We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658618e commit 99130d4Copy full SHA for 99130d4
1 file changed
assembly_mesh_plugin/plugin.py
@@ -209,7 +209,6 @@ def get_imprinted_gmsh(self):
209
cq.occ_impl.assembly.imprint(self)
210
)
211
212
- print(imprinted_solids_with_orginal_ids)
213
for solid, id in imprinted_solids_with_orginal_ids.items():
214
# Add the current solid to the mesh
215
# 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"):
322
321
cq.Assembly.saveToGmsh = assembly_to_gmsh # Alias name that works better on cq.Assembly
323
cq.Assembly.getTaggedGmsh = get_tagged_gmsh
324
cq.Assembly.assemblyToImprintedGmsh = assembly_to_imprinted_gmsh
+cq.Assembly.getImprintedGmsh = get_imprinted_gmsh
0 commit comments