Struct Ifc4x1::IfcElementCompositionEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcElementCompositionEnum

Public Types

enum Value

Definition from IAI: Enumeration that provides an indication, whether the spatial structure element or proxy represents a:

COMPLEX - a group or aggregation of similar elements

ELEMENT - a (undivided) element itself

PARTIAL - a subelement or part

HISTORY New enumeration in IFC Release 2.x

Values:

enumerator IfcElementComposition_COMPLEX
enumerator IfcElementComposition_ELEMENT
enumerator IfcElementComposition_PARTIAL

Public Static Functions

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