<?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 Help: Merge PLN file using API in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-Merge-PLN-file-using-API/m-p/39977#M7343</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to write an API which will merge in an external PLN or MOD file. After going through the "API Development Kit" documentation and examples, I couldn't find any clue on how to do this. &lt;BR /&gt;&lt;BR /&gt;Any clue will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Hoa&lt;/DIV&gt;</description>
    <pubDate>Mon, 07 Aug 2023 08:46:31 GMT</pubDate>
    <dc:creator>Hoa Tu</dc:creator>
    <dc:date>2023-08-07T08:46:31Z</dc:date>
    <item>
      <title>Help: Merge PLN file using API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-Merge-PLN-file-using-API/m-p/39977#M7343</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to write an API which will merge in an external PLN or MOD file. After going through the "API Development Kit" documentation and examples, I couldn't find any clue on how to do this. &lt;BR /&gt;&lt;BR /&gt;Any clue will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Hoa&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 08:46:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-Merge-PLN-file-using-API/m-p/39977#M7343</guid>
      <dc:creator>Hoa Tu</dc:creator>
      <dc:date>2023-08-07T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Merge PLN file using API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-Merge-PLN-file-using-API/m-p/39978#M7344</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have also been unable to find a simple way to do this. One way I thought of, although lengthy would be to:&lt;BR /&gt;
&lt;BR /&gt;
save using ACAPI_Automate&lt;BR /&gt;
open the mod file using ACAPI_Automate&lt;BR /&gt;
get details of every element in the mod file using ACAPI_Element_GetNum and ACAPI_Element_Get&lt;BR /&gt;
reopen the original file using ACAPI_Automate&lt;BR /&gt;
create all the elements using ACAPI_Element_Create&lt;BR /&gt;
&lt;BR /&gt;
I only use archiCAD 9. In version 10 there is elemet.drawing that may do this???&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Adam</description>
      <pubDate>Thu, 30 Nov 2006 04:58:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-Merge-PLN-file-using-API/m-p/39978#M7344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-11-30T04:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Merge PLN file using API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-Merge-PLN-file-using-API/m-p/39979#M7345</link>
      <description>&lt;BLOCKQUOTE&gt;adambutler wrote:&lt;BR /&gt;
Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have also been unable to find a simple way to do this. One way I thought of, although lengthy would be to:&lt;BR /&gt;
&lt;BR /&gt;
save using ACAPI_Automate&lt;BR /&gt;
open the mod file using ACAPI_Automate&lt;BR /&gt;
get details of every element in the mod file using ACAPI_Element_GetNum and ACAPI_Element_Get&lt;BR /&gt;
reopen the original file using ACAPI_Automate&lt;BR /&gt;
create all the elements using ACAPI_Element_Create&lt;BR /&gt;
&lt;BR /&gt;
I only use archiCAD 9. In version 10 there is elemet.drawing that may do this???&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Adam
&lt;/BLOCKQUOTE&gt;

Is there a smarter way to do this?</description>
      <pubDate>Mon, 26 Oct 2020 09:11:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-Merge-PLN-file-using-API/m-p/39979#M7345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-26T09:11:12Z</dc:date>
    </item>
  </channel>
</rss>

