<?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 ArchiCAD API / ArchiCAD JSON API in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385060#M860</link>
    <description>&lt;P&gt;Hi everybody,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a web app with my own way to structure a building's data and geometry and I want to export it to ArchiCAD.&amp;nbsp;&lt;BR /&gt;So creating an ArchiCAD file with all elements (walls, slabs, ...) as ArchiCAD objects and download it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to have this custom export script on a Web API using the ArchiCAD JSON API or is there another way to achieve this?&lt;BR /&gt;&lt;BR /&gt;Best,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Niklas&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2023 13:36:02 GMT</pubDate>
    <dc:creator>_hque</dc:creator>
    <dc:date>2023-06-23T13:36:02Z</dc:date>
    <item>
      <title>ArchiCAD API / ArchiCAD JSON API</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385060#M860</link>
      <description>&lt;P&gt;Hi everybody,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a web app with my own way to structure a building's data and geometry and I want to export it to ArchiCAD.&amp;nbsp;&lt;BR /&gt;So creating an ArchiCAD file with all elements (walls, slabs, ...) as ArchiCAD objects and download it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to have this custom export script on a Web API using the ArchiCAD JSON API or is there another way to achieve this?&lt;BR /&gt;&lt;BR /&gt;Best,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Niklas&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 13:36:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385060#M860</guid>
      <dc:creator>_hque</dc:creator>
      <dc:date>2023-06-23T13:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArchiCAD API / ArchiCAD JSON API</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385194#M861</link>
      <description>&lt;P&gt;i hope i understand you question right, but from waht i get, you want to use the ArchiCAD JSON API to get information out of Archicad, right?&amp;nbsp;&lt;/P&gt;&lt;P&gt;That does not work with the JSON Interface, since this is a oneway communication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/JSONInterfaceDocumentation/#Introduction" target="_blank" rel="noopener"&gt;https://archicadapi.graphisoft.com/JSONInterfaceDocumentation/#Introduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but no problem! you can just write your own plugin that has that functionality with the Archicad API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: i should have first read the documentation &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can get a lot of information trough the API. like this example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/JSONInterfaceDocumentation/#GetPropertyIds" target="_blank"&gt;https://archicadapi.graphisoft.com/JSONInterfaceDocumentation/#GetPropertyIds&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;very cool.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2023 20:21:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385194#M861</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2023-06-25T20:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArchiCAD API / ArchiCAD JSON API</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385260#M862</link>
      <description>&lt;P&gt;Thanks for your answer&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/46313"&gt;@Joel Buehler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i hope i understand you question right, but from waht i get, you want to use the ArchiCAD JSON API to get information out of Archicad, right?&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hm, not really I want to create more or less an "Export to ArchiCAD" for my custom logic of geometry and building elements. So it would be rather information to ArchiCAD.&amp;nbsp;&lt;BR /&gt;All the examples that I found using the&amp;nbsp;&lt;SPAN&gt;ArchiCAD JSON API is getting information from an ArchiCAD file like in your posted example getting properties from a file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 06:47:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385260#M862</guid>
      <dc:creator>_hque</dc:creator>
      <dc:date>2023-06-26T06:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArchiCAD API / ArchiCAD JSON API</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385272#M863</link>
      <description>&lt;P&gt;Ah oh, ok now i get you. thats sounds interesting!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 07:44:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/385272#M863</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2023-06-26T07:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArchiCAD API / ArchiCAD JSON API</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/614847#M1026</link>
      <description>&lt;P&gt;You can write your own Archicad Add-On, invoke API to get the data and will be able to create walls, slabs, morphs&amp;nbsp; etc.&amp;nbsp;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/index.html" target="_blank"&gt;https://graphisoft.github.io/archicad-api-devkit/index.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;This can be a starter&amp;nbsp;&lt;A href="https://github.com/GRAPHISOFT/archicad-maze-generator?tab=readme-ov-file" target="_blank"&gt;https://github.com/GRAPHISOFT/archicad-maze-generator?tab=readme-ov-file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 08:30:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/ArchiCAD-API-ArchiCAD-JSON-API/m-p/614847#M1026</guid>
      <dc:creator>kency</dc:creator>
      <dc:date>2024-07-10T08:30:26Z</dc:date>
    </item>
  </channel>
</rss>

