IfcPropertySet
Performance
Token category anchored to the IFC 4.3 IfcPropertySet entity backbone.
Designers and BIM operators consume these tokens when authoring elements
in the Performance family for Woodfine projects.
IFCIfcPropertySetcategoryPerformancecode overlays0 registered
Category bundle
The full token bundle for the Performance category, in DTCG format. Consume directly
via GET /tokens.json for the workspace-wide bundle, or filter by
category programmatically.
Show DTCG JSON bundle
{
"$description": "BIM PERFORMANCE token category — anchored to IFC 4.3 IfcPropertySet + IfcQuantitySet. Energy / thermal / acoustic / fire properties.",
"$schema": "https://design-tokens.github.io/community-group/format/",
"bim": {
"performance": {
"property_set": {
"$type": "bim.entity",
"$value": {
"description": "Generic property set attached to an IFC entity. Pset_* templates are the conventional vocabulary.",
"ifc_class": "IfcPropertySet"
}
},
"quantity_set": {
"$type": "bim.entity",
"$value": {
"description": "Measured quantities (area, volume, length, weight) attached to an element.",
"ifc_class": "IfcElementQuantity"
}
}
},
"psets": {
"Pset_DoorCommon": {
"$type": "bim.pset",
"$value": {
"AcousticRating": "IfcLabel",
"FireExit": "IfcBoolean",
"FireRating": "IfcLabel",
"Reference": "IfcIdentifier",
"SecurityRating": "IfcLabel"
}
},
"Pset_SpaceCommon": {
"$description": "Space common properties — used by both BIM authoring AND lease-register workflows. The convergence channel between BIM and rent-roll data.",
"$type": "bim.pset",
"$value": {
"Category": "IfcLabel",
"GrossPlannedArea": "IfcAreaMeasure",
"HandicapAccessible": "IfcBoolean",
"NetPlannedArea": "IfcAreaMeasure",
"PubliclyAccessible": "IfcBoolean",
"Reference": "IfcIdentifier"
}
},
"Pset_WallCommon": {
"$type": "bim.pset",
"$value": {
"AcousticRating": "IfcLabel",
"FireRating": "IfcLabel",
"IsExternal": "IfcBoolean",
"LoadBearing": "IfcBoolean",
"Reference": "IfcIdentifier",
"ThermalTransmittance": "IfcThermalTransmittanceMeasure"
}
}
},
"quantities": {
"Qto_SpaceBaseQuantities": {
"$type": "bim.quantity_set",
"$value": {
"FinishCeilingHeight": "IfcQuantityLength",
"FinishFloorHeight": "IfcQuantityLength",
"GrossFloorArea": "IfcQuantityArea",
"GrossPerimeter": "IfcQuantityLength",
"GrossVolume": "IfcQuantityVolume",
"GrossWallArea": "IfcQuantityArea",
"Height": "IfcQuantityLength",
"NetFloorArea": "IfcQuantityArea",
"NetPerimeter": "IfcQuantityLength",
"NetVolume": "IfcQuantityVolume",
"NetWallArea": "IfcQuantityArea"
}
},
"Qto_WallBaseQuantities": {
"$type": "bim.quantity_set",
"$value": {
"GrossSideArea": "IfcQuantityArea",
"GrossVolume": "IfcQuantityVolume",
"Height": "IfcQuantityLength",
"Length": "IfcQuantityLength",
"NetSideArea": "IfcQuantityArea",
"NetVolume": "IfcQuantityVolume",
"Width": "IfcQuantityLength"
}
}
}
}
}