Arch Panel/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<div class="mw-translate-fuzzy">
{{GuiCommand/de|Name=Arch Panel|Name/de=Arch Panel|Workbenches=[[Arch Module/de|Arch]]|MenuLocation=Arch → Panel Tools → Panel|Shortcut=P,A|SeeAlso=[[Arch Panel Cut/de|Arch Panel Cut]], [[Arch Panel Sheet/de|Arch Panel Sheet]]}}
{{docnav/de
|[[Arch_Stairs/de|Treppe]]
|[[Arch_Panel_Cut/de|Panel Cut]]
|[[Arch_Module/de|Arch-Arbeitsbereich]]
|IconL=Arch_Stairs.svg
|IconC=Workbench_Arch.svg
|IconR=Arch_Panel_Cut.svg
}}
</div>

<div class="mw-translate-fuzzy">
{{GuiCommand/de
|Name=Arch Panel|Name/de=Arch Paneel
|Workbenches=[[Arch Module/de|Arch]]
|MenuLocation=Arch → Panel Tools → Panel
|Shortcut={{KEY|P}} {{KEY|A}}
|SeeAlso=[[Arch Panel Cut/de|Arch Panel Cut]], [[Arch Panel Sheet/de|Arch Panel Sheet]]
|Version=0.15
}}
</div>


==Description==
==Beschreibung==


