We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2019-01-10 07:01 AM - last edited on 2022-10-04 04:44 PM by Daniel Kassai
2022-11-04 10:30 AM
Hi Hoa,
You can get a list of available IFC translators with ACAPI_IFC_GetIFCExportTranslatorsList ( GS::Array<API_IFCTranslatorIdentifier>& ifcExportTranslators ) where API_IFCTranslatorIdentifier is a structure that has GS::UniString name field so you can use it for filtering an array of translators.
Also starting from AC 26 you can call ACAPI_IFC_InvokeIFCDifferenceExportSettingsDlg() dialog where you can choose IFC translator via UI.
Regards,
Dmytro.