SheetMetal Extrude/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 43: Line 43:
{{Emphasis|Note}}: In an extension operation, set {{incode|Refine {{:=}} true}}.
{{Emphasis|Note}}: In an extension operation, set {{incode|Refine {{:=}} true}}.


==Properties==
==Properties==

See also: [[Property_editor|Property editor]].

A SheetMetal Extend object is derived from a [[Part_Feature|Part Feature]] object and inherits all its properties. It also has the following additional properties:


===Data===
===Data===
Line 49: Line 53:
{{Properties_Title|Base}}
{{Properties_Title|Base}}


* {{PropertyData|Label|String}}: Default value: {{value|Extend}} (+ a sequential number for second and following items). </br>The user editable name of this object, it may be any arbitrary UTF8 string.
* {{PropertyData|gap1}}: Gap from the left side.
* {{PropertyData|gap2}}: Gap from the right side.
* {{PropertyData|Base Feature|Link|hidden}}: Base Feature. Link to the parent feature.
* {{PropertyData|length}}: Length of the wall.
* {{PropertyData|_Body|LinkHidden|hidden}}: Hidden link to the parent body.

{{Properties_Title|Parameters}}

* {{PropertyData|base Object|LinkSub}}: "Base object". Link to the planar face to be extended.
* {{PropertyData|gap1|Distance}}: "Gap from the left side". Default: {{value|0,00 mm}}.
* {{PropertyData|gap2|Distance}}: "Gap from the right side". Default: {{value|0,00 mm}}.
* {{PropertyData|length|Length}}: "Length of Wall". Default: {{value|10,00 mm}}.

{{Properties_Title|Parameters Ext.}}

* {{PropertyData|Offset|Distance}}: "Offset for substraction". Default: {{value|20,00 µm}}.
* {{PropertyData|Refine|Bool}}: "Use Refine". Default: {{TRUE}}.
* {{PropertyData|Sketch|Link}}: "Wall Sketch".
* {{PropertyData|Use Substraction|Bool}}: "Use Substraction". Default: {{FALSE}}





Revision as of 18:41, 5 September 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.

SheetMetal Extrude

Menu location
SheetMetal → Extend Face
Workbenches
SheetMetal
Default shortcut
E
Introduced in version
-
See also
None

Description

The SheetMetal Extrude command extends a sheet metal face.

Usage

To Extend the face:

  1. Start with a base plate or sheet, select a thin face representing the thickness of the metal sheet
  2. Click on the Extrude tool to extend the face.

Note: To create a base plate use a closed 2D outline - preferably a Sketch - with the Make Base Wall command.
Alternatively you can generate a base plate with one of the following methods as well:

If you start with a PartDesign Body, you can mix Sheet Metal features with PartDesign features such as pockets or holes.

Note: In an extension operation, set Refine = true.

Properties

See also: Property editor.

A SheetMetal Extend 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: Extend (+ 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

  • Database Object (LinkSub): "Base object". Link to the planar face to be extended.
  • Datagap1 (Distance): "Gap from the left side". Default: 0,00 mm.
  • Datagap2 (Distance): "Gap from the right side". Default: 0,00 mm.
  • Datalength (Length): "Length of Wall". Default: 10,00 mm.

Parameters Ext.

  • DataOffset (Distance): "Offset for substraction". Default: 20,00 µm.
  • DataRefine (Bool): "Use Refine". Default: true.
  • DataSketch (Link): "Wall Sketch".
  • DataUse Substraction (Bool): "Use Substraction". Default: false