Arch Wall/zh-tw


Arch Wall.png Arch Wall

Menu location
Arch → Wall
Workbenches
Arch
Default shortcut
W A
See also
Arch Structure


Description

本工具自草圖或任何 物件mesh 生成牆體。一面牆無須以任何物件為生成基礎,這時牆為一立方體,以長寬高為其屬性。牆由其他形狀生成時,可基於:

Arch Wall example.jpg Example of walls built from a line, a wire, a face, a solid and a sketch

Walls can also have additions or subtractions. Additions are other objects whose shapes are joined in this Wall's shape, while subtractions are subtracted. Additions and subtractions can be added with the Arch Add and Arch Remove tools. Additions and subtractions have no influence over wall parameters such as height and width, which can still be changed. Walls can also have their height automatic, if they are included into a higher-level object such as floors. The height must be kept at 0, then the wall will adopt the height specified in the parent object.

When several walls should intersect, you need to place them into a floor to have their geometry intersected.

How to use

Drawing a wall from scratch

  1. Press the Arch Wall.png Arch Wall button, or press W then A keys
  2. Click a first point on the 3D view, or type a coordinate
  3. Click a second point on the 3D view, or type a coordinate

Drawing a wall on top of a selected object

  1. Select one or more base geometry objects (Draft object, sketch, etc)
  2. Press the Arch Wall.png Arch Wall button, or press the W then A keys
  3. Adjust needed properties such as height or width.

Options


Snapping

Snapping works a bit differently with Arch walls than other Arch and Draft objects. If a wall has a baseline object, snapping will anchor to the base object, instead of the wall geometry, allowing to easily align walls by their baseline. If, however, you specifically want to snap to the wall geometry, pressing CTRL will switch snapping to the wall object.

Arch wall snap.jpg

Properties

Wall objects inherit the properties of Part objects, and also have the following extra properties:

available in version 0.18

Scripting

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

makeWall ( [obj],[length],[width],[height],[align],[face],[name] ) 

Example:

import FreeCAD, Draft, Arch
baseline = Draft.makeLine(FreeCAD.Vector(0,0,0),FreeCAD.Vector(2,0,0))
Arch.makeWall(baseline,None,0.1,2) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Wall/zh-tw&oldid=279028"

Navigation menu