<?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: How can I access an IFC model?! in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-access-an-IFC-model/m-p/19158#M7342</link>
    <description>Yanni,&lt;BR /&gt;
Thank you very much! I had already found a couple of the links you sent me but I haven't really explored the software they link to yet (I wasn't sure they were actually what I was looking for - your confirmation was really important)!&lt;BR /&gt;
I'm thinking about creating a standalone application (not something that needs archicad in the background) as a part of a research project...&lt;BR /&gt;
Yes, it does look like a lot of work and I'll have to look into it a bit before I start off.&lt;BR /&gt;
Thanks a lot!&lt;BR /&gt;
NV</description>
    <pubDate>Fri, 10 Nov 2006 16:29:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-11-10T16:29:09Z</dc:date>
    <item>
      <title>How can I access an IFC model?!</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-access-an-IFC-model/m-p/19156#M7340</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi!&lt;BR /&gt;I hope I'm asking this question in the right place!&lt;BR /&gt;&lt;BR /&gt;I'd like to create an application (standalone, if possible) that:&lt;BR /&gt;1 - Accesses an IFC model directly in order to retrieve information about certain construction components, in particular plumbing and &lt;BR /&gt;2 - Creates input files for a separate program that verifies projects for compliance with some national standards.&lt;BR /&gt;&lt;BR /&gt;I have no experience with the IFC model nor programming tools that would enable me to explore it, but I have some experience with database programming.&lt;BR /&gt;&lt;BR /&gt;My questions are:&lt;BR /&gt;What tools do I need to explore the model (some kind of EXPRESS explorer, or some tool that exports the IFC file to xml, perhaps)?&lt;BR /&gt;Can I perform these operations using ArchiCAD and its addons?&lt;BR /&gt;I would really prefer freeware tools or, at least, some kind of trial version that would allow me to check if the software does what I need!&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for any help you can give me!&lt;BR /&gt;NV&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 08:46:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-access-an-IFC-model/m-p/19156#M7340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T08:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I access an IFC model?!</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-access-an-IFC-model/m-p/19157#M7341</link>
      <description>From ArchiCAD you can just export your IFC model.&lt;BR /&gt;
&lt;BR /&gt;
Try &lt;A href="http://www.dds-bsp.co.uk/IFCViewer.html" target="_blank"&gt;http://www.dds-bsp.co.uk/IFCViewer.html&lt;/A&gt;  or&lt;BR /&gt;
&lt;A href="http://www.iai.fzk.de/english/projekte/VR-Systems/html/Product_Data_Modelling/IFC/IfcViewer/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.iai.fzk.de/english/projekte/ ... index.html"&gt;http://www.iai.fzk.de/english/projekte/VR-Systems/html/Product_Data_Modelling/IFC/IfcViewer/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
Both free, the first one you have to register.&lt;BR /&gt;
&lt;BR /&gt;
Also a great resource for IFC developement is &lt;BR /&gt;
&lt;A href="http://www.iai-international.org/software/Tools%20for%20IFC%20developers.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.iai-international.org/softwa ... opers.html"&gt;http://www.iai-international.org/software/Tools%20for%20IFC%20developers.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
IFC 2x2 and IFC 2x3 have ifcXML specs documented at &lt;BR /&gt;
&lt;A href="http://www.iai-international.org/Model/IFC%28ifcXML%29Specs.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.iai-international.org/Model/ ... Specs.html"&gt;http://www.iai-international.org/Model/IFC(ifcXML)Specs.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Let us know about your progress. I thought doing something similar for but work load doesn't let me.&lt;BR /&gt;
If you want to stay within ArchiCAD you can export a csv file via Components/Descriptors Calculations but first you have to include Components/Descriptors to an ArchiCAD calculation database or within individual GDL objects.&lt;BR /&gt;
&lt;BR /&gt;
Good luck</description>
      <pubDate>Wed, 08 Nov 2006 15:21:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-access-an-IFC-model/m-p/19157#M7341</guid>
      <dc:creator>Yanni</dc:creator>
      <dc:date>2006-11-08T15:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I access an IFC model?!</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-access-an-IFC-model/m-p/19158#M7342</link>
      <description>Yanni,&lt;BR /&gt;
Thank you very much! I had already found a couple of the links you sent me but I haven't really explored the software they link to yet (I wasn't sure they were actually what I was looking for - your confirmation was really important)!&lt;BR /&gt;
I'm thinking about creating a standalone application (not something that needs archicad in the background) as a part of a research project...&lt;BR /&gt;
Yes, it does look like a lot of work and I'll have to look into it a bit before I start off.&lt;BR /&gt;
Thanks a lot!&lt;BR /&gt;
NV</description>
      <pubDate>Fri, 10 Nov 2006 16:29:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-access-an-IFC-model/m-p/19158#M7342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-11-10T16:29:09Z</dc:date>
    </item>
  </channel>
</rss>

