6.3.2.3 IfcFastenerTypeEnum
6.3.2.3.1 Semantic definition
This enumeration defines the different types of fasteners, except for mechanical fasteners.
6.3.2.3.2 Type values
| Type | Description | 
|---|---|
GLUE
 | 
 A fastening connection where glue is used to join together elements.  | 
MORTAR
 | 
 A composition of mineralic or other materials used to fill jointing gaps and possibly fulfilling a load carrying role.  | 
WELD
 | 
 A weld seam between parts of metallic material or other suitable materials.  | 
USERDEFINED
 | 
 User-defined fastener.  | 
NOTDEFINED
 | 
 Undefined fastener.  | 
6.3.2.3.3 Formal representation
TYPE IfcFastenerTypeEnum = ENUMERATION OF
	(GLUE
	,MORTAR
	,WELD
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;