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

From Wiki.OSArch
(Created page with "The following attributes may be set on the <code>IfcProject</code>. {| class="wikitable" ! '''Attribute Name''' ! '''Required''' ! '''Procedure''' |- | <code>Name</code> | Ye...")
 
Line 25: Line 25:
 
|  
 
|  
 
| Fill out the Project Status field in the Project Information dialog.
 
| Fill out the Project Status field in the Project Information dialog.
|}
 
 
The following attributes may be set on the <code>IfcSite</code>. If you have a <code>Toposurface</code> object overriding your <code>IfcSite</code> object representation as detailed in [[Revit Geolocation]], the procedure is slightly different. Do not implement both procedures simultaneously. Note that in Revit, only a single <code>IfcSite</code> may exist. It is not possible to create multiple sites.
 
 
{| class="wikitable"
 
! '''Attribute Name'''
 
! '''Required'''
 
! '''Procedure with <code>Toposurface</code>'''
 
! '''Procedure without <code>Toposurface</code>'''
 
|-
 
| <code>Name</code>
 
| Yes
 
| Create a new IfcName instance parameter, assigned to the Toposurface object.
 
| Create a new SiteName instance parameter, assigned to the Project Information object.
 
|-
 
| <code>Description</code>
 
|
 
| Create a new IfcDescription instance parameter, assigned to the Toposurface object.
 
| Create a new SiteDescription instance parameter, assigned to the Project Information object.
 
|-
 
| <code>ObjectType</code>
 
|
 
| Create a new IfcObjectType instance parameter, assigned to the Toposurface object.
 
| Create a new SiteObjectType instance parameter, assigned to the Project Information object.
 
|-
 
| <code>LongName</code>
 
| Yes
 
| Create a new IfcLongName instance parameter, assigned to the Toposurface object.
 
| Create a new SiteLongName instance parameter, assigned to the Project Information object.
 
|-
 
| <code>LandTitleNumber</code>
 
| Yes
 
| Create a new IfcLandTitleNumber instance parameter, assigned to the Toposurface object.
 
| Create a new SiteLandTitleNumber instance parameter, assigned to the Project Information object.
 
|}
 
 
The following attributes may be set on the <code>IfcBuilding</code>. Note that in Revit, only a single <code>IfcBuilding</code> may exist. It is not possible to create multiple buildings.
 
 
{| class="wikitable"
 
! '''Attribute Name'''
 
! '''Required'''
 
! '''Procedure'''
 
|-
 
| <code>Name</code>
 
| Yes
 
| Fill out the Building Name field in the Project Information dialog.
 
|-
 
| <code>Description</code>
 
|
 
| Create a new BuildingDescription instance parameter, assigned to the Project Information object.
 
|-
 
| <code>ObjectType</code>
 
|
 
| Create a new BuildingObjectType instance parameter, assigned to the Project Information object.
 
|-
 
| <code>LongName</code>
 
| Yes
 
| Create a new BuildingLongName instance parameter, assigned to the Project Information object.
 
 
|}
 
|}

Revision as of 20:39, 16 March 2020

The following attributes may be set on the IfcProject.

Attribute Name Required Procedure
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.