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_unit
IfcUnit
The length unit of the project.
- length_scalefloat
The length scale of the project.
- frame
compas.geometry.Frame
The frame of the project.
- north
compas.geometry.Vector
The north vector of the project.
- siteslist[
Inherited Methods
__init__