Skip to content

Commit 6fb0ecd

Browse files
jmwrightshimwell
andauthored
Fix gmsh name
Co-authored-by: Jonathan Shimwell <[email protected]>
1 parent 932c346 commit 6fb0ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembly_mesh_plugin/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ def assembly_to_gmsh(self, mesh_path="tagged_mesh.msh"):
148148
# Patch the new assembly functions into CadQuery's importers package
149149
cq.Assembly.assemblyToGmsh = assembly_to_gmsh
150150
cq.Assembly.saveToGmsh = assembly_to_gmsh # Alias name that works better on cq.Assembly
151-
cq.Assembly.getTaggedGmesh = get_tagged_gmesh
151+
cq.Assembly.getTaggedGmsh = get_tagged_gmsh

0 commit comments

Comments
 (0)