Arch Panel Cut

Arch Panel Cut.png Arch Panel Cut

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


Description

This tool creates, in the 3D document, a flat, 2D view of an Arch Panel, to be included in an Arch Panel Sheet or directly exported to DXF.

Arch Wikihouse 02.jpg

How to use

  1. Select one or more Arch Panel objects
  2. Press the Arch Panel Cut.png Arch Panel Cut button, or press P then C 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:

makePanelCut (object) 

Example:

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

Tutorials

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

Navigation menu