Skip to content

Commit

Permalink
Wallboard classification options added
Browse files Browse the repository at this point in the history
Description of wallboard added for wall and ceiling contexts
  • Loading branch information
tim authored and Moult committed Aug 5, 2024
1 parent 6eedfc2 commit 16f883c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/assets/IFC4X3.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion website/templates/search-ifc-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ <h2 class="up-title wow fadeInUp delay-0-4s"> Find an IFC entity </h2>
'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': [] },
'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': [] }
'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': [] },
'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': [] },
}
getResults();
}
Expand Down

0 comments on commit 16f883c

Please sign in to comment.