Manuel: Modélisation pour la conception de produits

From FreeCAD Documentation
Revision as of 08:15, 5 June 2017 by Jpg87 (talk | contribs) (Created page with "Les esquisses disposent d’un mode d'édition, où leur géométrie et leurs contraintes peuvent être modifiées. Quand vous avez terminé l'édition, et quittez le mode d'...")


La conception du produit (Product design) est à l'origine un terme commercial, mais dans le monde 3D, cela signifie souvent la modélisation de quelque chose avec l'idée de l'imprimer en 3D (3D-printed) ou, plus généralement, de le fabriquer avec une machine, imprimante 3D ou machine CNC (CNC machine).

Lorsque vous imprimez des objets en 3D, il est extrêmement important que vos objets soient des solides. Car ils deviendront des objets solides réels, c'est évident. Rien ne les empêche d'être creux à l'intérieur, bien sûr. Mais vous devez toujours avoir une idée claire de quels points sont à l'intérieur de la matière et quels points se trouvent à l'extérieur, car l'imprimante 3D ou la machine CNC doit savoir exactement ce qui est rempli de matière et ce qui ne l'est pas. Pour cette raison, dans FreeCAD, l’atelier PartDesign (PartDesign Workbench) est l'outil idéal pour construire de telles pièces, car il veillera toujours pour vous à ce que vos objets restent des solides et réalisables.

Pour illustrer comment fonctionne l’atelier PartDesign, créons ce morceau bien connu de Lego :

La chose pratique avec les pièces de Lego est que les dimensions sont faciles à obtenir sur internet, au moins pour les pièces standard. Il est assez facile de les modéliser et de les imprimer sur une imprimante 3D, et avec un peu de patience (l'impression 3D nécessite souvent beaucoup d'ajustements et de réglages), vous pouvez faire des pièces totalement compatibles et qui s’encastrent parfaitement dans des blocs Lego d'origine. Dans l’exemple ci-dessous, nous allons créer un morceau 1,5 fois plus grand que l'original.

Nous allons maintenant utiliser exclusivement les outils des ateliers Esquisses (Sketcher) et PartDesign. Étant donné que tous les outils de l’atelier Sketcher sont également inclus dans l’atelier PartDesign, nous pouvons rester dans PartDesign et nous n'aurons pas à basculer entre les deux.

Les objets Part Design sont entièrement basés sur des esquisses. Une esquisse est un objet 2D, composé d’éléments linéaires (lignes ou segments de droites, arcs de cercle ou ellipses) et de contraintes. Ces contraintes peuvent être appliquées soit sur des éléments linéaires, soit sur leurs points d'extrémités ou leurs points centraux, et forceront la géométrie à adopter certaines règles. Par exemple, vous pouvez placer une contrainte verticale sur un segment de droite pour le forcer à rester vertical ou une contrainte de position (verrouillage) sur un point d'extrémité pour lui interdire de se déplacer. Lorsqu'une esquisse comporte une quantité définie de contraintes qui interdit les déplacements de tous les points de l’esquisse, nous parlons d'une esquisse totalement contrainte. Quand il y a des contraintes redondantes, qui pourraient être supprimées sans que la géométrie ne soit déplacée, on dit qu’elle est sur-contrainte. Cela devrait être évité, et FreeCAD vous informera si un tel cas se produit.

