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
| |
MORTAR
| |
WELD
| |
USERDEFINED
| |
NOTDEFINED
|
6.3.2.3.3 Formal representation
TYPE IfcFastenerTypeEnum = ENUMERATION OF
(GLUE
,MORTAR
,WELD
,USERDEFINED
,NOTDEFINED);
END_TYPE;