6.1.2.14 IfcRailingTypeEnum
6.1.2.14.1 Semantic definition
This enumeration defines the different types of IfcRailing or IfcRailingType that can be predefined using the enumeration values.
6.1.2.14.2 Type values
Type | Description |
---|---|
BALUSTRADE
|
Guardrail located at the edge of a floor, rather then a stair or ramp. Examples are balustrades at roof-tops or balconies, or along a bridge or on top of a retaining wall. |
FENCE
|
NOTE Definition from ISO6707-1: non-load bearing vertical construction, usually lightweight, which bounds or subdivides an external area. |
GUARDRAIL
|
A type of railing designed to guard human or vehicle occupants from falling off a stair, ramp or landing where there is a vertical drop at the edge of such floors/landings, or to provide restraint to an errant road vehicle, installed on the central reserve of or alongside a road. |
HANDRAIL
|
A type of railing designed to serve as an optional structural support for loads applied by human occupants (at hand height). Generally located adjacent to ramps and stairs. Generally floor or wall mounted. |
USERDEFINED
|
User-defined railing element, a term to identify the user type is given by the attribute IfcRailing.ObjectType. |
NOTDEFINED
|
Undefined railing element, no type information available. |
6.1.2.14.3 Formal representation
TYPE IfcRailingTypeEnum = ENUMERATION OF
(BALUSTRADE
,FENCE
,GUARDRAIL
,HANDRAIL
,USERDEFINED
,NOTDEFINED);
END_TYPE;