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

From Wiki.OSArch
Line 5: Line 5:
 
! '''Required'''
 
! '''Required'''
 
! '''Procedure'''
 
! '''Procedure'''
 +
|-
 +
| <code>GlobalId</code>
 +
| Yes
 +
| Create a new <code>IfcProject GUID</code> instance parameter, assigned to the <code>Project Information</code> object.
 
|-
 
|-
 
| <code>Name</code>
 
| <code>Name</code>
 
| Yes
 
| Yes
| Fill out the Project Number field in the Project Information dialog.
+
| Fill out the <code>Project Number</code> field in the <code>Project Information</code> dialog.
 
|-
 
|-
 
| <code>Description</code>
 
| <code>Description</code>
 
| Yes
 
| Yes
| Create a new IfcDescription instance parameter, assigned to the Project Information object.
+
| Create a new <code>IfcDescription</code> instance parameter, assigned to the <code>Project Information</code> object.
 
|-
 
|-
 
| <code>ObjectType</code>
 
| <code>ObjectType</code>
 
|  
 
|  
| Create a new IfcObjectType instance parameter, assigned to the Project Information object.
+
| Create a new <code>IfcObjectType</code> instance parameter, assigned to the <code>Project Information</code> object.
 
|-
 
|-
 
| <code>LongName</code>
 
| <code>LongName</code>
 
| Yes
 
| Yes
| Fill out the Project Name field in the Project Information dialog.
+
| Fill out the <code>Project Name</code> field in the <code>Project Information</code> dialog.
 
|-
 
|-
 
| <code>Phase</code>
 
| <code>Phase</code>
 
|  
 
|  
| Fill out the Project Status field in the Project Information dialog.
+
| Fill out the <code>Project Status</code> field in the <code>Project Information</code> dialog.
 
|}
 
|}

Revision as of 01:14, 10 August 2020

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 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 Project Name field in the Project Information dialog.
Phase Fill out the Project Status field in the Project Information dialog.