Difference between revisions of "Revit setup for OpenBIM/Revit IFC project metadata"
From Wiki.OSArch
m (Duncan moved page Revit project metadata to Revit IFC project metadata) |
|||
Line 1: | Line 1: | ||
+ | {{Autodesk_Revit}} | ||
The following attributes may be set on the <code>IfcProject</code>. | The following attributes may be set on the <code>IfcProject</code>. | ||
Revision as of 07:27, 16 December 2021
![]() |
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 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.
|