Skip to content

Commit 9fa61ca

Browse files
committed
fixed immages
1 parent c7d88c3 commit 9fa61ca

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

source/docs/cad/projectone.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ For this first project, you'll design a simple storage box with a lid and side h
4343
* The modification tab has all sorts of useful tools, and most of them can be learned with a quick Google search, so I encourage you to play around with it
4444
* For now, you will use the Shell modifier to make your box hollow
4545
* Select the shell tool, then select the faces you want to keep open and the thickness of the shell (you will be selecting the top face)
46-
[](../assets/fusion360/shellselect.png)
46+
![](../assets/fusion360/shellselect.png)
4747
* Do a thickness that looks good, I would do ~2mm
48-
[](../assets/fusion360/shell.png)
48+
![](../assets/fusion360/shell.png)
4949
* Take a moment to save your work
5050
* Saving your design frequently is important
5151
* to do so, just click `CTRL + S` and just leave it as “User Saved” then hit OK
@@ -54,7 +54,7 @@ For this first project, you'll design a simple storage box with a lid and side h
5454
* Sketches can be made on more than just the origin plane; any flat plane can be used to create a sketch
5555
* For the next step, you will be making holes in our box
5656
* To do this, you will create a sketch on the side of the box
57-
[](../assets/fusion360/sidesketch.png)
57+
![](../assets/fusion360/sidesketch.png)
5858
* Fusion uses diameter instead of radius, so you must keep that in mind when making circles
5959
* To make the holes, create a circle and give it a diameter. **Make sure not to create it with an origin; the outline of it should be blue**
6060
* You can use copy and paste in sketch mode, so copy and paste the circle you made
@@ -67,47 +67,47 @@ For this first project, you'll design a simple storage box with a lid and side h
6767
* Using a negative value or pulling the arrow in the direction of the cut automatically switches the extrude from creating more material to cutting away from your design
6868
* Make sure the cut goes all the way through the wall before clicking `Enter`
6969
* (You could pull it through the other wall to cut both holes at the same time, but I want a chance to teach other tools so just go with me for this one)
70-
[](../assets/fusion360/cutside.png)
70+
![](../assets/fusion360/cutside.png)
7171

7272

7373
## Construction Elements
7474
* Construction planes are like a temporary frame to build on top of
7575
* You can use them to create sketches at weird angles, create lines to rotate a component along, or create points to make holes through
7676
* You will be using a midplane to mirror your hole on the other side of your box
7777
* To do this, go under Construct and click on mid plane
78-
[](../assets/fusion360/midplane.png)
78+
![](../assets/fusion360/midplane.png)
7979
* Select the outside plane of each side of the box and hit `Enter`, making sure a yellow plane appears in the center of the box
80-
[](../assets/fusion360/midplanecreate.png)
80+
![](../assets/fusion360/midplanecreate.png)
8181
* Save again so you don't lose any work!
8282
* Using patterns to repeat an action can be a big time saver
8383
* In this case, you will be using the mirror action to mirror the hole you made
8484
* To do this, select the Mirror option under Create
85-
[](../assets/fusion360/mirror.png)
85+
![](../assets/fusion360/mirror.png)
8686
* Change object type to Features
8787
* For Objects, select the hole we made
8888
* For the Mirror plane, select the Construction plane you made
8989
* Make sure a hole appears on the other side, then hit `Enter`
90-
[](../assets/fusion360/mirrormore.png)
90+
![](../assets/fusion360/mirrormore.png)
9191

9292
## More Components
9393
* Now that you are done with the bottom of your box, you need to make a lid
9494
* To do this, create a new component and name it Lid
9595
* When you click OK, the bottom box should turn transparent
9696
* To create the lid, you will create a sketch on the lip of the box
9797
* To do this, right-click on the lip of the box and click Create Sketch
98-
[](../assets/fusion360/morecomp (2).png)
98+
![](../assets/fusion360/morecomp (2).png)
9999
* While in sketch mode, use the offset tool in the modify part of the toolbar to offset the edge of the top; this will be the gap between the box and lid
100100
* Repeat the last step, but make a larger offset (3-4x the last one)
101101
* Make sure this new sketch is defined, then select the area between the two offsets and press `E`
102102
* When in extrude mode, change Direction to Symmetric, then extrude the lid
103-
[](../assets/fusion360/morecomp (1).png)
103+
![](../assets/fusion360/morecomp (1).png)
104104
* When you have more than one component in Fusion, you are able to freely move them around the 3D space
105105
* This can often be annoying when you are trying to work on a part
106106
* You can stop this movement by pinning the component in place
107107
* To do this, right-click on the component and click Pin
108-
[](../assets/fusion360/morecomp (4).png)
108+
![](../assets/fusion360/morecomp (4).png)
109109
* If you accidentally moved the component before doing this, you can click revert position in the toolbar to move it back
110-
[](../assets/fusion360/morecomp (3).png)
110+
![](../assets/fusion360/morecomp (3).png)
111111

112112

113113

@@ -117,15 +117,15 @@ For this first project, you'll design a simple storage box with a lid and side h
117117
* To do this, all you need to do is create a sketch on top of the lid
118118
* Before you extrude, you need to know how thick it should be
119119
* To check this, you need to click Measure in the Inspect part of your toolbar
120-
[](../assets/fusion360/finish (2).png)
120+
![](../assets/fusion360/finish (2).png)
121121
* Then you select the inner and outer lines of any side of your lid
122-
[](../assets/fusion360/finish (1).png)
122+
![](../assets/fusion360/finish (1).png)
123123
* The distance will be displayed on screen and in the settings of the Measure tool
124124
* Once you have this thickness, simply click the inner and outer area of the sketch and press `E`, then extrude up the same distance as your thickness
125-
[](../assets/fusion360/finish (4).png)
125+
![](../assets/fusion360/finish (4).png)
126126
* Save your design!
127127
* The last step is to activate the whole design
128-
[](../assets/fusion360/finish (3).png)
128+
![](../assets/fusion360/finish (3).png)
129129
* After this, you are done!
130130

131131

0 commit comments

Comments
 (0)