SheetMetal Forming

From FreeCAD Documentation

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Other languages:

SheetMetal Forming

Menu location
SheetMetal → Make Forming in Wall
Workbenches
SheetMetal
Default shortcut
M F
Introduced in version
-
See also
None

Description

The SheetMetal Forming command creates an embossed shape in a SheetMetal wall using a separate solid object.

The back side face of the solid defining the shape, and the face to be embossed are used to position and orient the solid, i.e. their local coordinate systems will have the same origin and the same orientation by default. The angle around the Z axis and offsets in the X, Y, and Z direction can be altered by changing their values in the Property editor.

A sketch can be added to multiply and distribute the embossed shape in regular or irregular patterns (using the center points of circles or arcs).

A small selection of features that can be created:


dimples, louvres, drawn cutouts, bridges

Usage

Make sure that the body containing the object to be embossed is the active body. If required double-click it in the Tree view.

Dimple

  1. Select the face of the SheetMetal object to be embossed.
  2. Hold down the Ctrl key (or the Command key on macOS).
  3. Add the bottom face (back side) of the solid defining the shape to the selection.
  4. Release the Ctrl key (or the Command key).
  5. Activate the SheetMetal Forming command using one of the following:
    • The SheetMetal Forming button.
    • The SheetMetal → Make Forming in Wall menu option.
    • The keyboard shortcut: M then F.

Louvre

  1. Select the face of the SheetMetal object to be embossed.
  2. Hold down the Ctrl key (or the Command key on macOS).
  3. Add the bottom face (back side) of the solid defining the shape to the selection.
  4. Add a side face adjoined the bottom face to indicate the position of the cut to the selection.
  5. Release the Ctrl key (or the Command key).
  6. Activate the SheetMetal Forming command (see above).

Bridge

  1. Select the face of the SheetMetal object to be embossed.
  2. Hold down the Ctrl key (or the Command key on macOS).
  3. Add the bottom face (back side) of the solid defining the shape to the selection.
  4. Add a side face adjoined the bottom face to indicate the position of the first cut to the selection.
  5. Add the opposite side face adjoined the bottom face to indicate the position of the second cut to the selection.
  6. Release the Ctrl key (or the Command key).
  7. Activate the SheetMetal Forming command (see above).

Drawn Cutout

  1. Select the face of the SheetMetal object to be embossed.
  2. Hold down the Ctrl key (or the Command key on macOS).
  3. Add the bottom face (back side) of the solid defining the shape to the selection.
  4. Add the top face opposite the bottom face to mark the area to be cut open to the selection.
  5. Release the Ctrl key (or the Command key).
  6. Activate the SheetMetal Forming command (see above).

Multiply and Pattern

To muliply and pattern the embossed feature a sketch containing circles and arcs can be added to the WallForming object's property DataSketch. This pattern sketch must be coplanar with the face to be embossed.

The centerpoints of the circles or arcs are used to provide positions to put instances of the embossed feature; they don't influence the instances' orientation.

The orientation still depends on the orientation of the first selected face.

Adding Fillets

  1. Switch to the PartDesign workbench
  2. Select an edge on the upper side of the SheetMetal object to receive a fillet
  3. Activate the PartDesign Fillet command using one of the following:
    • The PartDesign Fillet button.
    • The PartDesign → Apply a dress-up feature → Fillet menu option.
  4. Set the Fillet object's DataRefine property to true. This is important for the next fillet.
  5. Select an edge on the bottom side of the SheetMetal object to receive a fillet.
  6. Activate the PartDesign Fillet command (see above)

Notes

The embossed geometry is not restricted to planar walls and cylindrical connections and so after such a geometry is applied to a SheetMetal object the object is no longer unfoldable.

The forming can be deactivated (by setting the property DataSuppress Feature to true) to unfold the object, but following fillets lose their defining edges and show an error when the forming is reactivated.

Forming and fillets should be the last steps in creating a SheetMetal object.

Properties

See also: Property editor.

A SheetMetal WallForming object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Base

  • DataLabel (String): Default value: WallForming (+ a sequential number for second and following items).
    The user editable name of this object, it may be any arbitrary UTF8 string.
  • Data (hidden)Base Feature (Link): Base Feature. Link to the parent feature.
  • Data (hidden)_Body (LinkHidden):

Parameters

  • DataSuppress Feature (Bool): "Suppress Forming Feature". Default value is false.
  • Dataangle (Angle): "Tool Position Angle". Default angle: 0,00°.
  • Database Object (LinkSub): "Base Object". Link to the planar face to be embossed.
  • Dataoffset (VectorDistance): "Offset from Center of Face". Default: [0,00 mm, 0,00 mm, 0,00 mm].
  • Datathickness (Distance): "Thickness of Sheetmetal". Thickness of the Data (hidden)Base Feature:.
  • Datatool Object (LinkSub): "Forming Tool Object". Link to the planar face used to position the Forming Tool

Parameters1

  • DataSketch (Link): "Point Sketch on Sheetmetal". Link to the sketch containing information how to multiply and distribute instances of the Forming Tool. (Center points of circles and arcs are used to create and position these instances)

Example

A hexagon bowl with embossed centre

Preparation

This bowl is made of a folded sheet metal object with a shape embossed, both have to be prepared in advance.

No need to work with coplanar sketches here.

SheetMetal bowl and embossing object

Workflow

  1. Select the wall of the SheetMetal object to be embossed
  2. Select the back side of the shape defining solid
    (Remember both the object to be embossed and the shape defining solid must be selected. Activate the multi-select method appropriate for your operating system: Control/Command.)
  3. Press the Make Forming in Wall button
    or use the keyboard shortcut: M then F
  4. Fillet the sharp edges:
    • Flip the bowl and select one or more edges for the smaller inner radii
    • Press the PartDesign Fillet button
      -->
    • Flip the bowl again and select one or more edges for the bigger outer radii
    • Press the PartDesign Fillet button
      -->

      Done!

  5. Alter orientation and position (should be done before filleting)
    • Activate the WallForming object in the Tree view
    • Set the value of the property Dataangle to e.g. 45°
    • Set the value of the property Dataoffset, x to e.g. greater than 0

      Here it is plain to see that it doesn't make sense to move the embossed geometry outside the selected wall.

    • Setting the value of the property Dataoffset, z to e.g. greater than 0 isn't any better:

      At least the FreeCAD doesn't crash when a part has two bodies...

  6. Some hints
    1. The height of the defining solid determines the depth of the embossed shape.
      That means changing the parameter offset, z to alter the depth won't deliver expected results.
    2. The embossed geometry is made of a shell object i.e. it has a constant thickness.
      And so the defining solid has to be offsetable, otherwise the tool will fail to create the emboss.
    3. If the outer edges are filleted first it may rip the object into several pieces when the radii are set too large.