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 Base Wall |
Workbenches |
SheetMetal |
Default shortcut |
C B |
Introduced in version |
- |
See also |
None |
Description
The SheetMetal AddBase command creates a SheetMetal base object from a sketch.
From an open contour it creates a prismatic profile:
From a closed outline it creates a base plate (blank):
Usage
Profile
- Select an open contour
sketch.
- There are several ways to invoke the command:
- Press the
Make Base Wall button.
- Select the Sheet Metal →
Make Base Wall option from the menu.
- Right-click in the Tree view or the 3D view and select the Sheet Metal →
Make Base Wall option from the context menu.
- Use the keyboard shortcut: C then B.
- Press the
- A BaseBend object is created and the Sketched base shape properties Task panel opens.
- Corners along the contour are automatically converted into cylindrical bends.
- Optionally press the Sketch button and select a different sketch.
- Set the profile parameters in the task panel.
- Press the OK button to close the task panel and finish the command.
- Optionally adjust the profile parameters in the Property editor.
Plate
- Select a closed outline
sketch.
- Invoke the command as described above.
- A BaseBend object is created and the Generate Sheet Metal base shape Task panel opens.
- Optionally press the Sketch button and select a different sketch.
- Set the plate parameters in the task panel.
- Press the OK button to close the task panel and finish the command.
- Optionally adjust the plate parameters in the Property editor.
Task panel
A task panel was introduced in version 0.6.01
Double-click an existing BaseBend object in the Tree view to re-open the task panel and edit the parameters.
- Sketch: Links a different Sketch to the Bend Sketch property.
- Bend Plane: Sets the Bend Side property.
- Radius: Sets the Radius property.
- Thickness: Sets the Thickness property.
- Length: Sets the Length property.
- Symmetric: Toggles the Mid Plane property.
- Reverse Direction: Toggles the Reverse property. (hidden if Symmetric is checked)
The last entered values for Radius and Thickness will be saved as default values for the following new BaseBend object.
Properties
See also: Property editor.
A SheetMetal BaseBend 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
Parameters
- DataBend Side (
Enumeration
): "Bend Plane", defines on which side of a profile curve the thickness applies.Outside
(default),Inside
,Middle
. (not used for plates) - DataBend Sketch (
Link
): "Wall Sketch object". Link to the profile/outline sketch. - DataLength (
Length
): Extrusion length of a profile. Default:100,00 mm
. (not used for plates) - DataMid Plane (
Bool
): "Extrude Symmetric to Plane". The length of a profile or the thickness of a plate extends to one side of the sketch plane iffalse
(default) or symmetrically to both sides iftrue
. - DataRadius (
Length
): Inner radius of automatically added bends. Default:1,00 mm
. (not used for plates) - DataReverse (
Bool
): Reverses the direction of a profile extrusion or a plate thickness. Default:false
. - DataThickness (
Length
): Wall thickness of a sheetmetal profile or plate. Default:1,00 mm
.
This page is retrieved from https://wiki.freecad.org/SheetMetal_AddBase