Arch Panel Sheet

Arch Panel Sheet.png Arch Panel Sheet

Menu location
Arch → Panel tools → Panel Sheet
Workbenches
Arch
Default shortcut
P,S
See also
Arch Panel


Description

This tool allows to build a 2D sheet, including any number of Arch Panel Cut objects, or any other 2D object such as those made by the Draft Workbench and Sketcher Workbench. The Panel Sheet is typically made to layout cuts to be made by a CNC machine. These sheets can then be exported to a DXF file.

Arch Wikihouse 03.jpg

Arch Wikihouse 04.jpg

The above image shows how Panel Sheets appear when exported to DXF.

How to use

  1. Optionally, select one or more Arch Panel Cut objects or any other 2D object that lies on the XY plane
  2. Press the Arch Panel Sheet.png Arch Panel Sheet button, or press P then S keys
  3. Adjust the desired properties

Options

Properties

Scripting

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

makePanelSheet ([objectslist]) 

Example:

import Arch,Draft
base = Draft.makeRectangle(500,200)
panel = Arch.makePanel(base,thickness=36)
cut = Arch.makePanelCut(panel)
sheet = Arch.makePanelSheet([cut]) 

Tutorials

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

Navigation menu