IFCExporter.export_elements_to_ifc
- IFCExporter.export_elements_to_ifc(element_ids, filepath)[source]
Exports elements to ifc file.
- Parameters:
- element_idslist(int)
List of element ids to export.
- filepathstr
Path to the resulting ifc file.
- settings
IFCExportSettings
, optional Settings for the ifc export.