IFCExporter

class compas_cadwork.utilities.IFCExporter[source]

Bases: object

Used to export elements to ifc files.

Sets the required global settings for the export and restores them after the export.

Methods

cleanup

Restores any global settings that were changed during the export.

export_elements_to_ifc

Exports elements to ifc file.

initialize

Sets any global settings that are required for the export.