SheetMetal AddFoldWall/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 30: Line 30:
== Properties ==
== Properties ==


See also: [[Property_editor|Property editor]].
* {{PropertyData|Bend Line}}: Bend line. Default: none

* {{PropertyData|Position}}: Bend line position. Possible values: forward, middle, backward Default: forward
A SheetMetal Fold object is derived from a [[Part_Feature|Part Feature]] object and inherits all its properties. It also has the following additional properties:
* {{PropertyData|Angle}}: Bend angle. Default: 90.0

* {{PropertyData|Base Object}}: Base object. Default: none
=== Data ===
* {{PropertyData|Invert}}: Invert bend direction. Default: False

* {{PropertyData|Invert bend}}: Swap side to be bent. Default: False
{{Properties_Title|Base}}
* {{PropertyData|Kfactor}}: Neutral axis position. Default: 0.50

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

{{Properties_Title|Parameters}}

* {{PropertyData|Bend Line|Link}}: "Bend Reference Line List". Links to the bend line objects.
* {{PropertyData|Position|Enumeration}}: "Bend Line Position". {{value|forward}} (default), {{value|middle}}, {{value|backward}}.
* {{PropertyData|angle|Angle}}: "Bend Angle". Default angle: {{value|90,00°}}.
* {{PropertyData|base Object|LinkSub}}: "Base Object". Link to the planar face to be bent.
* {{PropertyData|invert|Bool}}: "Invert Bend Direction". Default: {{FALSE}}
* {{PropertyData|invertbend|Bool}}: "Invert Solid Bend Direction". Default: {{FALSE}} </br> {{TRUE}} swaps the side of the line to be bent.
* {{PropertyData|kfactor|FloatConstraint}}: "Neutral Axis Position". Default: {{value|0,50}}.
* {{PropertyData|radius|Length}}: "Bend Radius". Default: {{value|1,00 mm}}.
* {{PropertyData|unfold|Bool}}: "Unfold Bend". Default: {{FALSE}}


== Example ==
== Example ==
Line 44: Line 58:
[[Image:SheetMetal_AddFoldWall-01.png|300px]]
[[Image:SheetMetal_AddFoldWall-01.png|300px]]
{{Caption|A simple clip}}
{{Caption|A simple clip}}

<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">

=== Preparation ===
=== Preparation ===


Line 58: Line 72:


The folding lines could be created with other tools but hey, we have a [[Image:Workbench_Sketcher.svg|24px]] [[Sketcher_Workbench|Sketcher]]!
The folding lines could be created with other tools but hey, we have a [[Image:Workbench_Sketcher.svg|24px]] [[Sketcher_Workbench|Sketcher]]!



[[Image:SheetMetal_AddFoldWall-21.png|280px]]
[[Image:SheetMetal_AddFoldWall-21.png|280px]]

Revision as of 18:04, 21 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 AddFoldWall

Menu location
SheetMetal → Fold a Wall
Workbenches
SheetMetal
Default shortcut
C F
Introduced in version
-
See also
None

Description

The SheetMetal AddFoldWall command folds a wall at a chosen line with a specified bend radius.

Usage

  1. Select a planar face of the SheetMetal object
  2. Select a coplanar line
  3. Press the Fold a wall button
    or use the keyboard shortcut: C then F.

Properties

See also: Property editor.

A SheetMetal Fold 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: Fold (+ 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 Line (Link): "Bend Reference Line List". Links to the bend line objects.
  • DataPosition (Enumeration): "Bend Line Position". forward (default), middle, backward.
  • Dataangle (Angle): "Bend Angle". Default angle: 90,00°.
  • Database Object (LinkSub): "Base Object". Link to the planar face to be bent.
  • Datainvert (Bool): "Invert Bend Direction". Default: false
  • Datainvertbend (Bool): "Invert Solid Bend Direction". Default: false
    true swaps the side of the line to be bent.
  • Datakfactor (FloatConstraint): "Neutral Axis Position". Default: 0,50.
  • Dataradius (Length): "Bend Radius". Default: 1,00 mm.
  • Dataunfold (Bool): "Unfold Bend". Default: false

Example

A simple clip

Preparation

This clip is made of a blank that receives three folds and so we need four sketches prepared in advance:

- one for the outline plus slot (blank)
- one for the bend at the tip
- one for the upward bend
- one for the downward bend

Easiest way to guarantee that one face of the blank and all folding lines are coplanar is to create all sketches on the same plane - the XY_Plane in this case.

The folding lines could be created with other tools but hey, we have a Sketcher!

Sketches on their common plane and their representation in the design tree

Workflow

  1. Create a blank
    1. Select the outline sketch
    2. Press the Make Base Wall button
      or use the keyboard shortcut: C then B

      (The blank is padded in z direction and so it has to be flipped
      each time, to select the bottom face that is lying on the sketch plane)


  2. Fold the tip
    1. Select the blank's bottom face
    2. Select the sketch named Tip Fold line (preferably from the tree view)
      (and don't forget the control/command key )
    3. Press the Fold a wall button
      or use the keyboard shortcut: C then F
    4. The fold should be 90° down and so some values in the properties window need to be set e.g.:
      - the angle value to 60°
      - the invert value to true for an upward bend

  3. Create the downward fold
    1. Select the blank's bottom face
    2. And then the sketch named Down-Fold line
    3. Press the Fold a wall button
      or use the keyboard shortcut: C then F
    4. Set the angle value to 92°
    5. If the wrong section of the part moved set the invertbend value to true

  4. To create the upward fold
    1. select the blank's bottom face
    2. and then the sketch named Up-Fold line
    3. Press the Fold a wall button
      or use the keyboard shortcut: C then F
    4. Set the angle value to 80°
    5. If the fold is downward set the invert value to true
    6. If needed set the invertbend value to true

Done!

Note!: In real life the upward fold must be done before the downward fold. Only the virtual world of CAD allows us to bend through solid material. This way the orientation of the static section doesn't change.
All sketches lie on the same plane to avoid sketches attached to moveable faces.