<?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 data extraction and read it in Revit Structure Forum</title>
    <link>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9938857#M17189</link>
    <description>&lt;P&gt;Perfect thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2020 15:41:25 GMT</pubDate>
    <dc:creator>josepht21</dc:creator>
    <dc:date>2020-12-14T15:41:25Z</dc:date>
    <item>
      <title>IFC data extraction and read it</title>
      <link>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9936521#M17185</link>
      <description>&lt;P&gt;Hi everybody! I am new in the IFC world and I am trying to export a model as an IFC4 file and then use that file to order it as a csv of information containing the coordinates of the column (start and end coordinate), the contour definition of a slabs, walls and openings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything open source that I can use or a good tutorial to get started? I can't seem to find a lot of examples similar to what I need to do. I am using C# by the way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 16:50:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9936521#M17185</guid>
      <dc:creator>josepht21</dc:creator>
      <dc:date>2020-12-13T16:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: IFC data extraction and read it</title>
      <link>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9937838#M17186</link>
      <description>&lt;P&gt;You have your model in Revit? Then no need to export it to IFC.&lt;/P&gt;
&lt;P&gt;Then you could use Dynamo (visual scripting) to extract locations of the columns and export that dat to csv or Excel.&lt;/P&gt;
&lt;P&gt;If you are familiar with C# you also could use the Revit API to creat an add-in which performs the same task.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 09:01:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9937838#M17186</guid>
      <dc:creator>L.Maas</dc:creator>
      <dc:date>2020-12-14T09:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: IFC data extraction and read it</title>
      <link>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9938188#M17187</link>
      <description>&lt;P&gt;Thanks for your response, I actually need the IFC path because of what I want to do.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 12:07:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9938188#M17187</guid>
      <dc:creator>josepht21</dc:creator>
      <dc:date>2020-12-14T12:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: IFC data extraction and read it</title>
      <link>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9938244#M17188</link>
      <description>&lt;P&gt;IFCs are simple txt files. You would need to analyze how the data is exported to the IFC and then read that dat from the IFC. You could ismply start by exporting a simple file to IFC and check how the dat i converted to IFC format.&lt;/P&gt;
&lt;P&gt;You also could visit the &lt;A href="https://technical.buildingsmart.org/standards/ifc/ifc-schema-specifications/" target="_self"&gt;Buildingsmart website&lt;/A&gt; and read about how the different schema is working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other good source is the &lt;A href="https://github.com/Autodesk/revit-ifc" target="_self"&gt;Revit IFC GitHub&lt;/A&gt; site. This has source code about how the Revit IFC addin exports data from Revit and written in C#.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 12:30:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9938244#M17188</guid>
      <dc:creator>L.Maas</dc:creator>
      <dc:date>2020-12-14T12:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: IFC data extraction and read it</title>
      <link>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9938857#M17189</link>
      <description>&lt;P&gt;Perfect thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 15:41:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/9938857#M17189</guid>
      <dc:creator>josepht21</dc:creator>
      <dc:date>2020-12-14T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: IFC data extraction and read it</title>
      <link>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/11076228#M17190</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7743359"&gt;@josepht21&lt;/a&gt;&amp;nbsp;thank you for the question.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 11:35:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-structure-forum/ifc-data-extraction-and-read-it/m-p/11076228#M17190</guid>
      <dc:creator>bim.bot</dc:creator>
      <dc:date>2022-04-01T11:35:58Z</dc:date>
    </item>
  </channel>
</rss>

