Define IFC Property (Element Quantity)
In this section you can define properties that are mapped to IFC Element Quantities
Field | Type | Value | Description |
---|---|---|---|
QuantitySet Name | Text | Name of the IFC QuantitySet. | Value of the Name attribute of IfcElementQuantity |
Quantity Name | Text | The name of the property | The name of the property within the QuantitySet |
Property Type | Choice | IFC data type of the property. | If not provided, the type of the property is determined at the time when the property is added to an object class. |
Property Source Key | Text | Unique key of the entity that has defined this property. | If not provided, the property is added without information about the entity that defined it. |
Property Key | Text | Unique key of this Property. | If not provided, the correctly formatted key is automatically generated when the property is added to an object class (see description below) |
Simplebim Name | Text | Name of this property in Simplebim. | If not provided, the IFC Property Name is used also in the Simplebim user interface. |
Description | Text | Description of the property. | |
Reference | Text | Documentation reference | This reference is appended to the ‘Reference Base URI’ of the Identity Source to form a link to the definition of this property. |
Advanced
You can use any text you want as the Property Key as long as the key is unique. However, if you want to avoid creating duplicate properties when the property with an identical mapping already exists in the model, you either need to leave the Property Key empty or use a specific format for the Property Key. If you want to explicitly define the Property Key, the easiest way to get the correct key is to import an IFC file containing that property into Simplebim, select that property in the Properties palette and choose ‘Copy Special’ > ’Copy Key’ from the context menu. Finally paste the value into the Property Key field in the template.
The format for ElementQuantity keys is:
IFC:F:IQ:<QUANTITYSET_NAME>:<QUANTITY_NAME>
The old format starting with IFC2X3:FLAT:QTY is also still supported