Struct Ifc4x3_rc1::IfcPhysicalOrVirtualEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcPhysicalOrVirtualEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the different types of space boundaries in terms of its physical manifestation. A space boundary can either be physically dividing or can be a virtual divider.

Enumeration:

PHYSICAL

The space boundary is provided physically, i.e. by an physical element.

VIRTUAL

The space boundary is provided virtually, i.e. by a logical divider that has no physical manifestation.

NOTDEFINED

No information available.

HISTORY: New enumeration in IFC Release 2.0

Values:

enumerator IfcPhysicalOrVirtual_PHYSICAL
enumerator IfcPhysicalOrVirtual_VIRTUAL
enumerator IfcPhysicalOrVirtual_NOTDEFINED

Public Static Functions

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