IfcElementAssembly
Assemblies
Token category anchored to the IFC 4.3 IfcElementAssembly entity backbone.
Designers and BIM operators consume these tokens when authoring elements
in the Assemblies family for Woodfine projects.
IFCIfcElementAssemblycategoryAssembliescode overlays0 registered
Category bundle
The full token bundle for the Assemblies 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 ASSEMBLIES token category — anchored to IFC 4.3 IfcElementAssembly. Hierarchical compositions of elements.",
"$schema": "https://design-tokens.github.io/community-group/format/",
"bim": {
"assemblies": {
"element_assembly": {
"$type": "bim.entity",
"$value": {
"description": "Decomposable element comprising multiple sub-elements (truss, frame, ladder, slab system). Use for BOM-style hierarchies.",
"ifc_anchor": "https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcElementAssembly.htm",
"ifc_class": "IfcElementAssembly"
}
},
"furnishing_element": {
"$type": "bim.entity",
"$value": {
"description": "Tenant fixtures and furnishings. Particularly relevant for FM workflows over commercial leasing.",
"ifc_class": "IfcFurnishingElement"
}
},
"geographic_element": {
"$type": "bim.entity",
"$value": {
"description": "Site-scale features: trees, parking aisles, signage. Useful for property-manager BIM where the building exists within site context.",
"ifc_class": "IfcGeographicElement"
}
}
}
}
}