Arch Stavba

From FreeCAD Documentation
Revision as of 09:05, 1 December 2013 by Honza32 (talk | contribs) (Created page with "==Volby==")

Arch Building

Menu location
Arch -> Building
Workbenches
Arch
Default shortcut
B U
Introduced in version
-
See also
Arch Floor, Arch Site

Popis

Stavitelství je speciální typ skupiny objektů FreeCADu, zvlášť přizpůsobené k prezentaci celých stavebních jednotek. Většinou jsou využívány pro uspořádání Vašeho modelu obsahujícího objekty podlah

Použití

  1. Také můžete vybrat jeden nebo více objektů, které lze vložit do Vaší nové stavby
  2. Stiskněte klávesu Arch Building nebo klávesy B a U

Volby

  • After creating a building, you can add more objects to it by drag and dropping them in the Tree View or by using the Arch Add tool
  • You can remove objects from a building by drag and dropping them out of it the Tree View or by using the Arch Remove tool

Scripting

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

makeBuilding ([objectslist])

creates a building including the objects from the given list.

Example:

import Arch
Arch.makeBuilding()