You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/cad/projectone.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ For this first project, you'll design a simple storage box with a lid and side h
43
43
* 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
44
44
* For now, you will use the Shell modifier to make your box hollow
45
45
* 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
+

47
47
* Do a thickness that looks good, I would do ~2mm
48
-
[](../assets/fusion360/shell.png)
48
+

49
49
* Take a moment to save your work
50
50
* Saving your design frequently is important
51
51
* 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
54
54
* Sketches can be made on more than just the origin plane; any flat plane can be used to create a sketch
55
55
* For the next step, you will be making holes in our box
56
56
* To do this, you will create a sketch on the side of the box
57
-
[](../assets/fusion360/sidesketch.png)
57
+

58
58
* Fusion uses diameter instead of radius, so you must keep that in mind when making circles
59
59
* 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**
60
60
* 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
67
67
* 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
68
68
* Make sure the cut goes all the way through the wall before clicking `Enter`
69
69
* (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
+

71
71
72
72
73
73
## Construction Elements
74
74
* Construction planes are like a temporary frame to build on top of
75
75
* You can use them to create sketches at weird angles, create lines to rotate a component along, or create points to make holes through
76
76
* You will be using a midplane to mirror your hole on the other side of your box
77
77
* To do this, go under Construct and click on mid plane
78
-
[](../assets/fusion360/midplane.png)
78
+

79
79
* 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
+

81
81
* Save again so you don't lose any work!
82
82
* Using patterns to repeat an action can be a big time saver
83
83
* In this case, you will be using the mirror action to mirror the hole you made
84
84
* To do this, select the Mirror option under Create
85
-
[](../assets/fusion360/mirror.png)
85
+

86
86
* Change object type to Features
87
87
* For Objects, select the hole we made
88
88
* For the Mirror plane, select the Construction plane you made
89
89
* Make sure a hole appears on the other side, then hit `Enter`
90
-
[](../assets/fusion360/mirrormore.png)
90
+

91
91
92
92
## More Components
93
93
* Now that you are done with the bottom of your box, you need to make a lid
94
94
* To do this, create a new component and name it Lid
95
95
* When you click OK, the bottom box should turn transparent
96
96
* To create the lid, you will create a sketch on the lip of the box
97
97
* To do this, right-click on the lip of the box and click Create Sketch
98
-
[](../assets/fusion360/morecomp (2).png)
98
+
.png)
99
99
* 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
100
100
* Repeat the last step, but make a larger offset (3-4x the last one)
101
101
* Make sure this new sketch is defined, then select the area between the two offsets and press `E`
102
102
* When in extrude mode, change Direction to Symmetric, then extrude the lid
103
-
[](../assets/fusion360/morecomp (1).png)
103
+
.png)
104
104
* When you have more than one component in Fusion, you are able to freely move them around the 3D space
105
105
* This can often be annoying when you are trying to work on a part
106
106
* You can stop this movement by pinning the component in place
107
107
* To do this, right-click on the component and click Pin
108
-
[](../assets/fusion360/morecomp (4).png)
108
+
.png)
109
109
* 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
+
.png)
111
111
112
112
113
113
@@ -117,15 +117,15 @@ For this first project, you'll design a simple storage box with a lid and side h
117
117
* To do this, all you need to do is create a sketch on top of the lid
118
118
* Before you extrude, you need to know how thick it should be
119
119
* To check this, you need to click Measure in the Inspect part of your toolbar
120
-
[](../assets/fusion360/finish (2).png)
120
+
.png)
121
121
* Then you select the inner and outer lines of any side of your lid
122
-
[](../assets/fusion360/finish (1).png)
122
+
.png)
123
123
* The distance will be displayed on screen and in the settings of the Measure tool
124
124
* 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
0 commit comments