Editing Revit setup for OpenBIM/Revit and IFC classes

From Wiki.OSArch

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 8: Line 8:
  
 
Revit follows a series of convoluted rules to determine what IFC class an object is exported as. If one rule cannot be satisfied, it moves on to the next rule until it finds a suitable IFC class. Strap on your seat belts, because this is going to do your head in.
 
Revit follows a series of convoluted rules to determine what IFC class an object is exported as. If one rule cannot be satisfied, it moves on to the next rule until it finds a suitable IFC class. Strap on your seat belts, because this is going to do your head in.
 
Note that the rules described on this page are a simplification. The Revit IFC export code is far more nuanced, but it would take prohibitively long to describe all of the edge cases.
 
  
 
==Rule 1: Hardcoded IFC export classes==
 
==Rule 1: Hardcoded IFC export classes==
Line 49: Line 47:
 
|-
 
|-
 
| <code>Curtain System</code>
 
| <code>Curtain System</code>
| <code>IfcCurtainWall</code> or <code>IfcRoof</code>
+
|
| If drawn as a wall, it turns into <code>IfcCurtainWall</code>. If drawn as a roof, it turns into <code>IfcRoof</code>.
+
|
 
|-
 
|-
 
| <code>Duct Insulation</code>
 
| <code>Duct Insulation</code>
Line 142: Line 140:
 
| <code>Wall</code>
 
| <code>Wall</code>
 
| <code>IfcWall</code> or <code>IfcWallStandardCase</code> or <code>IfcFooting</code>
 
| <code>IfcWall</code> or <code>IfcWallStandardCase</code> or <code>IfcFooting</code>
| A wall in IFC4 is always an <code>IfcWall</code> unless it is a system family and has its function set to <code>Retaining</code> or <code>Foundation</code>. If so, you have the option of overriding it to be an <code>IfcFooting</code>.
+
| A wall in IFC4 is always an <code>IfcWall</code> unless it is a system family and has its function set to <code>Retaining</code> or <code>Foundation</code>.
 
|-
 
|-
 
| <code>Wall Sweep</code>
 
| <code>Wall Sweep</code>

Please note that all contributions to Wiki.OSArch are considered to be released under the Creative Commons Attribution-ShareAlike (see Wiki.OSArch:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)