<?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 IFC TYPE PROBLEM in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/286586#M37506</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi guys,&lt;BR /&gt;
&lt;BR /&gt;
Im having a bit of a problem. &lt;BR /&gt;
After exporting an IFC model to be able to send it to engineers i realised that Archicad has predifined all the ifc element types on its own and named some of them in a quite confusing way. For example all the walls that i have created in the model are somehow called IfcWallStandardCase. The list goes on. &lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://i.ibb.co/L5h6xnL/00001.png" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Naturally i get unnecessary questions when engineers try to open the models or import them to other software programs because its the IFCTYPE and not the archicad classification that they see next to each element in other programs.&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://i.ibb.co/mTHLH07/00002.jpg" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
This is the element option that i cannot edit...&lt;BR /&gt;
Do you guys know what am i doing wrong ?  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
Thanks for anyhelp&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 21 Feb 2019 07:48:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-21T07:48:16Z</dc:date>
    <item>
      <title>IFC TYPE PROBLEM</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/286586#M37506</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi guys,&lt;BR /&gt;
&lt;BR /&gt;
Im having a bit of a problem. &lt;BR /&gt;
After exporting an IFC model to be able to send it to engineers i realised that Archicad has predifined all the ifc element types on its own and named some of them in a quite confusing way. For example all the walls that i have created in the model are somehow called IfcWallStandardCase. The list goes on. &lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://i.ibb.co/L5h6xnL/00001.png" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Naturally i get unnecessary questions when engineers try to open the models or import them to other software programs because its the IFCTYPE and not the archicad classification that they see next to each element in other programs.&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://i.ibb.co/mTHLH07/00002.jpg" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
This is the element option that i cannot edit...&lt;BR /&gt;
Do you guys know what am i doing wrong ?  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
Thanks for anyhelp&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Feb 2019 07:48:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/286586#M37506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-21T07:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: IFC TYPE PROBLEM</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/286587#M37507</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
The IFC Type Attribute always has such a format: Walls - ifcWall, Doors - ifcDoor, Furnitures - ifcFurnishingElement, etc.&lt;BR /&gt;
&lt;BR /&gt;
This is how the IFC file classifies elements. You cannot change the format of these classes, because it is just how it is in IFC, but there are 2 things you can do:
&lt;UL&gt;&lt;LI&gt;You can go to your IFC Export Translator, and and change the Type mapping. This is where you can choose what IFC Type should an element get based on their ARCHICAD classification. (e.g. Walls are classified as ifcWall by default, but you can map them to anything)&lt;/LI&gt;
&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt;You can map the ARCHICAD classification to a new property, and use the property mapping in the Export Translator to map this to a custom IFC property.&lt;/LI&gt;&lt;/UL&gt;

If you check the default mapping though, you will see that walls are actually mapped to be ifcWall type, but in the picture it still says &lt;A href="http://www.buildingsmart-tech.org/ifc/IFC2x3/TC1/html/ifcsharedbldgelements/lexical/ifcwall.htm" target="_blank"&gt;ifcWallStandardCase&lt;/A&gt;. This is because if you export an element as a generic BREP geoemtry, it will be classified as ifcWall, but if you export them as extruded elements (so their geometry is properly defined by an extrusion), it will be a standard case wall, and thus classified as such. This is also something you cannot change, the only thing you could do to avoid this is exporting these walls as BREP instead of extruded geometries.&lt;BR /&gt;
&lt;BR /&gt;
I hope this answers your question. Let me know if it was not clear or I missed something.&lt;BR /&gt;
&lt;BR /&gt;
Regards,</description>
      <pubDate>Wed, 10 Apr 2019 14:00:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/286587#M37507</guid>
      <dc:creator>Daniel Kovacs</dc:creator>
      <dc:date>2019-04-10T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: IFC TYPE PROBLEM</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/330302#M39754</link>
      <description>&lt;P&gt;Hi!! I'm having a similar problem, but in my case (in the same exported IFC) some walls are IFCWall and some are IFcWallStandardCase. The doors with basic or composite structure are the ones that appear as IFCWallStandardCase. The Complex Profile Walls are the ones that appear as IFcWalls. All walls are classified as "Walls", so I can't really change in the translator, because it says all "Walls" are IFCWall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main problem is that, when opening the IFC in Revit, some windows and doors don't show up. And 99% of the ones that don't appeear are located in the complex profile walls. I don't know if this is a coincidence or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me? Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 20:29:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/330302#M39754</guid>
      <dc:creator>rnossanai</dc:creator>
      <dc:date>2022-02-17T20:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: IFC TYPE PROBLEM</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/330306#M39755</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/27862"&gt;@rnossanai&lt;/a&gt;&amp;nbsp;Rather than post a different question at the end of a 3 year old topic... please start a new topic for this question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 20:28:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/IFC-TYPE-PROBLEM/m-p/330306#M39755</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2022-02-17T20:28:43Z</dc:date>
    </item>
  </channel>
</rss>

