IfcFillElementTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4X3_ADD2 to IFC4X4_draft
    IfcFillElementTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the different types of elements an IfcFillElement or IfcFillElementType object can be defined as.

Enumeration definition
ConstantDescription
INVERTFILL

The fill element used to fill the tunnel invert, i.e. the lowest section of a tunnel, i.e., the floor.

ANNULARGAPFILL

The fill element used to fill the annular gap, e.g. between the tunnel lining and the surrounding ground.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcFillElementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="invertfill"/>
   <xs:enumeration value="annulargapfill"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcFillElementTypeEnum = ENUMERATION OF (
 INVERTFILL,
 ANNULARGAPFILL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcFillElement IfcFillElementType

Link to this page  Link to this page