|
Меню прокату |
---|
Arch -> Building |
Верстаки |
Arch |
Ярлик за умовчанням |
B U |
Дивись також |
Arch Floor, Arch Site |
The Arch Building is a special type of FreeCAD group object particularly suited for representing a whole building unit. They are mostly used to organize your model, by containing floor objects.
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()