Skip to content

Commit c7d88c3

Browse files
committed
replace "fusion 360" with fusion
1 parent 854675b commit c7d88c3

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

source/docs/cad/DesignHierarchy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Design Hierarchy
22

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.
55

66
## Why Keep Parts Separate?
77
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
1212
* It’s easier to export or 3D print individual parts later
1313

1414
## Design Hierarchy Overview
15-
Fusion 360 uses a hierarchical structure to organize your design:
15+
Fusion uses a hierarchical structure to organize your design:
1616

1717
1. Top-Level Component
1818
* This is your main assembly or overall design
@@ -47,7 +47,7 @@ Instead, create a new component for each distinct part:
4747
* 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
4848

4949
!!! 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
5151
![](../assets/fusion360/componentview.png)
5252

5353

source/docs/cad/ParametricModeling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Parametric Modeling
22

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.
44

55
## 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:
77

88
### Sketch + Constraints
99
* You start with a 2D sketch
@@ -33,7 +33,7 @@ In Fusion 360, parametric modeling works using a timeline, sketches, features, a
3333
* Relationships between features (e.g., always-centered holes) remain intact even when the design changes
3434
* Other modifications, such as fillets, also persist when changes are made
3535
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
3737
4. Precision
3838
* It's easier to be accurate and apply real-world rules (like symmetry, equal lengths, tangents)
3939
### Cons
@@ -43,5 +43,5 @@ In Fusion 360, parametric modeling works using a timeline, sketches, features, a
4343
2. Slower for Quick Edits
4444
* For quick, one-off models, fully constraining everything is slower than just guesstimating it
4545
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
4747
* Dependencies between features can be break easily if not organized well

source/docs/cad/fusionlayout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Fusion 360 Layout
1+
# Fusion Layout
22

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.
44

55
![](../assets/fusion360/fusionlayout.png)
66

source/docs/cad/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CAD is used by real engineers and product designers. Even if you're only modelin
2323
Not all tools are the same. These are some that FTC teams commonly use, many of which are free for students:
2424

2525
- **Onshape**: Fully cloud-based, no downloads needed, excellent for teams, similar to Fusion but fewer features.
26-
- **Fusion 360**: Feature-dense, desktop-based CAD/CAM software, good collaboration tools, simple learning curve.
26+
- **Fusion**: Feature-dense, desktop-based CAD/CAM software, good collaboration tools, simple learning curve.
2727
- **SolidWorks**: Professional-grade tool, available through FIRST grants, extreme learning curve.
2828
- **TinkerCAD**: Extremely simple and beginner-friendly, but limited in complexity.
2929

@@ -32,7 +32,7 @@ It can be overwhelming at first, so start small and build up:
3232

3333
- **Model One system at a Time**: Start with a drivetrain or intake.
3434
- **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.
3636
- **Save Often**: Don’t spend 2 hours on a design only to lose all your work.
3737
- **Name Your Files Clearly**: Avoid confusion when working with complex assemblies and shared folders.
3838

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project Management
22

3-
=== "Fusion 360"
3+
=== "Fusion"
44
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
55

66
![](../assets/fusion360/fusionprojectcreation.png)

source/docs/cad/projectone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project 1: The Box
22

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.
44

55
## Creating the Design
66
* Every time you open Fusion, it makes a new untitled design

0 commit comments

Comments
 (0)