Arch Panel

Arch Panel.png Arch Panel

Menu location
Arch → Panel Tools → Panel
Workbenches
Arch
Default shortcut
P,A
See also
Arch Panel Cut, Arch Panel Sheet


Description

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.

Arch Panel example.jpg

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.

Since version 0.17, the Arch Panel can also be used to create corrugated or trapezoidal profiles:

Arch panel wave.jpg


How to use

  1. Select a 2D shape (draft object, face or sketch) - optional
  2. Press the Arch Panel.png Arch Panel button, or press P then A keys
  3. Adjust the desired properties

Options

Properties

Scripting

The Panel tool can by used in macros and from the python console by using the following function:

makePanel ([obj],[length],[width],[thickness],[name]) 

Example:

import Arch,Draft
base = Draft.makeRectangle(500,200)
Arch.makePanel(base,thickness=36) 

Tutorials

Limitations

Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Panel&oldid=287068"

Navigation menu