FreeCAD Python
Functions
ArchBuildingPart Namespace Reference

Detailed Description

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)
 

Function Documentation

◆ convertFloors()

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

◆ makeBuilding()

def ArchBuildingPart.makeBuilding (   objectslist = None,
  baseobj = None,
  name = "Building" 
)
overwrites ArchBuilding.makeBuilding

◆ makeBuildingPart()

def ArchBuildingPart.makeBuildingPart (   objectslist = None,
  baseobj = None,
  name = "BuildingPart" 
)
makeBuildingPart(objectslist): creates a buildingPart including the
objects from the given list.

◆ makeFloor()

def ArchBuildingPart.makeFloor (   objectslist = None,
  baseobj = None,
  name = "Floor" 
)
overwrites ArchFloor.makeFloor