Les esquisses disposent d’un mode d'édition, où leur géométrie et leurs contraintes peuvent être modifiées. Quand vous avez terminé l'édition, et quittez le mode d'édition, les esquisses se comportent comme n'importe quel autre objet FreeCAD, et peuvent être utilisées comme éléments de construction pour tous les outils de conception de pièces, mais aussi dans d'autres ateliers, tels que Part ou Arch. L’atelier Draft dispose également d'un outil qui convertit les éléments Draft en esquisses, et vice versa.

  • Let's start by modeling a cubic shape that will be the base of our Lego brick. Later on we will carve the insides, and add the 8 dots on top of it. So let's start this by making a rectangular sketch that we will then extrude:
  • Switch to the PartDesign Workbench
  • Click on the New Sketch button. A dialog will appear asking where you want to lie the sketch, choose the XY plane, which is the "ground" plane. The sketch will be created and will immediately be switched to edit mode, and the view will be rotated to look at your sketch orthogonally.
  • Now we can draw a rectangle, by selecting the Rectangle tool and clicking 2 corner points. You can place the two points anywhere, since their correct location will be set in the next step.
  • You will notice that a couple of constraints have automatically been added to our rectangle: the vertical segments have received a vertical constraint, the horizontal ones a horizontal constraint, and each corner a point-on-point constraint that glues the segments together. You can experiment moving the rectangle around by dragging its lines with the mouse, all the geometry will keep obeying the constraints.

  • Now, let's add three more constraints:
    • Select one of the vertical segments and add a Vertical Distance Constraint. Give it a size of 23.7mm.
    • Select one of the horizontal segments and add a Horizontal Distance Constraint. Make it 47.7mm.
    • Finally, select one of the corner points, then the origin point (which is the dot at the crossing of the red and green axes), then add a Point on Point Constraint. The rectangle will then jump to the origin point, and your sketch will turn green, meaning it is now fully constrained. You can try moving its lines or points, nothing will move anymore.

Note that the last point-on-point constraint was not absolutely necessary. You are never forced to work with fully constrained sketches. However, if we are going to print this block in 3D, it will be necessary to maintain our piece close to the origin point (which will be the center of the space where the printer head can move). By adding that constraint we are making sure that our piece will always stay "anchored" to that origin point.

  • Our base sketch is now ready, we can leave edit mode by pressing the Close button on top of its task panel, or simply by pressing the Escape key. If needed later on, we can reenter edit mode anytime by double-clicking the sketch in the tree view.
  • Let's extrude it by using the Pad tool, and giving it a distance of 14.4mm. The other options can be left at their default values:

The Pad behaves very much like the Extrude tool that we used in the previous chapter. There are a couple of differences, though, the main one being that a pad cannot be moved. It is attached forever to its sketch. If you want to change the position of the pad, you must move the base sketch. In the current context, where we want to be sure nothing will move out of position, this is an additional security.

  • We will now carve the inside of the block, using the Pocket tool, which is the PartDesign version of Part Cut. To make a pocket, we will create a sketch on the bottom face of our block, which will be used to remove a part of the block.
  • With the bottom face selected, press the New sketch button.
  • Draw a rectangle on the face.

  • We will now constrain the rectangle in relation to the bottom face. To do this, we need to "import" some edges of the face with the External geometry tool. Use this tool on the two vertical lines of the bottom face:

