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.
|
Menu location |
---|
SheetMetal → Fold a Wall |
Workbenches |
SheetMetal |
Default shortcut |
C F |
Introduced in version |
- |
See also |
None |
The SheetMetal AddFoldWall command folds a sheet metal plate (blank) at a chosen line.
It can be used with a pre-cut blank to
Pre-cut blank and bend line with two gaps → perforated bend zone with some still planar geometry
The bend line(s) lying in the middle of the perforation → to keep the bend centred the same way the property DataPosition has to be set to middle
A task panel was introduced in version 0.5.00
Double-click an existing Fold object in the Tree view to re-open the task panel and edit the parameters.
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:
Parameters
Link
): "Bend Reference Line List". Links to the bend line objects.Enumeration
): "Bend Line Position".
intersection of planes
(introduced in version 0.4.12), forward
(default), middle
, backward
.Angle
): "Bend Angle". Default angle: 90,00°
.LinkSub
): "Base Object". Link to the planar face to be bent.Bool
): "Invert Bend Direction". Default: false
Bool
): "Invert Solid Bend Direction". Default: false
true
swaps the side of the line to be bent.FloatConstraint
): "Neutral Axis Position". Default: 0,50
.Length
): "Bend Radius". Default: 1,00 mm
.Bool
): "Unfold Bend". Default: false
A simple clip
This clip is made of a blank that receives three folds and so we need four sketches prepared in advance:
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!
Sketches on their common plane and their representation in the model tree
(The blank is padded in z direction and so it has to be flipped
each time, to select the bottom face that is lying on the sketch plane)
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.