Skip to content

Commit 798e2eb

Browse files
committed
Moved logo to the top and changed its alternate text
1 parent fbd9209 commit 798e2eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# assembly-mesh-plugin
1+
![Project Logo](docs/images/logo.png)
22

33
CadQuery plugin to create a mesh of an assembly with corresponding data.
44

@@ -66,8 +66,6 @@ These tests are also run in Github Actions, and the meshes which are generated c
6666
* [sample_coils.py](tests/sample_coils.py) contains generators for sample assemlies for use in testing the basic operation of this plugin. This file also contains the code to tag all faces of interest.
6767
* [smoke_test.py](tests/smoke_test.py) runs two tests currently. The first is for a simple cross-section of a coil (image below), which makes it easier to verify basic operation. The second is for a planar coil, which forces the use of more advanced selectors, but is not as complex as a coil with a non-planar sweep path. This planar-coil test is not complete yet.
6868

69-
![Coil Cross-Section Assembly](docs/images/logo.png)
70-
7169
Once the test has been run (using the pytest command), two mesh files (.msh extension) be created in the root of the repository.
7270

7371
* tagged_cross_section.msh

0 commit comments

Comments
 (0)