<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Save as IFC using API in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Save-as-IFC-using-API/m-p/274860#M3556</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;I am developing an API to export to IFC file.&lt;BR /&gt;&lt;BR /&gt;I understand that I can use the function: [ACAPI_Automate(APIDo_SaveID, &amp;amp;fsp, &amp;amp;pars_ifc);] and set the file type to APIFType_IfcFile.&lt;BR /&gt;&lt;BR /&gt;However, I am having difficulty in selecting another translator instead of the default one.&lt;BR /&gt;&lt;BR /&gt;Any idea or suggestion will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Hoa&lt;/DIV&gt;</description>
    <pubDate>Tue, 04 Oct 2022 14:44:12 GMT</pubDate>
    <dc:creator>Hoa Tu</dc:creator>
    <dc:date>2022-10-04T14:44:12Z</dc:date>
    <item>
      <title>Save as IFC using API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Save-as-IFC-using-API/m-p/274860#M3556</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I am developing an API to export to IFC file.&lt;BR /&gt;&lt;BR /&gt;I understand that I can use the function: [ACAPI_Automate(APIDo_SaveID, &amp;amp;fsp, &amp;amp;pars_ifc);] and set the file type to APIFType_IfcFile.&lt;BR /&gt;&lt;BR /&gt;However, I am having difficulty in selecting another translator instead of the default one.&lt;BR /&gt;&lt;BR /&gt;Any idea or suggestion will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Hoa&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Oct 2022 14:44:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Save-as-IFC-using-API/m-p/274860#M3556</guid>
      <dc:creator>Hoa Tu</dc:creator>
      <dc:date>2022-10-04T14:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Save as IFC using API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Save-as-IFC-using-API/m-p/361129#M3557</link>
      <description>&lt;P&gt;Hi Hoa,&lt;BR /&gt;You can get a list of available IFC translators with&amp;nbsp;&lt;STRONG&gt;ACAPI_IFC_GetIFCExportTranslatorsList&lt;/STRONG&gt; ( GS::Array&amp;lt;&lt;STRONG&gt;API_IFCTranslatorIdentifier&lt;/STRONG&gt;&amp;gt;&amp;amp; ifcExportTranslators ) where&amp;nbsp;&lt;STRONG&gt;API_IFCTranslatorIdentifier&amp;nbsp;&lt;/STRONG&gt;is a structure that has&amp;nbsp;GS::UniString &lt;STRONG&gt;name&amp;nbsp;&lt;/STRONG&gt;field so you can use it for filtering an array of translators.&lt;BR /&gt;Also starting from AC 26 you can call&amp;nbsp;&lt;STRONG&gt;ACAPI_IFC_InvokeIFCDifferenceExportSettingsDlg&lt;/STRONG&gt;() dialog where you can choose IFC translator via UI.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dmytro.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 09:30:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Save-as-IFC-using-API/m-p/361129#M3557</guid>
      <dc:creator>dradomtsev</dc:creator>
      <dc:date>2022-11-04T09:30:08Z</dc:date>
    </item>
  </channel>
</rss>

