bim2sim.plugins.PluginLCA.bim2sim_lca.task package
Submodules
bim2sim.plugins.PluginLCA.bim2sim_lca.task.export_lca module
- class bim2sim.plugins.PluginLCA.bim2sim_lca.task.export_lca.ExportLCA(playground)
Bases:
ITask
Exports a CSV file with all relevant quantities of the BIM model
- export_materials(elements)
Exports only the materials and its total volume and mass if density is given in the IFC
- export_overview(elements)
- final = True
- reads: Tuple[str] = ('ifc_files', 'elements')
- run(ifc_files, elements)
Run tasks.
- static ureg_to_str(value, unit, n_digits=3)
Transform pint unit to human readable value with given unit.