Struct Ifc4::IfcExternalSpatialElementTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcExternalSpatialElementTypeEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the different types of external spatial elements. Enumeration:

EXTERNAL - External air space around the building. EXTERNAL_EARTH - External volume covered by earth around the building. EXTERNAL_WATER - External volume covered with water around the building. EXTERNAL_FIRE - Space occupied by a neightboring building. USERDEFINED NOTDEFINED

HISTORY New enumeration in IFC2x4.

Values:

enumerator IfcExternalSpatialElementType_EXTERNAL
enumerator IfcExternalSpatialElementType_EXTERNAL_EARTH
enumerator IfcExternalSpatialElementType_EXTERNAL_WATER
enumerator IfcExternalSpatialElementType_EXTERNAL_FIRE
enumerator IfcExternalSpatialElementType_USERDEFINED
enumerator IfcExternalSpatialElementType_NOTDEFINED

Public Static Functions

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