Struct Ifc4::IfcRailingTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcRailingTypeEnum

Public Types

enum Value

Definition from IAI: Enumeration defining the valid types of railings that can be predefined using the enumeration values.

HISTORY: New Enumeration in IFC Release 2.0

Enumeration

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. GUARDRAIL: A type of railing designed to guard human occupants from falling off a stair, ramp or landing where there is a vertical drop at the edge of such floors/landings. BALUSTRADE: Similar to the definitions of a guardrail except the location is at the edge of a floor, rather then a stair or ramp. Examples are balustrates at roof-tops or balconies. 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.

Values:

enumerator IfcRailingType_HANDRAIL
enumerator IfcRailingType_GUARDRAIL
enumerator IfcRailingType_BALUSTRADE
enumerator IfcRailingType_USERDEFINED
enumerator IfcRailingType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)