Difference between revisions of "Revit setup for OpenBIM/Revit IFC type products"

From Wiki.OSArch
m (adding categories)
 
(5 intermediate revisions by 2 users not shown)
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</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.
+
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.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 10: Line 11:
 
| <code>Name</code>
 
| <code>Name</code>
 
| Yes
 
| Yes
| 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.
+
| 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.
 
|-
 
|-
 
| <code>Description</code>
 
| <code>Description</code>
| Yes
+
| Recommended
| Create a new <code>Ifcdescription</code> type parameter, assigned to the object.
+
| Create a new <code>IfcDescription[Type]</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:Revit]]
+
[[Category:Autodesk Revit]]

Latest revision as of 06:41, 31 January 2022

Icon Revit.png This page is Autodesk Revit documentation on implementing OpenBIM. All articles in the OSArch wiki related to Autodesk Revit can be seen in the Category:Autodesk Revit

The following attributes may be filled.

Note that the shared parameter names used for these parameters, such as IfcName[Type], need to have [Type] 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.

Attribute Name Required Procedure
Name Yes By default, Revit exports the family's type joined with the Type Name value (e.g. Basic Wall:Block Wall - 140). If you enable the Use Type name only for IFCType name option in the export Advanced settings tab, this will be simplified to just the type name (e.g. Block Wall - 140). The IFC requirement is to fill in the Name attribute with the codes used in schedules and annotation tags (e.g. BLK140). In the likely event that this isn't the case (e.g. you are tagging a Type Mark field or other custom parameter), you will need to create a new IfcName[Type] type parameter, assigned to the object, and tag that in your drawings instead of Type Mark or otherwise.
Description Recommended Create a new IfcDescription[Type] type parameter, assigned to the object.
ApplicableOccurrence It seems not possible to assign this, despite the IfcApplicableOccurrence[Type] shared parameter being distributed by Autodesk.
ElementType Create a new IfcElementType[Type] type parameter, assigned to the object.
PredefinedType Recommended Create a new IfcExportType[Type] type parameter, assigned to the object. The value is case insensitive.