The BuildingPart object and tools. More...
Classes | |
| class | BuildingPart |
| class | CommandBuildingPart |
| class | ViewProviderBuildingPart |
Functions | |
| def | convertFloors (floor=None) |
| def | makeBuilding (objectslist=None, baseobj=None, name="Building") |
| def | makeBuildingPart (objectslist=None, baseobj=None, name="BuildingPart") |
| def | makeFloor (objectslist=None, baseobj=None, name="Floor") |
Variables | |
| list | BuildingTypes |
| unicode = str | |
The BuildingPart object and tools.
This module provides tools to build BuildingPart objects. BuildingParts are used to group different Arch objects
| def ArchBuildingPart.convertFloors | ( | floor = None | ) |
convert the given Floor or Building (or all Arch Floors from the active document if none is given) into BuildingParts
References makeBuildingPart(), and draftutils.translate.QT_TRANSLATE_NOOP.
| def ArchBuildingPart.makeBuilding | ( | objectslist = None, |
|
baseobj = None, |
|||
name = "Building" |
|||
| ) |
overwrites ArchBuilding.makeBuilding
References makeBuildingPart(), and draftutils.translate.QT_TRANSLATE_NOOP.
| def ArchBuildingPart.makeBuildingPart | ( | objectslist = None, |
|
baseobj = None, |
|||
name = "BuildingPart" |
|||
| ) |
makeBuildingPart(objectslist): creates a buildingPart including the objects from the given list.
Referenced by ArchBuildingPart.ViewProviderBuildingPart.cloneUp(), convertFloors(), makeBuilding(), and makeFloor().
| def ArchBuildingPart.makeFloor | ( | objectslist = None, |
|
baseobj = None, |
|||
name = "Floor" |
|||
| ) |
overwrites ArchFloor.makeFloor
References makeBuildingPart().
| list ArchBuildingPart.BuildingTypes |
| ArchBuildingPart.unicode = str |