|
FreeCAD Python
|
The BuildingPart object and tools.
This module provides tools to build BuildingPart objects. BuildingParts are used to group different Arch objects
Functions | |
| def | makeBuildingPart (objectslist=None, baseobj=None, name="BuildingPart") |
| def | makeFloor (objectslist=None, baseobj=None, name="Floor") |
| def | makeBuilding (objectslist=None, baseobj=None, name="Building") |
| def | convertFloors (floor=None) |
| 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
| def ArchBuildingPart.makeBuilding | ( | objectslist = None, |
|
baseobj = None, |
|||
name = "Building" |
|||
| ) |
overwrites ArchBuilding.makeBuilding
| def ArchBuildingPart.makeBuildingPart | ( | objectslist = None, |
|
baseobj = None, |
|||
name = "BuildingPart" |
|||
| ) |
makeBuildingPart(objectslist): creates a buildingPart including the objects from the given list.
| def ArchBuildingPart.makeFloor | ( | objectslist = None, |
|
baseobj = None, |
|||
name = "Floor" |
|||
| ) |
overwrites ArchFloor.makeFloor
1.8.15