<?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: IFC Add-on Commands in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/IFC-Add-on-Commands/m-p/73543#M7263</link>
    <description>Hello Todd,&lt;BR /&gt;
&lt;BR /&gt;
You can download the newest IFC add-on from the next URL:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/ifc/downloads/public/" target="_blank"&gt;http://www.graphisoft.com/support/ifc/downloads/public/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you install it you can find IFC user's guide; "IFC_Guide_2xEd2_v3p5.pdf" in the "&amp;lt;ArchiCAD folder&amp;gt;/ArchiCAD Documentation" folder&lt;BR /&gt;
&lt;BR /&gt;
Anyway it is recommended to download the last IFC add-on from the above URL because the IFC add-on in ArchiCAD package is 1/2 year old and we corrected some bugs in the newer version.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Gyula</description>
    <pubDate>Tue, 03 Oct 2006 10:44:20 GMT</pubDate>
    <dc:creator>GKiss</dc:creator>
    <dc:date>2006-10-03T10:44:20Z</dc:date>
    <item>
      <title>IFC Add-on Commands</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/IFC-Add-on-Commands/m-p/73542#M7262</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello&lt;BR /&gt;&lt;BR /&gt;Has anyone got any documentation about commands that are exposed for the IFC Add-on ? &lt;BR /&gt;&lt;BR /&gt;I want to save as IFC from my Add-on , is there a better way to do this? Am I barking up the wrong tree?Or just "barking"? &lt;IMG style="display: inline;" src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" border="0" /&gt; &lt;BR /&gt;&lt;BR /&gt;Kind of frustrated with lack of information , there is an example in the API documentation of how to ask DWX Input Output (or what ever its called) add-on to 'save as' . But I can n't see any documentation of the commands exposed for that Add-on either. &lt;BR /&gt;&lt;BR /&gt;So given that IFC is ment to be used for interoperability - how do I ask ArchiCAD to save as IFC from my Add-0n - &lt;BR /&gt;&lt;BR /&gt;Any hints would just be fantatic &lt;IMG style="display: inline;" src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" border="0" /&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 09:21:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/IFC-Add-on-Commands/m-p/73542#M7262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T09:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: IFC Add-on Commands</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/IFC-Add-on-Commands/m-p/73543#M7263</link>
      <description>Hello Todd,&lt;BR /&gt;
&lt;BR /&gt;
You can download the newest IFC add-on from the next URL:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/ifc/downloads/public/" target="_blank"&gt;http://www.graphisoft.com/support/ifc/downloads/public/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you install it you can find IFC user's guide; "IFC_Guide_2xEd2_v3p5.pdf" in the "&amp;lt;ArchiCAD folder&amp;gt;/ArchiCAD Documentation" folder&lt;BR /&gt;
&lt;BR /&gt;
Anyway it is recommended to download the last IFC add-on from the above URL because the IFC add-on in ArchiCAD package is 1/2 year old and we corrected some bugs in the newer version.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Gyula</description>
      <pubDate>Tue, 03 Oct 2006 10:44:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/IFC-Add-on-Commands/m-p/73543#M7263</guid>
      <dc:creator>GKiss</dc:creator>
      <dc:date>2006-10-03T10:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: IFC Add-on Commands</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/IFC-Add-on-Commands/m-p/73544#M7264</link>
      <description>Dear Gyula&lt;BR /&gt;
&lt;BR /&gt;
I have read the IFC user's guide; "IFC_Guide_2xEd2_v3p5.pdf" in the "&amp;lt;ArchiCAD folder&amp;gt;/ArchiCAD Documentation" . &lt;BR /&gt;
&lt;BR /&gt;
What we want to do is make the IFC Add-On (or an IFC Server Add-On) "Interface with" and do some work from another Add-On, not have to connect etc through the GUI as an end user.  As the ArchiCAD "IFC Add On"s already connect to a server and or save an IFC File we would be doing work that has already been done by the ArchiCAD team.&lt;BR /&gt;
&lt;BR /&gt;
The IFC user's guide omits a description of interfaces/commands made available to an Add-On developer. &lt;BR /&gt;
&lt;BR /&gt;
My current understanding is that IFC Add-Ons supplied with or for  ArchiCAD are not designed with such interfaces for a developer. &lt;BR /&gt;
&lt;BR /&gt;
At this point in our development of a prototype system we are having to send messages to ArchiCAD to acheive this. This approach is what I call " a hack" and I would prefer not to have to do this. &lt;BR /&gt;
&lt;BR /&gt;
I hope that at some time the IFC Add On will provide interfaces that allow commands to be executed from another Add-On. &lt;BR /&gt;
&lt;BR /&gt;
Many Thanks Anyway&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
&lt;BR /&gt;
Todd</description>
      <pubDate>Tue, 03 Oct 2006 18:04:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/IFC-Add-on-Commands/m-p/73544#M7264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-03T18:04:03Z</dc:date>
    </item>
  </channel>
</rss>

