Struct Ifc4x3_rc1::IfcAssemblyPlaceEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcAssemblyPlaceEnum

Public Types

enum Value

Definition from IAI: Enumeration defining where the assembly is intended to take place, either in a factory or on the building site.

HISTORY New enumeration in Release IFC2x Edition 2.

Enumeration

SITE - this assembly is assembled at site

FACTORY - this assembly is assembled in a factory

Values:

enumerator IfcAssemblyPlace_SITE
enumerator IfcAssemblyPlace_FACTORY
enumerator IfcAssemblyPlace_NOTDEFINED

Public Static Functions

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