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/DesignHierarchy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Design Hierarchy
2
2
3
-
## Understanding Design Hierarchy in Fusion 360
4
-
When working in Fusion 360, it’s essential to keep your design organized by separating different parts into individual components. This helps maintain an organized design, simplifies joints, and avoids errors in assemblies later on.
3
+
## Understanding Design Hierarchy in Fusion
4
+
When working in Fusion, it’s essential to keep your design organized by separating different parts into individual components. This helps maintain an organized design, simplifies joints, and avoids errors in assemblies later on.
5
5
6
6
## Why Keep Parts Separate?
7
7
While it might seem easier at first to model everything as a single body or component, this can quickly lead to a buggy mess. Using components to represent each part of your design ensures that:
@@ -12,7 +12,7 @@ While it might seem easier at first to model everything as a single body or comp
12
12
* It’s easier to export or 3D print individual parts later
13
13
14
14
## Design Hierarchy Overview
15
-
Fusion 360 uses a hierarchical structure to organize your design:
15
+
Fusion uses a hierarchical structure to organize your design:
16
16
17
17
1. Top-Level Component
18
18
* This is your main assembly or overall design
@@ -47,7 +47,7 @@ Instead, create a new component for each distinct part:
47
47
* You can easily drag and drop sketches, bodies, or even entire components within the browser to change where they appear in the hierarchy. This is useful for reorganizing parts or correcting misplaced items
48
48
49
49
!!! tip
50
-
In Fusion 360, many tools allow you to change the operation type, this means you can change from Join or New Body to New Component, which creates a new component within the currently active one
50
+
In Fusion, many tools allow you to change the operation type, this means you can change from Join or New Body to New Component, which creates a new component within the currently active one
Copy file name to clipboardExpand all lines: source/docs/cad/ParametricModeling.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Parametric Modeling
2
2
3
-
Parametric modeling is a design method where dimensions like length, angle, and other parameters fully define each action. In Fusion 360, parametric modeling is built in through the timeline. Every action you do is stored on the timeline. In simple terms, you build your model step-by-step, and each step remembers how it was created, so you can change dimensions or features later and the entire model updates accordingly.
3
+
Parametric modeling is a design method where dimensions like length, angle, and other parameters fully define each action. In Fusion, parametric modeling is built in through the timeline. Every action you do is stored on the timeline. In simple terms, you build your model step-by-step, and each step remembers how it was created, so you can change dimensions or features later and the entire model updates accordingly.
4
4
5
5
## How Parametric Modeling Works
6
-
In Fusion 360, parametric modeling works using a timeline, sketches, features, and constraints:
6
+
In Fusion, parametric modeling works using a timeline, sketches, features, and constraints:
7
7
8
8
### Sketch + Constraints
9
9
* You start with a 2D sketch
@@ -33,7 +33,7 @@ In Fusion 360, parametric modeling works using a timeline, sketches, features, a
33
33
* Relationships between features (e.g., always-centered holes) remain intact even when the design changes
34
34
* Other modifications, such as fillets, also persist when changes are made
35
35
3. Timeline + History Editing
36
-
* Fusion 360's timeline lets you go back and change earlier steps without redoing the model
36
+
* Fusion's timeline lets you go back and change earlier steps without redoing the model
37
37
4. Precision
38
38
* It's easier to be accurate and apply real-world rules (like symmetry, equal lengths, tangents)
39
39
### Cons
@@ -43,5 +43,5 @@ In Fusion 360, parametric modeling works using a timeline, sketches, features, a
43
43
2. Slower for Quick Edits
44
44
* For quick, one-off models, fully constraining everything is slower than just guesstimating it
45
45
3. Timeline Mess
46
-
* In Fusion 360, long timelines with many features can be hard to edit
46
+
* In Fusion, long timelines with many features can be hard to edit
47
47
* Dependencies between features can be break easily if not organized well
Copy file name to clipboardExpand all lines: source/docs/cad/fusionlayout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Fusion 360 Layout
1
+
# Fusion Layout
2
2
3
-
Understanding the layout of Fusion 360 will help you work more efficiently, so explore the different tabs and memorize some key terms. Fusion 360’s interface is divided into several areas to help you design, model, and simulate parts effectively, and don’t worry, if you make a mistake or misclick, you can always press CTRL + Z to undo it.
3
+
Understanding the layout of Fusion will help you work more efficiently, so explore the different tabs and memorize some key terms. Fusion’s interface is divided into several areas to help you design, model, and simulate parts effectively, and don’t worry, if you make a mistake or misclick, you can always press CTRL + Z to undo it.
-**SolidWorks**: Professional-grade tool, available through FIRST grants, extreme learning curve.
28
28
-**TinkerCAD**: Extremely simple and beginner-friendly, but limited in complexity.
29
29
@@ -32,7 +32,7 @@ It can be overwhelming at first, so start small and build up:
32
32
33
33
-**Model One system at a Time**: Start with a drivetrain or intake.
34
34
-**Use Official STEP Files**: Save time by importing accurate models of REV, goBILDA, or other components from their product page, usually marked as STEP Files.
35
-
-**Collaborate**: Onshape and Fusion 360 allow multiple team members to work on the same design.
35
+
-**Collaborate**: Onshape and Fusion allow multiple team members to work on the same design.
36
36
-**Save Often**: Don’t spend 2 hours on a design only to lose all your work.
37
37
-**Name Your Files Clearly**: Avoid confusion when working with complex assemblies and shared folders.
Fusion allows you to organize your files simler to most standard file systems. When creating your first design, make sure to create a new project for it. With more complex projects, you might value having folders inside your project to aid with organizing, but at the start, keeping all your practice designs in one project is enough
Copy file name to clipboardExpand all lines: source/docs/cad/projectone.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Project 1: The Box
2
2
3
-
For this first project, you'll design a simple storage box with a lid and side holes. It introduces key Fusion 360 skills like creating components, sketching and constraining geometry, using tools like Extrude and Shell, and organizing your design for future projects.
3
+
For this first project, you'll design a simple storage box with a lid and side holes. It introduces key Fusion skills like creating components, sketching and constraining geometry, using tools like Extrude and Shell, and organizing your design for future projects.
4
4
5
5
## Creating the Design
6
6
* Every time you open Fusion, it makes a new untitled design
0 commit comments