We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932c346 commit 6fb0ecdCopy full SHA for 6fb0ecd
assembly_mesh_plugin/plugin.py
@@ -148,4 +148,4 @@ def assembly_to_gmsh(self, mesh_path="tagged_mesh.msh"):
148
# Patch the new assembly functions into CadQuery's importers package
149
cq.Assembly.assemblyToGmsh = assembly_to_gmsh
150
cq.Assembly.saveToGmsh = assembly_to_gmsh # Alias name that works better on cq.Assembly
151
-cq.Assembly.getTaggedGmesh = get_tagged_gmesh
+cq.Assembly.getTaggedGmsh = get_tagged_gmsh
0 commit comments