Skip to content

Commit

Permalink
Fix gmsh name
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Shimwell <[email protected]>
  • Loading branch information
jmwright and shimwell authored Jan 29, 2025
1 parent 932c346 commit 6fb0ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly_mesh_plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ def assembly_to_gmsh(self, mesh_path="tagged_mesh.msh"):
# Patch the new assembly functions into CadQuery's importers package
cq.Assembly.assemblyToGmsh = assembly_to_gmsh
cq.Assembly.saveToGmsh = assembly_to_gmsh # Alias name that works better on cq.Assembly
cq.Assembly.getTaggedGmesh = get_tagged_gmesh
cq.Assembly.getTaggedGmsh = get_tagged_gmsh

0 comments on commit 6fb0ecd

Please sign in to comment.