Arkusz Blachy: Utwórz element bazowy

From FreeCAD Documentation
Revision as of 12:03, 31 January 2022 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Ta dokumentacja nie jest ukończona. Prosimy o pomoc w tworzeniu dokumentacji.

Strona Model polecenia GUI wyjaśnia jak powinny być dokumentowane polecenia. Przejrzyj stronę Category:UnfinishedDocu, aby zobaczyć więcej niekompletnych stron, takich jak ta. Zobacz stronę Category:Command Reference aby poznać wszystkie komendy.

Zobacz stronę wytycznych Wikidla FreeCAD aby dowiedzieć się, jak edytować strony Wiki, i przejdź do strony Pomóż w rozwoju FreeCAD, aby dowiedzieć się o innych sposobach, w jakie możesz wnieść swój wkład.

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 DANElength for the profile length,
    • The property DANEthickness for the profile thickness,
    • The property DANEradius 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 DANEthickness for the thickness of the plate.
(The properties DANElength and DANEradius 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

  • DANELabel (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.
  • DANE (hidden)Base Feature (Link): Base Feature. Link to the parent feature.
  • DANE (hidden)_Body (LinkHidden): Hidden link to the parent body.

Parameters

  • DANEBend Side (Enumeration): "Relief Type". Outside (default), Inside, Middle.
  • DANEBend Sketch (Link): "Wall Sketch object". Link to the profile/outline sketch.
  • DANEMid 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.
  • DANEReverse (Bool): "Reverse Extrusion Direction". Default: false.
  • DANElength (Length): "Length of wall". Default: 100,00 mm.
  • DANEradius (Length): "Bend Radius". Default: 1,00 mm.
  • DANEthickness (Length): "Thickness of sheetmetal". Default: 1,00 mm.