Editing Revit setup for OpenBIM/Revit IFC type products

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 1: Line 1:
{{Autodesk_Revit}}
 
 
The following attributes may be filled.
 
The following attributes may be filled.
  
Note that the shared parameter names used for these parameters, such as <code>IfcName[Type]</code>, need to have <code>[Type]</code> as a suffix. It may be required to update to the latest IFC exporter, as the one shipped by Revit has a bug where type attributes are ignored.
+
Note that the shared parameter names used for these parameters, such as <code>Ifcname</code>, are ''not'' in CapsCase format. This is because Revit only allows you to create parameters either as a type or instance parameter, but not both. As the parameter names are hardcoded in the Revit IFC exporter, we have established a convention of using CapsCase for instance parameters, and Capitalised for type parameters.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 11: Line 10:
 
| <code>Name</code>
 
| <code>Name</code>
 
| Yes
 
| Yes
| By default, Revit exports the family's type joined with the <code>Type Name</code> value (e.g. <code>Basic Wall:Block Wall - 140</code>). If you enable the <code>Use Type name only for IFCType name</code> option in the export <code>Advanced</code> settings tab, this will be simplified to just the type name (e.g. <code>Block Wall - 140</code>). The IFC requirement is to fill in the <code>Name</code> attribute with the codes used in schedules and annotation tags (e.g. <code>BLK140</code>). In the likely event that this isn't the case (e.g. you are tagging a <code>Type Mark</code> field or other custom parameter), you will need to create a new <code>IfcName[Type]</code> type parameter, assigned to the object, and tag that in your drawings instead of <code>Type Mark</code> or otherwise.
+
| By default, Revit exports the family's <code>Type Name</code> value. If these values match the codes used in schedules and annotation tags, your <code>Name</code> attribute will be correctly filled. In the likely event that this isn't the case (e.g. you are tagging a <code>Type Mark</code> field or other custom parameter), you will need to create a new <code>Ifcname</code> type parameter, assigned to the object.
 
|-
 
|-
 
| <code>Description</code>
 
| <code>Description</code>
| Recommended
+
| Yes
| Create a new <code>IfcDescription[Type]</code> type parameter, assigned to the object.
+
| Create a new <code>Ifcdescription</code> type parameter, assigned to the object.
|-
 
| <code>ApplicableOccurrence</code>
 
|
 
| It seems not possible to assign this, despite the <code>IfcApplicableOccurrence[Type]</code> shared parameter being distributed by Autodesk.
 
|-
 
| <code>ElementType</code>
 
|
 
| Create a new <code>IfcElementType[Type]</code> type parameter, assigned to the object.
 
|-
 
| <code>PredefinedType</code>
 
| Recommended
 
| Create a new <code>IfcExportType[Type]</code> type parameter, assigned to the object. The value is case insensitive.
 
 
|}
 
|}
 
[[Category:Autodesk Revit]]
 

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)

Template used on this page: