SheetMetal: Piega (Bend)

From FreeCAD Documentation
Revision as of 10:16, 23 May 2022 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

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:

Piega

Posizione nel menu
SheetMetal → Add Bend
Ambiente
SheetMetal
Avvio veloce
None
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Lo strumento di piegatura di SheetMetal crea una piega sul bordo selezionato.

A flange consists of a 90° cylindrical bend and a planar strip (wall).

Two selected edges → two flanges

Resetting the Datiangle property to about 180° in a second step will create a hem instead.

Two selected edges → two hems

Utilizzo

Per aggiungere una piega:

  1. Passare nell'ambiente SheetMetal.
  2. Iniziare con una lastra di base o un foglio, selezionare uno o più bordi che devono ricevere una piega.
  3. Cliccare sullo strumento Bend per aggiungere una piega.

Notes

Nota: questo ambiente non dispone di uno strumento per creare una piastra di base, quindi è necessario avviare il modello con uno dei seguenti metodi:

Alternatively a base plate (blank) can be created with commands from the Part Workbench or PartDesign Workbench.

To create a blank with the Part Workbench:

  1. Create a solid using either:
  2. Make sure one the dimensions of the Box or the extrusion distance equals the sheet metal thickness.

To create a blank with the PartDesign Workbench:

  1. Create a solid using either:
  2. Make sure one the dimensions of the Box or the DatiLength property of the Pad equals the sheet metal thickness.
Se si inizia con un Corpo di PartDesign, è possibile combinare funzioni di Sheet Metal con funzioni di PartDesign come tasche o fori.

Proprietà

See also: Property editor.

A SheetMetal Bend object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties and its label has a default value:

Dati

Base

Parameters

  • Datiangle: Angolo di piega.
  • Datiextend1: Estende il lato sinistro.
  • Datiextend2: Estende il lato destro.
  • Datigap1: Distanza sul lato sinistro del lembo piegato dall'angolo della forma base.
  • Datigap2: Distanza dall'angolo dal lato destro.
  • Datiinvert: Inverte la direzione della piega.
  • Datilength: Lunghezza della parte piegata .
  • Datimiterangle1: Piega con un angolo di mitra sul lato sinistro.
  • Datimiterangle2: Piega con un angolo di mitra sul lato destro.
  • Datiradius: Raggio di curvatura della piega.
  • Datirelief Type: Gole di scarico Rettangolari o arrotondate. Abilitato solo quando è impostato un valore di gap.
  • Datireliefd: Profondità della gola di scarico. Abilitata solo quando è impostato un valore di gap.
  • Datireliefw: Larghezza della gola di scarico. Abilitata solo quando è impostato un valore di gap.
  • Datikfactor: Fattore K (noto anche come fattore neutro) per la curva. Utilizzato per calcolare la tolleranza di piegatura durante lo sviluppo.
  • Datiunfold: False (predefinito) o True. Se è vero, dispiega la curva.

Parameters Ex

  • DatiAuto Miter (Bool): "Enable Auto Miter". Default: true.
  • Datiextend1 (Distance): "Extend from Left Side". Default: 0,00 mm.
  • Datiextend2 (Distance): "Extend from Right Side". Default: 0,00 mm.
  • Datikfactor (FloatConstraint): "Location of Neutral Line. Caution: Using ANSI standards, not DIN.".
    Default: 0,50. K factor (also known as neutral factor) for the bend. Used to calculate bend allowance when unfolding.
  • Datimax Extend Dist (Length): "Auto Miter maximum Extend Distance". Default: 5,00 mm.
  • Datimin Gap (Length): "Auto Miter Minimum Gap". Default: 5,00 mm.
  • Datimiterangle1 (Angle): "Bend Miter Angle from Left Side". Default angle: 0,00°.
  • Datimiterangle2 (Angle): "Bend Miter Angle from Right Side". Default angle: 0,00°.
  • Datioffset (Distance): "Offset Bend". Default: 0,00 mm.
  • Datiunfold (Bool): "Shows Unfold View of Current Bend". Default: false
    true unfolds the bend.

Parameters Ex2

  • DatiSketch (Link): "Sketch Object".
  • Datisketchflip (Bool): "Flip Sketch Direction". Default: false.
  • Datisketchinvert (Bool): "Invert Sketch Start". Default: false.

Parameters Ex3

  • DatiLength List (FloatList): "Length of Wall List". Default: [10,00].
  • Datibend AList (FloatList): "Bend Angle List". Default: [90,00].

Parameters Relief

  • DatiRelief Factor (Float): "Relief Factor". Default: 0,70.
  • DatiUse Relief Factor (Bool): "Use Relief Factor". Default: false.
  • Datimin Relief Gap (Length): "Minimum Gap to Relief Cut". Default: 1,00 mm.
  • Datirelief Type (Enumeration): "Relief Type". Rectangle (default), Round. Enabled only when a gap value is set.
  • Datireliefd (Length): "Relief Depth". Default: 1,00 mm. Enabled only when a gap value is set.
  • Datireliefw (Length): "Relief Width". Default: 0,80 mm. Enabled only when a gap value is set.

Example

A simple tray

Preparation

This tray is made of a rectangular blank with walls added to its outline edges. And so one outline sketch for the blank has to be prepared in advance.

Just a rectangular outline

Workflow

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

      (The blank is padded in z direction

  2. Add walls to the outline edges
    1. Select the blank's outline edges
    2. Press the Make Wall button
      or use the keyboard shortcut: W
    3. If the fold is 90° down set the value of invert property to true to reverse the direction (and length to a lower value for smaller walls)


  3. Add some more walls
    1. Select the tray's upper outside edges
    2. Press the Make Wall button
      or use the keyboard shortcut: W

    3. The walls are a bit too long (but nicely trimmed) and so the length property has to be set to a lower value
    4. If you like the folds swing outward set the invert value to true

Done!