IfcSite

class compas_ifc.entities.extensions.IfcSite

Bases: object

Extension class for IfcSite.

Attributes:
buildingslist[IfcBuilding]

The buildings of the site.

building_elementslist[IfcBuildingElement]

The building elements of the site.

geographic_elementslist[IfcGeographicElement]

The geographic elements of the site.

locationtuple[float, float]

The location of the site. In degrees (latitude, longitude).

Inherited Methods

__init__