Skip to content

Commit 16f883c

Browse files
timMoult
tim
authored andcommitted
Wallboard classification options added
Description of wallboard added for wall and ceiling contexts
1 parent 6eedfc2 commit 16f883c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

website/assets/IFC4X3.json

+1-1
Large diffs are not rendered by default.

website/templates/search-ifc-class.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ <h2 class="up-title wow fadeInUp delay-0-4s"> Find an IFC entity </h2>
170170
'VAV Box': { 'description': 'Look for IfcAirTerminalBox', 'attributes': [] },
171171
'Fan Coil Unit (FCU)': { 'description': 'Look for IfcUnitaryEquipment', 'attributes': [] },
172172
'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': [] }
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': [] },
174+
'Wallboard / Gypsum / Plasterboard / Sheeting / Lining': { 'description': 'A wallboard is a material used in construction to create a finished surface on walls and ceilings. For Walls: If a single element represents a composite wall structure that includes a wallboard layer, classify the whole element as IfcWall with the PredefinedType: ELEMENTED, PLUMBING, or PARTITION depending on its function. If the wallboard element is independent of a vertical structure, classify it as IfcCovering with the PredefinedType: CLADDING. For Ceilings: If a single element represents a composite floor/roof and ceiling structure that includes a wallboard layer, classify the whole element as IfcSlab with the PredefinedType: FLOOR or ROOF. If the wallboard element is independent of a horizontal floor/roof structure, classify it as IfcCovering with the PredefinedType: CEILING.', 'attributes': [] },
174175
}
175176
getResults();
176177
}

0 commit comments

Comments
 (0)