3 ways to use Parameters in Fusion
- Brad Tallis
- Feb 27
- 4 min read
Fusion is a powerful tool for designing things like furniture and 3D printed parts. One of the best ways to use it is by setting up parameters. Parameters are like rules for your project. Instead of typing in a hard number like 10 inches, you give that measurement a name. If you change the name's value later, your whole 3D model updates automatically. This saves a lot of time when you need to resize a project or fix a mistake.
What Are Parameters?
Parameters are variables that control the size and shape of your design. Think of them as shortcuts. If you are building a bookcase, you might have parameters for height, width, and depth.
When you change the "Width" parameter from 24 inches to 36 inches, Fusion changes that dimension and recalculates everything. The shelves get longer, the back panel gets wider, and the trim moves to the right spot. You do not have to go back and fix every single part of the drawing.
How to Find the Parameters Menu
You can find the settings for these variables in the Modify menu. Look for the option that says Change Parameters.
When you open this window, you will see a list. It shows all the dimensions you have created in your sketches. Most of them will have standard names like "D1" or "D2." You can click on these names and rename them to something like "Length" or "Height" so they make more sense.
Using Favorites
If your project is large, you will have many dimensions. You can click the star icon next to a parameter to add it to your favorites. This moves the most important parameters to the top of the list. It makes them much easier to find when you want to make a quick change.
Creating Parameters While You Draw
You do not have to wait until the end of a project to set up these rules. You can create them while you are drawing a sketch. This is often the fastest way to work. For example:
Start a new sketch and select the Rectangle tool.
When the box asks for a dimension, do not type a number.
Type a name followed by the equals sign, like Length = 4.
Press the tab key to go to the next box.
Type another name, like Height = 2.
Press enter.
Fusion will create those parameters for you instantly. You can now see them in the "Change Parameters" window without searching through menus.
Using Math and Equations
Parameters get even better when you use math. You can make one part of your design depend on another part. For example, if you want a small rectangle to always stay exactly half the size of a big one, you can use an equation.
Instead of typing a number for the small rectangle, type Length / 2. If you change the main "Length" to 10, the small rectangle will automatically jump to 5. This ensures your parts always fit together perfectly, no matter how much you resize the project.
Planning Your Project Before Drawing
Some designers often set up their parameters before they even draw a single line. This is called creating a "skeleton design." You can go into the parameters window and hit the plus icon to add "User Parameters."
Common parameters for a woodworking project might include:
Parameter Name | Example Value | Description |
Height | 48 in | The total height of the unit |
Depth | 16 in | How far back the shelves go |
Plywood | 0.75 in | The thickness of the wood boards |
Tolerance | 0.005 in | Extra space so parts fit together |
By setting these up first, you can use them as you build. When you draw the side of a cabinet, you just type Height for the length and Plywood for the thickness.
Building a Smart Bookcase
Using parameters makes complex tasks like adding shelves very easy. If you are cutting "dados" (slots) for shelves to sit in, you can use your parameters to define the depth. You might set the slot depth to Plywood / 2. This tells Fusion to always cut halfway through the board.
Adding Tolerance
If you make a slot exactly the same size as the shelf, it might be too tight to fit. You can use your Tolerance parameter to add a tiny bit of "slop" or extra room. For the width of a shelf slot, you would type Plywood + Tolerance into the dimension. This ensures your shelf will actually slide into the hole once the project is built.
Controlling Patterns and Quantities
You can even use parameters to control how many items appear in a pattern. If you want to change the number of shelves in your bookcase, create a parameter called Shelf_Count. Make sure to change the Unit to No Unit.
When you create a Rectangular Pattern, use the Shelf_Count variable for the quantity. You can then go into your parameters list and change the number from 4 to 8. Fusion will add the extra shelves and space them out correctly for you.
Why You Should Use Parameters
Parameters are useful for almost any design task. Here are a few reasons to use them:
Fast Changes: You can resize a whole project in seconds.
Customization: You can easily make different versions of the same item for different spaces.
Accuracy: Using math/formulas ensures that parts always line up and stay centered.
If you think any part of your design might change later, use a parameter. It takes a few extra seconds at the start but saves hours of work later.
Conclusion
Mastering parameters will change how you use Fusion. Whether you are building a custom bookcase or a 3D printed bracket, these tools give you total control over your design.
Start by naming your dimensions in your next sketch. Once you see how easy it is to update a model, you will never want to go back to using plain numbers.

Comments