From b200e2b5e2bf483344c26db1634d621802df464b Mon Sep 17 00:00:00 2001 From: IfcOpenBot Date: Wed, 24 Jul 2024 01:25:14 +0000 Subject: [PATCH] 05c5222 Merge pull request #5 from trhyder/main --- search-ifc-class.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/search-ifc-class.html b/search-ifc-class.html index 2581abc..11f364b 100644 --- a/search-ifc-class.html +++ b/search-ifc-class.html @@ -278,7 +278,8 @@

Find an IFC entity

'Electric isolating Switch': { 'description': 'This is also known as a disconnector, so use IfcSwitchingDevice with PredefinedType of SWITCHDISCONNECTOR', 'attributes': [] }, 'VAV Box': { 'description': 'Look for IfcAirTerminalBox', 'attributes': [] }, 'Fan Coil Unit (FCU)': { 'description': 'Look for IfcUnitaryEquipment', 'attributes': [] }, - 'Access Panel': { 'description': 'Use IfcDoor with a PredefinedType of TRAPDOOR', 'attributes': [] } + 'Access Panel': { 'description': 'Use IfcDoor with a PredefinedType of TRAPDOOR', 'attributes': [] }, + 'Screed': { 'description': 'A screed is used in construction to create a level surface on a rough floor substrate. If a single element represents a composite floor structure that includes a screed layer, classify the whole element as IfcSlab with the PredefinedType: FLOOR. If the screed is a separate element from the floor structure, classify it as IfcCovering and use the PredefinedType: FLOORING when the screed is part of a composite floor covering that includes a finished surface or serves as a finished surface itself. If the screed is its own independent element, use the PredefinedType: TOPPING.', 'attributes': [] } } getResults(); }