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 → Make Wall |
Workbenches |
SheetMetal |
Default shortcut |
W |
Introduced in version |
- |
See also |
None |
The SheetMetal AddWall command creates flanges on selected edges of a base plate. By changing the Dataangle property a flange it can be turned into a hem.
A flange consists of a 90° cylindrical bend and a planar strip (wall).
Two selected edges → two flanges
Resetting the Dataangle property to about 180° in a second step will create a hem instead.
Two selected edges → two hems
To create a base plate use a closed 2D outline - preferably a Sketch - with the
Make Base Wall command.
Alternatively a base plate (blank) can be created with commands from the Part Workbench or
PartDesign Workbench.
To create a blank with the Part Workbench:
To create a blank with the PartDesign Workbench:
If you start with a PartDesign Body, you can mix SheetMetal features with PartDesign features such as
PartDesign Pocket or
PartDesign Hole.
See also: Property editor.
A SheetMetal Bend 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
Enumeration
): "Bend Type". Material Outside
(default), Material Inside
, Thickness Outside
, Offset
.Enumeration
): "Type of Length Specification". Leg
(default), Outer Sharp
, Inner Sharp
, Tangential
. introduced in version 0.21Angle
): "Bend Angle". Default angle: 90,00°
.LinkSub
): "Base Object". Link to the planar face to receive a bend.Distance
): "Extend from Left Side". Default: 0,00 mm
.Distance
): "Extend from Right Side". Default: 0,00 mm
.Distance
): "Gap from Left side". Default: 0,00 mm
.Distance
): "Gap from Right side". Default: 0,00 mm
.Bool
): "Invert Bend Direction". Default: false
.Length
): "Length of Wall". Default: 10,00 mm
.Length
): "Bend Radius", the default value depends on the radius property of the parent feature:
1,00 mm
.Parameters Ex
Bool
): "Enable Auto Miter". Default: true
.FloatConstraint
): "Location of Neutral Line. Caution: Using ANSI standards, not DIN.". 0,50
. K factor (also known as neutral factor) for the bend. Used to calculate bend allowance when unfolding.Length
): "Auto Miter maximum Extend Distance". Default: 5,00 mm
.Length
): "Auto Miter Minimum Gap". Default: 0,20 mm
.Length
): "Minimum Gap to Relief Cut". Default: 1,00 mm
.Distance
): "Offset Bend". Default: 0,00 mm
.Bool
): "Shows Unfold View of Current Bend". Default: false
true
unfolds the bend.Parameters Ex2
Link
): "Sketch Object".Bool
): "Flip Sketch Direction". Default: false
.Bool
): "Invert Sketch Start". Default: false
.Parameters Ex3
FloatList
): "Length of Wall List". Default: [10.00]
.FloatList
): "Bend Angle List". Default: [90.00]
.Parameters Miterangle
Angle
): "Bend Miter Angle from Left Side". Default angle: 0,00°
.Angle
): "Bend Miter Angle from Right Side". Default angle: 0,00°
.Parameters Perforation
Length
): "Non-Perforation Max Length". Default: 5 mm
.Bool
): "Enable perforation". Default: false
.Angle
): "Perforation Angle". Default: 0 °
.Length
): "Initial Perforation Length". Default: 5 mm
.Length
): "Perforation Max Length". Default: 5 mm
.Parameters Relief
Float
): "Relief Factor". Default: 0,70
.Bool
): "Use Relief Factor". Default: false
.Enumeration
): "Relief Type". Rectangle
(default), Round
. Enabled only when a gap value is set.Length
): "Relief Depth". Default: 1,00 mm
. Enabled only when a gap value is set.Length
): "Relief Width". Default: 0,80 mm
. Enabled only when a gap value is set.A simple tray
This tray is made of a rectangular blank with walls added to its outline edges. And so one outline sketch for the blank has to be prepared in advance.
Just a rectangular outline
Done!