File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You can do `pip install -e .` locally in the root of this repo to enable develop
20
20
The plugin needs to be imported in order to monkey-patch its method into CadQuery:
21
21
22
22
``` python
23
- import cadquery_assembly_mesh_plugin .plugin
23
+ import assembly_mesh_plugin .plugin
24
24
```
25
25
26
26
You can then tag faces in each of the assembly parts and create your asembly. To export the assembly to a mesh file, you do the following.
@@ -38,7 +38,7 @@ Below is a simple example.
38
38
39
39
``` python
40
40
import cadquery as cq
41
- import cadquery_assembly_mesh_plugin .plugin
41
+ import assembly_mesh_plugin .plugin
42
42
43
43
shell = cq.Workplane(" XY" ).box(50 , 50 , 50 )
44
44
shell = shell.faces(" >Z" ).workplane().rect(21 , 21 ).cutThruAll()
You can’t perform that action at this time.
0 commit comments