This tool allows you to build all kinds of panel-like elements, typically for panel constructions like the [http://www.wikihouse.cc/ WikiHouse] project, but also for all kinds of objects that are based on a flat profile.
This tool allows you to build all kinds of panel-like elements, typically for panel constructions like the [http://www.wikihouse.cc/ WikiHouse] project, but also for all kinds of objects that are based on a flat profile.
Line 8: Line 28:
[[Image:Arch Panel example.jpg|700px]]
[[Image:Arch Panel example.jpg|700px]]


The above image shows a series of panel objects, simply made from imported 2D contours from a DXF file. They can then be rotated and assembled to create structures.
''The above image shows a series of panel objects, simply made from imported 2D contours from a DXF file. They can then be rotated and assembled to create structures.''


<div class="mw-translate-fuzzy">
Since version 0.17, the Arch Panel can also be used to create corrugated or trapezoidal profiles:
Seit Version 0.17 kann Arch Panel auch zur Erstellung von gewellten oder trapezförmigen Profilen verwendet werden.
</div>


[[Image:Arch panel wave.jpg|700px]]
[[Image:Arch panel wave.jpg|700px]]


==Anwendung==


# Wählen Sie eine 2D-Form (Draft-Objekt, Fläche oder Skizze) (optional)
==How to use==
# Drücken Sie den {{Button|[[Image:Arch Structure.svg|16px]][[Arch Structure/de|Struktur]]}}-Knopf oder die Tasten {{KEY|P}} und {{KEY|A}}
# Passen Sie die Eigenschaften des Objektes Ihren Erfordernissen an.


===Einschränkungen===
# Select a 2D shape (draft object, face or sketch) - optional
# Press the {{KEY|[[Image:Arch Panel.png|16px]] [[Arch Panel|Arch Panel]]}} button, or press {{KEY|P}} then {{KEY|A}} keys
# Adjust the desired properties


* There is currently no automatic system to produce 2D cutting sheets from panel objects, but such feature is in the plans and will be added in the future.
==Options==

==Optionen==


* Panels share the common properties and behaviours of all [[Arch Component|Arch Components]]
* Panels share the common properties and behaviours of all [[Arch Component|Arch Components]].
* The thickness of a panel can be adjusted after creation
* The thickness of a panel can be adjusted after creation.
* Press {{KEY|ESC}} or the {{KEY|'''Cancel'''}} button to abort the current command.
* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the current command.
* Double-clicking on the panel in the tree view after it is created allows you to enter edit mode and access and modify its additions and subtractions
* Double-clicking on the panel in the tree view after it is created allows you to enter edit mode and access and modify its additions and subtractions.
* It is possible to automatically make panels composed of more than one sheet of a material, by raising its Sheets property.
* It is possible to automatically make panels composed of more than one sheet of a material, by raising its Sheets property.
* Panels can make use of [[Arch MultiMaterial|Multi-Materials]]. When using a multi-material, the panel will become multi-layer, using the thicknesses specified by the multi-material. Any layer with a thickness of zero will have its thickness defined automatically by the remaining space defined by the Panel's own Thickness value, after subtracting the other layers.
* Panels can make use of [[Image:Arch_MultiMaterial.svg|24px]] [[Arch MultiMaterial|Multi-Materials]]. When using a multi-material, the panel will become multi-layer, using the thicknesses specified by the multi-material. Any layer with a thickness of zero will have its thickness defined automatically by the remaining space defined by the Panel's own Thickness value, after subtracting the other layers.


==Properties==
==Properties==
Line 44: Line 69:


==Scripting==
==Scripting==
{{Emphasis|See also:}} [[Arch API|Arch API]] and [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].


Das Paneel-Werkzeug kann in [[macros/de|Makros]] und aus der [[Python/de|Python]]-Konsole heraus durch folgende Funktion angesprochen werden:
The Panel tool can by used in [[macros|macros]] and from the python console by using the following function:
{{Code|code=
{{Code|code=
makePanel ([obj],[length],[width],[thickness],[name])
Panel = makePanel(baseobj=None, length=0, width=0, thickness=0, placement=None, name="Panel")
}}
}}


* Creates a {{incode|Panel}} object from the given {{incode|baseobj}}, which is a closed profile, and the given extrusion {{incode|thickness}}.
Example:
** If no {{incode|baseobj}} is given, you can provide the numerical values for the {{incode|length}}, {{incode|width}}, and {{incode|thickness}} to create a block panel.
* If a {{incode|placement}} is given, it is used.

Beispiel:
{{Code|code=
{{Code|code=
import Arch,Draft
import FreeCAD, Draft, Arch

base = Draft.makeRectangle(500,200)
Rect = Draft.makeRectangle(1000, 400)
Arch.makePanel(base,thickness=36)
Panel = Arch.makePanel(Rect, thickness=36)
}}
}}


== Tutorials ==
==Übungen==


* [[Wikihouse porting tutorial|Wikihouse porting tutorial]]
* [[Wikihouse porting tutorial/de|Wikihouse porting tutorial]]


==Limitations==


<div class="mw-translate-fuzzy">
* There is currently no automatic system to produce 2D cutting sheets from panel objects, but such feature is in the plans and will be added in the future.
{{docnav/de
* This tool is not available in FreeCAD versions prior to 0.15
|[[Arch_Stairs/de|Treppe]]
|[[Arch_Panel_Cut/de|Panel Cut]]
|[[Arch_Module/de|Arch-Arbeitsbereich]]
|IconL=Arch_Stairs.svg
|IconC=Workbench_Arch.svg
|IconR=Arch_Panel_Cut.svg
}}
</div>

{{Arch Tools navi{{#translation:}}}}

{{Userdocnavi{{#translation:}}}}

Revision as of 21:54, 19 February 2020

Arch Paneel

Menüeintrag
Arch → Panel Tools → Panel
Arbeitsbereich
Arch
Standardtastenkürzel
P A
Eingeführt in Version
0.15
Siehe auch
Arch Panel Cut, Arch Panel Sheet

Beschreibung

This tool allows you to build all kinds of panel-like elements, typically for panel constructions like the WikiHouse project, but also for all kinds of objects that are based on a flat profile.

The above image shows a series of panel objects, simply made from imported 2D contours from a DXF file. They can then be rotated and assembled to create structures.

Seit Version 0.17 kann Arch Panel auch zur Erstellung von gewellten oder trapezförmigen Profilen verwendet werden.

Anwendung

  1. Wählen Sie eine 2D-Form (Draft-Objekt, Fläche oder Skizze) (optional)
  2. Drücken Sie den Struktur-Knopf oder die Tasten P und A
  3. Passen Sie die Eigenschaften des Objektes Ihren Erfordernissen an.

Einschränkungen

  • There is currently no automatic system to produce 2D cutting sheets from panel objects, but such feature is in the plans and will be added in the future.

Optionen

  • Panels share the common properties and behaviours of all Arch Components.
  • The thickness of a panel can be adjusted after creation.
  • Press Esc or the Cancel button to abort the current command.
  • Double-clicking on the panel in the tree view after it is created allows you to enter edit mode and access and modify its additions and subtractions.
  • It is possible to automatically make panels composed of more than one sheet of a material, by raising its Sheets property.
  • Panels can make use of Multi-Materials. When using a multi-material, the panel will become multi-layer, using the thicknesses specified by the multi-material. Any layer with a thickness of zero will have its thickness defined automatically by the remaining space defined by the Panel's own Thickness value, after subtracting the other layers.

Properties

  • DatenLength: The length of the panel
  • DatenWidth: The width of the panel
  • DatenThickness: The thickness of the panel
  • DatenArea: The area of the panel (automatic)
  • DatenSheets: The number of sheets of material the panel is made of
  • DatenWave Length: The length of the wave for corrugated panels
  • DatenWave Height: The height of the wave for corrugated panels
  • DatenWave Type: The type of the wave for corrugated panels, curved, trapezoidal or spiked
  • DatenWave Direction: The orientation of the waves for corrugated panels
  • DatenBottom Wave: If the bottom wave of the panel is flat or not

Scripting

See also: Arch API and FreeCAD Scripting Basics.

Das Paneel-Werkzeug kann in Makros und aus der Python-Konsole heraus durch folgende Funktion angesprochen werden:

Panel = makePanel(baseobj=None, length=0, width=0, thickness=0, placement=None, name="Panel")
  • Creates a Panel object from the given baseobj, which is a closed profile, and the given extrusion thickness.
    • If no baseobj is given, you can provide the numerical values for the length, width, and thickness to create a block panel.
  • If a placement is given, it is used.

Beispiel:

import FreeCAD, Draft, Arch

Rect = Draft.makeRectangle(1000, 400)
Panel = Arch.makePanel(Rect, thickness=36)

Übungen