cesarp.model.BuildingElement module

class cesarp.model.BuildingElement.BuildingElement(value)[source]

Bases: Enum

Defines the construction elements of a building.

GROUNDFLOOR = 5
INTERNAL_CEILING = 8
INTERNAL_FLOOR = 7
ROOF = 6
WALL = 4
WINDOW = 1