GuiCommand: Name: SheetMetal AddFoldWall MenuLocation: SheetMetal , Fold a Wall Workbenches: SheetMetal_Workbench Shortcut: C F
SheetMetal AddFoldWall
Description
The SheetMetal AddFoldWall command folds a sheet metal plate (blank) at a chosen line.
It can be used with a pre-cut blank to
- create a perforated bend zone
- leave planar sections within the bend area and beyond e.g. tabs. (needs gaps in the bend line)
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/SheetMetal_AddFoldWall-13.png)
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/SheetMetal_AddFoldWall-14.png)
Pre-cut blank and bend line with two gaps → perforated bend zone with some still planar geometry
Usage
- Select the face to be bent.
- Hold down the Ctrl key (or the Command key on macOS).
- Select the coplanar
sketch (i.e. lying on the same plane) containing the bend line (segments) (preferably from the tree view).
- Release the Ctrl key (or the Command key).
- There are several ways to invoke the command:
- Press the
Fold a Wall button.
- Select the Sheet Metal →
Fold a Wall option from the menu.
- Right-click in the Tree view or the 3D view and select the Sheet Metal →
Fold a Wall option from the context menu.
- Use the keyboard shortcut: C Then F.
- Press the
- The Generate Sheet Metal base shape Task panel opens (introduced in version 0.5.00).
- Optionally press the Base Object button and select a different face.
- Optionally press the Bend Line button and select a different sketch.
- Optionally adjust the parameters in the Task panel.
- Press the OK button to finish the command and close the Task panel.
- A Fold object will be created.
- Optionally adjust the parameters in the Property editor.
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/SheetMetal_AddFoldWall-15.png)
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/SheetMetal_AddFoldWall-14.png)
*The bend line(s) lying in the middle of the perforation → to keep the bend centred the same way the property *Position has to be set to {{value|middle**}}
Notes
-
The bend line sketch has to be coplanar to the selected face.
-
The bend line segments have to be colinear to each other.
Properties
See also: Property editor.
A SheetMetal Fold object is derived from a Part Feature object or, if it is inside a PartDesign Body, from a PartDesign Feature object, and inherits all its properties. It also has the following additional properties:
Data
{{Properties_Title|Parameters}}
-
Bend Line|Link: \"Bend Reference Line List\". Links to the bend line objects.
-
Position|Enumeration: \"Bend Line Position\".
:
{{value|intersection of planes}}
(introduced in version 0.4.12), {{value|forward}} (default), {{value|middle}}, {{value|backward}}.
-
angle|Angle: \"Bend Angle\". Default angle: {{value|90,00°}}.
-
base Object|LinkSub: \"Base Object\". Link to the planar face to be bent.
-
invert|Bool: \"Invert Bend Direction\". Default:
False
-
invertbend|Bool: \"Invert Solid Bend Direction\". Default:
False
:
`True`
swaps the side of the line to be bent.
-
kfactor|FloatConstraint: \"Neutral Axis Position\". Default: {{value|0,50}}.
-
radius|Length: \"Bend Radius\". Default: {{value|1,00 mm}}.
-
unfold|Bool: \"Unfold Bend\". Default:
False
Example
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/SheetMetal_AddFoldWall-01.png)
Preparation
This clip is made of a blank that receives three folds and so we need four sketches prepared in advance:
: - one for the outline plus slot (blank) : - one for the bend at the tip : - one for the upward bend : - one for the downward bend
Easiest way to guarantee that one face of the blank and all folding lines are coplanar is to create all sketches on the same plane - the XY_Plane in this case.
The folding lines could be created with other tools but hey, we have a Sketcher!
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/SheetMetal_AddFoldWall-21.png)
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/SheetMetal_AddFoldWall-20.png)
Workflow
- Create a blank
- Select the outline sketch
- Press the or use the keyboard shortcut:
- Fold the tip
- Select the blank\'s bottom face
- Select the sketch named Tip Fold line (preferably from the tree view) (and don\'t forget the control/command key )
- Press the or use the keyboard shortcut:
- The fold should be 90° down and so some values in the properties window need to be set e.g.: - the angle value to 60° - the invert value to true for an upward bend
- Create the downward fold
- Select the blank\'s bottom face
- And then the sketch named Down-Fold line
- Press the or use the keyboard shortcut:
- Set the angle value to 92°
- If the wrong section of the part moved set the invertbend value to true
- To create the upward fold
- select the blank\'s bottom face
- and then the sketch named Up-Fold line
- Press the or use the keyboard shortcut:
- Set the angle value to 80°
- If the fold is downward set the invert value to true
- If needed set the invertbend value to true
Done!
Note!: In real life the upward fold must be done before the downward fold. Only the virtual world of CAD allows us to bend through solid material. This way the orientation of the static section doesn\'t change. All sketches lie on the same plane to avoid sketches attached to moveable faces.
⏵ documentation index > SheetMetal > Addons > External Command Reference > SheetMetal AddFoldWall
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/SheetMetal_AddFoldWall.md