Skip to content

Commit

Permalink
Readme clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jan 28, 2025
1 parent 7622613 commit cb5be5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ assy.add(insert, name="insert", loc=cq.Location(cq.Vector(0, 0, 0)), color=cq.Co
assy.assemblyToGmsh(mesh_path="tagged_mesh.msh")
```

The resulting `.msh` file should have three physical groups in it. The `in_contact` group should include the faces from both the shell and the insert.
The resulting `.msh` file should have three physical groups named for tags in it. The `in_contact` group should include the faces from both the shell and the insert.

## Tests

Expand Down

0 comments on commit cb5be5c

Please sign in to comment.