SheetMetal AddBase: Difference between revisions

From FreeCAD Documentation
(Properties reworked, including Label)
(Marked this version for translation)
Line 39: Line 39:
== Properties == <!--T:6-->
== Properties == <!--T:6-->


<!--T:10-->
See also: [[Property_editor|Property editor]].
See also: [[Property_editor|Property editor]].


<!--T:11-->
A SheetMetal BaseBend object is derived from a [[Part_Feature|Part Feature]] object and inherits all its properties. It also has the following additional properties:
A SheetMetal BaseBend object is derived from a [[Part_Feature|Part Feature]] object and inherits all its properties. It also has the following additional properties:


=== Data ===
=== Data === <!--T:12-->


<!--T:13-->
{{Properties_Title|Base}}
{{Properties_Title|Base}}


<!--T:14-->
* {{PropertyData|Label|String}}: Default value: {{value|BaseBend}} (+ a sequential number for second and following items). </br>The user editable name of this object, it may be any arbitrary UTF8 string.
* {{PropertyData|Label|String}}: Default value: {{value|BaseBend}} (+ a sequential number for second and following items). </br>The user editable name of this object, it may be any arbitrary UTF8 string.
* {{PropertyData|Base Feature|Link|hidden}}: Base Feature. Link to the parent feature.
* {{PropertyData|Base Feature|Link|hidden}}: Base Feature. Link to the parent feature.
* {{PropertyData|_Body|LinkHidden|hidden}}: Hidden link to the parent body.
* {{PropertyData|_Body|LinkHidden|hidden}}: Hidden link to the parent body.


<!--T:15-->
{{Properties_Title|Parameters}}
{{Properties_Title|Parameters}}



Revision as of 10:14, 29 August 2021

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 wall from a sketch.

Usage

The tool creates a sheet based on a sketch:

  • An open sketch contour gets extruded by length, creating a sheet of thickness with corners rounded to radius. The parameter bend side determines the orientation of the sheet relative to the line.
  • A closed sketch contour gets extruded to a sheet of thickness. In this case length and radius are not used.

File:Sheetmetal.png

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.