<?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: create add on in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232559#M2826</link>
    <description>This tutorial shows how we can implement it easily.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/channel/UCctZprzqwZYcymiog-gbzuw" target="_blank"&gt;&lt;LINK_TEXT text="https://www.youtube.com/channel/UCctZpr ... miog-gbzuw"&gt;https://www.youtube.com/channel/UCctZprzqwZYcymiog-gbzuw&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
    <pubDate>Fri, 10 Apr 2020 22:01:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-10T22:01:44Z</dc:date>
    <item>
      <title>create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232549#M2816</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am quietly new on this platform. I need help to create custom add-on for Archicad, where should I start? &lt;BR /&gt;Is there anyone who can give some tips?&lt;BR /&gt;&lt;BR /&gt;Thanks...&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Sep 2021 10:35:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232549#M2816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-15T10:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232550#M2817</link>
      <description>Hello mustafaakgure,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
It would be very helpful to explain your project to us in order to motivate us to support you in your work.</description>
      <pubDate>Mon, 30 Mar 2020 17:22:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232550#M2817</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-03-30T17:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232551#M2818</link>
      <description>For instance, I need to calculate the sunlight amount of the room according to room size. If it doesn't fit the standards, I need the show information message. The point is that I need your help, how I can create an add-on or goodies and load it to ArchiCad. Finding documents about it on the internet seems impossible &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;. I don't know where I should start. Is there anything that you can share?</description>
      <pubDate>Mon, 30 Mar 2020 17:34:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232551#M2818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-30T17:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232552#M2819</link>
      <description>Hi,&lt;BR /&gt;
You can find information about API &lt;A href="https://archicadapi.graphisoft.com/" target="_blank"&gt;here&lt;/A&gt;.&lt;BR /&gt;
You can also ask for help on the &lt;A href="https://archicad-talk.graphisoft.com/viewforum.php?f=23" target="_blank"&gt;Developer Forum&lt;/A&gt; session.&lt;BR /&gt;
Hope that helps.</description>
      <pubDate>Mon, 30 Mar 2020 18:24:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232552#M2819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-30T18:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232553#M2820</link>
      <description>FYI:&lt;BR /&gt;
If all your interested in, is the calculation of minimum compliance with the minimum window area for a Room/Zone. I would just use a expression property with the zone(s).&lt;BR /&gt;
&lt;BR /&gt;
Much simpler and no registration required.&lt;BR /&gt;
&lt;BR /&gt;
If you need to calculate the daylight factor, many regulators will accept a simplified formula of:&lt;BR /&gt;
&lt;BR /&gt;
DF = 0.1 * (window area/room area (zone)) * 100    usually greater than 2%. Also can be calculated on a zone basis with a expression property.&lt;BR /&gt;
&lt;BR /&gt;
You could also create a pass/fail property for each zone using a expression property.</description>
      <pubDate>Tue, 31 Mar 2020 04:42:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232553#M2820</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2020-03-31T04:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232554#M2821</link>
      <description>Click the item &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;ARCHICAD API&lt;E&gt;&lt;/E&gt; under the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Useful links&lt;E&gt;&lt;/E&gt; menu above (which should take you to &lt;A href="http://archicadapi.graphisoft.com/" target="_blank"&gt;http://archicadapi.graphisoft.com/&lt;/A&gt;)&lt;BR /&gt;
&lt;BR /&gt;
You will need to sign in with your GRAPHISOFT ID and then register as an API developer. The API dev-kit and documentation is available from that site.</description>
      <pubDate>Tue, 31 Mar 2020 16:10:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232554#M2821</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-03-31T16:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232555#M2822</link>
      <description>ok guys, thanks for replying the question. But I need to get some extra documents that I can find in another sites except from arcihad, bim official websites. Something like video or code samples.</description>
      <pubDate>Wed, 01 Apr 2020 20:11:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232555#M2822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-01T20:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232556#M2823</link>
      <description>The GRAPHISOFT developer site includes example projects and code. I don't think you'll find videos anywhere.</description>
      <pubDate>Wed, 01 Apr 2020 20:41:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232556#M2823</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-01T20:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232557#M2824</link>
      <description>How can access them(source codes)? I couldn't find them.</description>
      <pubDate>Thu, 02 Apr 2020 11:18:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232557#M2824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-02T11:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232558#M2825</link>
      <description>All example projects and source code are bundled with the API Development Kit.</description>
      <pubDate>Thu, 02 Apr 2020 12:49:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232558#M2825</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-02T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: create add on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232559#M2826</link>
      <description>This tutorial shows how we can implement it easily.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/channel/UCctZprzqwZYcymiog-gbzuw" target="_blank"&gt;&lt;LINK_TEXT text="https://www.youtube.com/channel/UCctZpr ... miog-gbzuw"&gt;https://www.youtube.com/channel/UCctZprzqwZYcymiog-gbzuw&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Fri, 10 Apr 2020 22:01:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/create-add-on/m-p/232559#M2826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-10T22:01:44Z</dc:date>
    </item>
  </channel>
</rss>

