IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Table 6.3.2.3.A

6.3.2.3.3 Formal representation

TYPE IfcFastenerTypeEnum = ENUMERATION OF
	(GLUE
	,MORTAR
	,WELD
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.3.2.3.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.3.2.3.5 Changelog

6.3.2.3.5.1 IFC4

  • New resource