|
Topic |
---|
Introduction to modelling |
Level |
Beginner |
Time to complete |
15 minutes |
Author |
FreeCAD version |
Example File(s) |
This Basic Modeling Tutorial will show you how to model an iron angle. One thing to know is that FreeCAD is modular by design, and like for many other CAD software, there are always more than one way to do things. We will explore two methods here.
Keep in mind that FreeCAD is still in an early stage of development, so you might not be as productive as with another CAD application, and you will certainly encounter bugs, or experience crashes. FreeCAD now has the ability to save backup files. The number of those backup files can be specified in the preferences dialog. Don't hesitate to allow 2 or 3 backup files until you know well how to deal with FreeCAD.
Save your work often, from time to time save your work under a different name, so you have a "safe" copy to fall back to, and be prepared to the possibility that some commands might not give you the expected results.
The first (and basic) technique of solid modeling is Constructive Solid Geometry (CSG). You work with primitive shapes like cubes, cylinders, spheres and cones to construct your geometry by combining them, subtracting one shape from the other, or intersecting them. These tools are part of the Part Workbench. You can also apply transformations on shapes, like applying rounds or chamfers on edges. These tools are also in the Part Workbench.
Then there are more advanced tools. You start by drawing a 2D profile which you'll either extrude or revolve.
So let's start by trying to do some iron feet for a table with these 2 methods.
You now have your first iron angle (Fig. 1.3). You'll notice that, in the Project tab on the left, both boxes have been replaced by a "Cut" object. Actually, they're not disappeared, but rather grouped under the Cut object. Click on the + in front of it, and you'll see that both boxes are still there, but greyed out (Fig. 1.4). If you click on either of them and hit the space bar, it will show up. The space bar toggles visibility of selected objects. (Fig. 1.5)
Don't want the angle oriented that way? You just need to change the placement of the Box001 shape. Select it, unhide it, and in the Data tab, click on the + in front of Placement, then expand the Position parameter, and change its X and Y coordinates. Hit Enter, hide the Box001 shape again, and your angle orientation is now different. (Fig. 1.5) You can even change either of your shapes dimensions, and the Cut object will be updated.
By the way, we can add rounds to the angle so it is more realistic, using the Fillet tool. (Fig. 1.6)
This method requires that you start by drawing a 2D profile. You need to activate the Draft workbench .
First we need to define on which working plane to draft our profile.
Hit the zero key on the numerical keypad to set the view to axonometric.
Activate the Part Workbench either from the workbench selector, or from the View 🡢 Workbench 🡢 Part menu.
Click on the Extrude tool.
On the Tasks tab on the left, select the Wire object. Then enter the desired length, say 750mm. Leave the direction at Z = 1. Press OK. You should now have an Extrude object in the Model tab (fig. 1.8)
This method has a minor caveat compared to the other one: to edit the shape, you need to edit the Wire, it's not as easy to do as the previous method.
And there are a few other ways to do it too! I hope these two examples get you started. You'll sure hit some snags along the way (I did when I first learned FreeCAD, and I do have 3D CAD experience), but don't hesitate to ask questions on the FreeCAD forum!
The label on your button may be different, depending on your version and also on what you were doing beforehand. The button label could read: "Top", "Front", "Side", "None" or a Vector representation such as d(0.0,0.0,1.0). It can also be blank. For example:
After pressing the button, the options will be expanded into either of the following configurations.
The above instructions will work, no matter what label your button has.