|
Меню прокату |
---|
Arch → Floor |
Верстаки |
Arch |
Ярлик за умовчанням |
F L |
Дивись також |
Arch Building, Arch Site |
The Arch Floor is a special type of FreeCAD group object that has a couple of additional properties particularly suited for building floors. Particularly, they have a height property, that its children objects (walls and structures) can use to set their own height automatically. They are mostly used to organize your model.
The Floor tool can by used in macros and from the python console by using the following function:
makeFloor ([objectslist])
creates a floor including the objects from the given list.
Example:
import Arch Arch.makeFloor()