Skip to content

Commit 05c5222

Browse files
authored
Merge pull request #5 from trhyder/main
Screed add to alternatives
2 parents 8af0472 + 63422e8 commit 05c5222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/templates/search-ifc-class.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ <h2 class="up-title wow fadeInUp delay-0-4s"> Find an IFC entity </h2>
169169
'Electric isolating Switch': { 'description': 'This is also known as a disconnector, so use IfcSwitchingDevice with PredefinedType of SWITCHDISCONNECTOR', 'attributes': [] },
170170
'VAV Box': { 'description': 'Look for IfcAirTerminalBox', 'attributes': [] },
171171
'Fan Coil Unit (FCU)': { 'description': 'Look for IfcUnitaryEquipment', 'attributes': [] },
172-
'Access Panel': { 'description': 'Use IfcDoor with a PredefinedType of TRAPDOOR', 'attributes': [] }
172+
'Access Panel': { 'description': 'Use IfcDoor with a PredefinedType of TRAPDOOR', 'attributes': [] },
173+
'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': [] }
173174
}
174175
getResults();
175176
}

0 commit comments

Comments
 (0)