Difference between revisions of "Revit setup for OpenBIM/Revit IFC project metadata"

From Wiki.OSArch
Line 15: Line 15:
 
| <code>Name</code>
 
| <code>Name</code>
 
| Yes
 
| Yes
| Fill out the <code>Project Number</code> field in the <code>Project Information</code> dialog.
+
| Fill out the (Revit standard) <code>Project Number</code> field in the <code>Project Information</code> dialog.
 
|-
 
|-
 
| <code>Description</code>
 
| <code>Description</code>

Revision as of 05:19, 11 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

This page describes how to assign Revit project information to the appropriate IFC classes.

The following attributes may be set on the IfcProject.

Attribute Name Required Procedure
GlobalId Yes Create a new IfcProject GUID instance parameter, assigned to the Project Information object.
Name Yes Fill out the (Revit standard) Project Number field in the Project Information dialog.
Description Yes Create a new IfcDescription instance parameter, assigned to the Project Information object.
ObjectType Create a new IfcObjectType instance parameter, assigned to the Project Information object.
LongName Yes Fill out the (Revit standard) Project Name field in the Project Information dialog.
Phase Fill out the (Revit standard) Project Status field in the Project Information dialog.

The properties for an .ifc export are described on the IfcRoot attributes page of the IFC 2x3 documentation.