|
Topic |
---|
Introdução à modelação |
Level |
Iniciante |
Time to complete |
15 minutos |
Author |
FreeCAD version |
Example File(s) |
Este Tutorial de Modelagem Básica mostrar-te-á como modelar um ângulo de ferro. Uma coisa que deverias saber é que FreeCAD é modular segundo o desenho, e como muitos outros programas de CAD, sempre há mais de um modo de fazer as coisas. Exploraremos dois métodos aqui.
Recorda que FreeCAD ainda está num estado inicial de desenvolvimento, de modo que possivelmente não sejas tão produtivo como com outras aplicações de CAD, e encontrarás alguns erros, ou experimentes alguns pendures da aplicação. FreeCAD agora dispõe da opção de realizar cópias de respaldo. O numero de arquivos de respaldo pode-se especificar menu do diálogo de Preferências. Não duvides em permitir 2 ou 3 arquivos de respaldo até que conheças bem como trabalhar com 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.