IfcProject

class compas_ifc.entities.extensions.IfcProject

Bases: object

Extension class for IfcProject.

Attributes:
siteslist[IfcSite]

The sites of the project.

buildingslist[IfcBuilding]

The buildings of the project.

building_elementslist[IfcBuildingElement]

The building elements of the project.

geographic_elementslist[IfcGeographicElement]

The geographic elements of the project.

contextslist[IfcContext]

The contexts of the project.

unitslist[IfcUnit]

The units of the project.

length_unitIfcUnit

The length unit of the project.

length_scalefloat

The length scale of the project.

framecompas.geometry.Frame

The frame of the project.

northcompas.geometry.Vector

The north vector of the project.

Inherited Methods

__init__