<?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 Re: Importing SKP via code in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/615095#M9667</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, this is possible. Please note that this is a private interface to the add-on, so it may change any time; always test before you try to call it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The command is called 'LOAD', its version is 1. Parameters:&lt;/P&gt;
&lt;TABLE style="width: 60%;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;Name&lt;/TD&gt;
&lt;TD width="25%" height="30px"&gt;Type&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;Meaning&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;"path"&lt;/TD&gt;
&lt;TD width="25%" height="30px"&gt;[in] string&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;path to the .skp file to load&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="30px"&gt;"originalFileName"&lt;/TD&gt;
&lt;TD width="25%" height="30px"&gt;[in] string; optional&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;name for the created object; the name of the SKP file is used if not supplied&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="30px"&gt;"LibIndex"&lt;/TD&gt;
&lt;TD width="25%" height="30px"&gt;[out] int&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;the index of the created library part&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MDID of the add-on is {1198731108, 2994444117}.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 09:17:42 GMT</pubDate>
    <dc:creator>Akos Somorjai</dc:creator>
    <dc:date>2024-07-11T09:17:42Z</dc:date>
    <item>
      <title>Importing SKP via code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/614548#M9636</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to import SKP via code (using existing functionality, without writing my own skp importer)? Or at least call the SKP importer directly using ACAPI_Command_Call? I've found some examples for DXF / DWG operations, so I hope we can get the related IDs / sample somehow, if the SKP import functionality is accessible from another addon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 09:13:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/614548#M9636</guid>
      <dc:creator>eptar</dc:creator>
      <dc:date>2024-07-08T09:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SKP via code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/615095#M9667</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, this is possible. Please note that this is a private interface to the add-on, so it may change any time; always test before you try to call it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The command is called 'LOAD', its version is 1. Parameters:&lt;/P&gt;
&lt;TABLE style="width: 60%;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;Name&lt;/TD&gt;
&lt;TD width="25%" height="30px"&gt;Type&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;Meaning&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;"path"&lt;/TD&gt;
&lt;TD width="25%" height="30px"&gt;[in] string&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;path to the .skp file to load&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="30px"&gt;"originalFileName"&lt;/TD&gt;
&lt;TD width="25%" height="30px"&gt;[in] string; optional&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;name for the created object; the name of the SKP file is used if not supplied&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="30px"&gt;"LibIndex"&lt;/TD&gt;
&lt;TD width="25%" height="30px"&gt;[out] int&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;the index of the created library part&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MDID of the add-on is {1198731108, 2994444117}.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 09:17:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/615095#M9667</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2024-07-11T09:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SKP via code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/615224#M9673</link>
      <description>&lt;P&gt;Thanks, it works!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 19:07:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/615224#M9673</guid>
      <dc:creator>eptar</dc:creator>
      <dc:date>2024-07-11T19:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SKP via code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/619418#M9710</link>
      <description>&lt;P&gt;Possible to set location value when i start importing from code?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="skp_import.png" style="width: 838px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/68883i653A6911FB67D84F/image-size/large?v=v2&amp;amp;px=999" role="button" title="skp_import.png" alt="skp_import.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 06:40:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Importing-SKP-via-code/m-p/619418#M9710</guid>
      <dc:creator>eptar</dc:creator>
      <dc:date>2024-07-24T06:40:42Z</dc:date>
    </item>
  </channel>
</rss>

