FreeCAD Python
|
The Floor object and tools.
This module provides tools to build Floor objects. Floors are used to group different Arch objects situated at a same level
Functions | |
def | makeFloor (objectslist=None, baseobj=None, name="Floor") |
def ArchFloor.makeFloor | ( | objectslist = None , |
|
baseobj = None , |
|||
name = "Floor" |
|||
) |
makeFloor(objectslist): creates a floor including the objects from the given list.