Classes | |
class | Building |
class | CommandBuilding |
class | ViewProviderBuilding |
Functions | |
def | makeBuilding |
Variables | |
string | __author__ = "Yorik van Havre" |
string | __title__ = "FreeCAD Building" |
string | __url__ = "http://free-cad.sourceforge.net" |
def Building::makeBuilding | ( | objectslist, | ||
join = False , |
||||
name = "Building" | ||||
) |
makeBuilding(objectslist,[joinmode]): creates a building including the objects from the given list. If joinmode is True, components will be joined.
Definition at line 31 of file Building.py.
string Building::__author__ = "Yorik van Havre" |
Definition at line 28 of file Building.py.
string Building::__title__ = "FreeCAD Building" |
Definition at line 27 of file Building.py.
string Building::__url__ = "http://free-cad.sourceforge.net" |
Definition at line 29 of file Building.py.