IfcBuildingElementPartTypeEnum

Natural language names
Building Element Part Type Enum
Enumération des types de partie d'élément de construction
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcBuildingElementPartTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the different types of building element parts.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
INSULATIONThe part provides thermal insulation, for example as insulation layer between wall panels in sandwich walls or as infill in stud walls.
PRECASTPANELThe part is a precast panel, usually as an internal or external layer in a sandwich wall panel.
USERDEFINEDUser-defined accessory.
NOTDEFINEDUndefined accessory.
Formal representations
XML Specification
 <xs:simpleType name="IfcBuildingElementPartTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="insulation"/>
   <xs:enumeration value="precastpanel"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcBuildingElementPartTypeEnum = ENUMERATION OF (
 INSULATION,
 PRECASTPANEL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcBuildingElementPart IfcBuildingElementPartType

Link to this page  Link to this page