You will notice that only edges from the base face can be added by this tool. When you create a sketch with a face selected, a relation is created between that face and the sketch, which is important for further operations. You can always remap a sketch to another face later with the Map sketch tool.

  • The external geometry is not "real", it will be hidden when we leave edit mode. But we can use it to place constraints. Place the 4 following constraints:

  • Leave edit mode and we can now perform the pocket operation: With the sketch selected, press the Pocket buttton. Give it a length of 12.6mm, which will leave the upper face of our pad with a thickness of 1.8mm (remember, the total height of our pad was 14.4mm).

  • We will now attack the 8 dots on the top face. To do this, since they are a repetition of a same feature, we will use the handy Linear pattern tool of the Part Design Workbench, which allows to model once and repeat the shape.
  • Start by selecting the top face of our block
  • Create a New sketch.
  • Create two circles.
  • For each circle, select it and add a Radius Constraint of 3.6mm to each of them
  • Import the left edge of the base face with the External geometry tool.
  • Place two vertical constraints and two horizontal constraints of 6mm between the center point of each circle and the corner points of the imported edge, so each circle has its center at 6mm from the border of the face:

  • Notice how, once again, when you lock the position and dimension of everything in your sketch, it becomes fully constrained. This always keeps you on the safe side. You could change the first sketch now, everything we did afterwards would keep tight.
  • Leave edit mode, select this new sketch, and create a Pad of 2.7mm:

  • Notice that, as earlier with the pocket, since we used the top face of our base block as a base for this latest sketch, any PartDesign operation we do with this sketch will correctly be built on top of the base shape: The two dots are not independent objects, they have been extruded directly from our brick. This is the great advantage of working with the Part Design Workbench, as long as you take care of always building one step on top of the previous one, you are actually building one final solid object.
  • We can now duplicate our two dots four times, so we get eight. Select the latest Pad we just created.
  • Press the Linear pattern button.
  • Give it a length of 36mm (which is the total "span" we want our copies to fit in), in the "horizontal sketch axis" direction, and make it 4 occurences:

  • Once again, see that this is not just a duplication of an object, it is a *feature* of our shape that has been duplicated, the final object is still only one solid object.
  • Now let's work on the three "tubes" that fill the void we created on the bottom face. We have several possibilities: create a sketch with three circles, pad it then pocket it three times, or create a base sketch with one circle inside the other and pad it to form the complete tube already, or even other combinations. Like always in FreeCAD, there are many ways to achieve a same result. Sometimes one way will not work the way we want, and we must try other ways. Here, we will take the safest approach, and do things one step at a time.
  • Select the face that is at the bottom of the hollow space we carved earlier inside the block.
  • Create a new sketch, add a circle with a radius of 4.8825mm, import the left border of the face, and constrain it vertically and horizontally at 10.2mm from the upper corner of the face:

  • Leave edit mode, and pad this sketch with a distance of 12.6mm
  • Create a linear pattern from this last pad, give it a length of 24mm and 3 occurences. We now have three filled tubes filling the hollow space:

  • Now let's make the final holes. Select the circular face of the first of our three "pins"
  • Create a new sketch, import the circular border of our face, create a circle with a radius constraint of 3.6mm, and add a Point on Point Constraint between the center of the imported circle and our new circle. We now have a perfectly centered circle,and once again fully constrained:

  • Leave edit mode, and create a pocket from this sketch, with a length of 12.6mm
  • Create a linear pattern from this pocket, with a length of 24mm and 3 occurences. That's the last step, our piece of lego is now complete, we can give it a nice color of Victory!

You will notice that our modeling history (what appears in the tree view) has become quite long. This is precious because every single step of what we did can be changed later on. Adapting this model for another kind of brick, for example one with 2x2 dots, instead of 2x4, would be a piece of cake, we would just need to change a couple of dimensions and the number of occurences in linear patterns. We could as easily create bigger pieces that don't exist in the original Lego game.

But we could also need to get rid of the history, for example if we are going to model a castle with this brick, and we don't want to have this whole history repeated 500 times in our file.

There are two simple ways to get rid of the history, one is using the Create simple copy tool from the Part Workbench, which will create a copy of our piece that doesn't depend anymore on the history (you can delete the whole history afterwards), the other way is exporting the piece as a STEP file and reimporting it.

Assembling

But the best of both worlds also exists, which is the Assembly2 Workbench, an addon that can be installed from the FreeCAD-addons repository. This Workbench is named "2" because there is also an official built-in Assembly Workbench in development, which is not ready yet. The Assembly2 Workbench, however, already works very well to construct assemblies, and also features a couple of object-to-object constraints which you can use to constrain the position of one object in relation to another. In the example below, however, it will be quicker and easier to position the pieces using Draft Move and Draft Rotate than using the Assembly2 constraints.

  • Save the file we did until now
  • Install the Assembly2 Workbench and restart FreeCAD
  • Create a new empty document
  • Switch to the Assembly2 workbench
  • Press the Import a part from another FreeCAD document button
  • Select the file we saved above
  • The final piece will be imported in the current document. The Assembly2 workbench will determine automatically what is the final piece in our file that needs to be used, and the new object stays linked to the file. If we go back and modify the contents of the first file, we can press the Update parts imported into the assembly button to update the pieces here.
  • By using the Import a part from another FreeCAD document button several times, and moving and rotating the pieces (with the Draft tools or by manipulating their Placement property), we can quickly create a small assembly:

Downloads

Read more