Skip to content

Commit

Permalink
05c5222 Merge pull request #5 from trhyder/main
Browse files Browse the repository at this point in the history
  • Loading branch information
IfcOpenBot committed Jul 24, 2024
1 parent dfae989 commit b200e2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion search-ifc-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ <h2 class="up-title wow fadeInUp delay-0-4s"> Find an IFC entity </h2>
'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();
}
Expand Down

0 comments on commit b200e2b

Please sign in to comment.