SheetMetal AddBase: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
mNo edit summary
Line 62: Line 62:
<!--T:20-->
<!--T:20-->
# Select a '''closed outline''' [[Image:Workbench_Sketcher.svg|16px]] [[Sketcher_Workbench|sketch]].
# Select a '''closed outline''' [[Image:Workbench_Sketcher.svg|16px]] [[Sketcher_Workbench|sketch]].
# Activate the [[Image:SheetMetal_AddBase.svg|16px]] [[SheetMetal_AddBase|SheetMetal AddBase]] (see above).
# Activate the [[Image:SheetMetal_AddBase.svg|16px]] [[SheetMetal_AddBase|SheetMetal AddBase]] command (see above).
# Adjust the plate's parameter by editing the corresponding value in the [[Property_editor|Property editor]]:
# Adjust the plate's parameter by editing the corresponding value in the [[Property_editor|Property editor]]:
#* The property {{PropertyData|thickness}} for the thickness of the plate.
#* The property {{PropertyData|thickness}} for the thickness of the plate.

Revision as of 07:36, 27 January 2022

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 AddBase

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

  1. Select an open contour sketch.
  2. Activate the SheetMetal AddBase command using one of the following:
    • The Make Base Wall button.
    • The SheetMetal → Make Base Wall menu option.
    • The keyboard shortcut: C then B.
  3. Adjust the profile's parameters by editing the corresponding values in the Property editor:
    • The property Datalength for the profile length,
    • The property Datathickness for the profile thickness,
    • The property Dataradius for the inner radius of the bends.

Plate

  1. Select a closed outline sketch.
  2. Activate the SheetMetal AddBase command (see above).
  3. Adjust the plate's parameter by editing the corresponding value in the Property editor:
    • The property Datathickness for the thickness of the plate.
(The properties Datalength and Dataradius are not used for plates.)

Properties

See also: Property editor.

A SheetMetal BaseBend 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: BaseBend (+ 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): Hidden link to the parent body.

Parameters

  • DataBend Side (Enumeration): "Relief Type". Outside (default), Inside, Middle.
  • DataBend Sketch (Link): "Wall Sketch object". Link to the profile/outline sketch.
  • DataMid Plane (Bool): "Extrude Symmetric to Plane".
    false (default), the profile extends to one side of the sketch plane,
    true, the profile extends symmetrically to both sides of the sketch plane.
  • DataReverse (Bool): "Reverse Extrusion Direction". Default: false.
  • Datalength (Length): "Length of wall". Default: 100,00 mm.
  • Dataradius (Length): "Bend Radius". Default: 1,00 mm.
  • Datathickness (Length): "Thickness of sheetmetal". Default: 1,00 mm.