IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

6.1.2.2 IfcBearingTypeEnum

6.1.2.2.1 Semantic definition

Enumeration of Bearing Types.

6.1.2.2.2 Type values

Type Description
CYLINDRICAL

The bearing functionality is provided by cylinder in a concave cylinder.

DISK

A disk bearing consist of an elastomeric disc between two metal plates.

ELASTOMERIC

A pad bearing which carries vertical load by contact stresses between a sheet of sliding material and a mating surface that permits movements by sliding and accommodates rotation by deformation of the elastomer.

GUIDE

A bearing that ensures that the structure maintains the correct location or expansion/contraction path and takes no vertical load. Includes also restraint bearings.

POT

A bearing which carries vertical load by compression of an (elastomeric) disc confined in a (steel) cylinder and which accommodates rotations by deformations of the disc.

ROCKER

The bearing functionality is provided by a rocker construction. Includes line rocker and point rocker bearings.

ROLLER

The bearing functionality is provided by one or more rollers that are placed between two plates.

SPHERICAL

The bearing functionality is provided by convex dome in a concave basin.

USERDEFINED

User-defined bearing element.

NOTDEFINED

Undefined bearing element.

Table 6.1.2.2.A

6.1.2.2.3 Formal representation

TYPE IfcBearingTypeEnum = ENUMERATION OF
	(CYLINDRICAL
	,DISK
	,ELASTOMERIC
	,GUIDE
	,POT
	,ROCKER
	,ROLLER
	,SPHERICAL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.1.2.2.5 Changelog

6.1.2.2.5.1 IFC4.2

  • New resource