IfcFastenerTypeEnum

Natural language names
Fastener Type Enum
Enumération des types d'éléments d'assemblage
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcFastenerTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the different types of fasteners, except for mechanical fasteners.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
GLUEA fastening connection where glue is used to join together elements.
MORTARA composition of mineralic or other materials used to fill jointing gaps and possibly fulfilling a load carrying role.
WELDA weld seam between parts of metallic material or other suitable materials.
USERDEFINEDUser-defined fastener.
NOTDEFINEDUndefined fastener.
Formal representations
XML Specification
 <xs:simpleType name="IfcFastenerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="glue"/>
   <xs:enumeration value="mortar"/>
   <xs:enumeration value="weld"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcFastenerTypeEnum = ENUMERATION OF (
 GLUE,
 MORTAR,
 WELD,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcFastener IfcFastenerType

Link to this page  Link to this page