|
Menyplacering |
---|
Arch → Floor |
Arbetsbänk(ar) |
Arch |
Standard genväg |
F L |
Se även |
Arch Cell |
Arch Floor är en speciell sorts Arch Cell som har några extra egenskaper speciellt anpassade för att bygga golv. De har bland annat en höjdegenskap, som dess barnobjekt (väggar och strukturer) kan använda för att ställa in sin egen höjd automatiskt
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()