IFCExportSettings
- class compas_cadwork.utilities.IFCExportSettings[source]
Bases:
object
Represents settings for the ifc export.
- Attributes:
- grouping_type
ElementGroupingType
, optional Which element grouping type should be considered when exporting (e.g. group, subgroup)
- export_cover_geometrybool, optional
True if cover geometry should be exported, False otherwise.
- translate_local_framebool, optional
If True, the local frame of the elements will be translated on export to the global frame set with utility_controller.set_global_origin.
- grouping_type
Methods