6.1.2.2 IfcBearingTypeDisplacementEnum
6.1.2.2.1 Semantic definition
Enumeration of Bearing Displacement Types.
6.1.2.2.2 Type values
Type | Description |
---|---|
FIXED_MOVEMENT
|
No movement allowed. |
FREE_MOVEMENT
|
All horizontal movement allowed. |
GUIDED_LONGITUDINAL
|
The transverse direction is fixed. Only axial movement is allowed. |
GUIDED_TRANSVERSAL
|
The axial direction is fixed. Only transverse movement is allowed. |
NOTDEFINED
|
No description available. |
6.1.2.2.3 Formal representation
TYPE IfcBearingTypeDisplacementEnum = ENUMERATION OF
(FIXED_MOVEMENT
,FREE_MOVEMENT
,GUIDED_LONGITUDINAL
,GUIDED_TRANSVERSAL
,NOTDEFINED);
END_TYPE;