Common Property Sets
Export IFC common property sets exports the default properties defined in the IFC schema and is activated by default. Existing Revit properties are automatically mapped to the IFC properties.
The common property sets can be recognized by the Pset_ prefix after the export:
As the IFC schema contains many properties which are not commonly used in all projects and therefore not included in Revit by default, only a subset of the properties defined in a Pset will be exported using this option. The complete Pset_ WallCommon includes several properties not existing in Revit by default:
Property | Description |
---|---|
Reference | Component type (type name) |
AcousticRating | Sound insulation clalss |
FireRatingCombustible | Fire-resistance class (type parameter) |
SurfaceSpreadOfFlame | Fire behavior |
ThermalTransmittance | U-value (type parameter) |
IsExternal | Exterior component (type parameter, given as yes/no) |
ExtendToStructure | Fixed on top (behavior) |
LoadBearing | Load bearing (instance parameter) |
Compartmentation | Fire compartment-defining component |
There are several options to add these properties. The first and the most simple one is by adding the properties with the same name and data type as defined in the IFC schema to Revit. The easiest way to accomplish this is by using the IFC shared parameters file already introduced in this manual (see: Using IFC Shared Parameters). This will make sure that the spelling and the data type are correct. Once these properties have been added and populated, they will be automatically added to the Pset upon export:
Alternatively, it is possible to map other properties (as long as they have the same data type) to the corresponding IFC properties.
Following video provides an overview of the topics discussed in this section: ▶️ Exporting IFC Common Property Sets from Revit
Last updated