asebocoaching.blogg.se

Fusion 360 mirror sketch
Fusion 360 mirror sketch









fusion 360 mirror sketch
  1. Fusion 360 mirror sketch how to#
  2. Fusion 360 mirror sketch software#

Then, admittedly, went a little overboard on the tiny boxes. As you can see in the opening image of this post! I used the make command to generate STLs for my printer. It works! When I change any of the values I get a new model of the box. Oh no! An error in our code!Īfter fixing the sketch, I tried again. I drew a line from one end of the box to the other, making sure to constrain each of its ends to the middle of the lid, and then used the coincident constraint to attach the middle of the slot to that line. In this case, when I drew the initial slot I didn’t have the midpoint of the slot constrained to the middle of the lid. Like any code, it didn’t compile the first time.

fusion 360 mirror sketch

We’ll go back and open the parameters window and change one of the dimensions. After I added the ridges I drew a rectangle that cuts away some of the ridges so I can have an area to write what’s in the box. I used the slot tool to add ridges to the top for grip. This was similar to the previous steps: make a sketch that is dimensioned with the variables, then extrude or cut using the sketch. Next I added some decorative features to the lid. SymmetricalCopy(box_end, plane_of_symmetry) Again, since I want a parametric part at the end, rather than entering numbers during this step I enter in the variables I had set previously. Once the profile of the part was finished I selected the lid profile and the box profile and extruded the box. Note the fx: these are numbers taken from our parameters. However, if the shapes in the sketch aren’t touching they will be extruded as separate bodies.Ī close up of the sketch used to generate this part.

  • I could sketch the box, and then using relations to the box, sketch the lid.
  • “Thickness,” is not the same as, “thickness.” Fusion is conservative about which constraints it places for you. Some of the ones I use are Q – Cut/Extrude (push/pull) the sketch, D – dimension, C – circle, L – line, and P – Project. It also dramatically speeds up your drafting time. Grasping this lets you create models that will expand and adjust with changed dimensions and design considerations.

    Fusion 360 mirror sketch software#

    The constraints tell the software that, mathematically, Line A is always parallel to Line B, or Circle A is always tangent to Line B. One mistake I see a lot of newbies make is to completely ignore the dimension tool (shortcut: D) and the constraints panel. I tend to think of the process as graphical programming. Next came the sketch. When using any modern CAD software it’s important to keep in mind that what you are doing isn’t really drawing as much as it’s building a mathematical model of your object. 0.25mm is pretty easy to hit for a well tuned printer.

  • Fit – This is the fit/clearance between the lid and box.
  • I also derive the thickness of the ribs on top from this number.
  • Thickness – How thick the walls and the lid are.
  • Height – The height of the inside of the box.
  • Width – The width of the inside of the box.
  • I’d rather have the software calculate that. Since my box is for holding things I don’t care how big the outside is.
  • Length – The length of the inside of the box.
  • So I came up with five things that would define my box. I’d rather have the computer do the work for me. Since it’s parametric I knew I wanted as few variables as possible. You can also right click on any of the steps and select, “Edit Sketch,” or, “Edit Feature,” to see particular things.īefore I even began making the box, I sat and thought about how I would put together the model. You can move the slider back and forth to see different stages. There’s a time line with playback controls at the bottom of the Fusion360 window. I recommend following along with the steps in the Fusion360 model. The parameters box is under modify in the modeling environment.įor this tutorial we will be making a box to store small tools in. This is what we’ll be doing to make the parametric model. The parameters box contains every single dimension (variable) defined inside the model.

    Fusion 360 mirror sketch how to#

    Another way to describe what we’re going to learn is: How to think when modeling in Fusion 360. I’ll do that in just a minute as I walk you through modeling a simple object. One of the nice features is that it lets me share my models with others. This is web-based 3D Modeling software produced by Autodesk. It’s simpler than it sounds.Įven if you don’t use Fusion 360 it’s good to have an idea of how different design tools work. To do this we will be making a mathematical model of our object and then we’ll change variables to get different geometry. However, it’s possible to get some of that same goodness out of Fusion 360. We all know and love OpenSCAD for its sweet sweet parametrical goodness.











    Fusion 360 mirror sketch