Struct Ifc4::IfcComplexPropertyTemplateTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcComplexPropertyTemplateTypeEnum

Public Types

enum Value

This enumeration defines the subtype of instances of IfcComplexProperty or IfcPhysicalComplexQuantity that may be created and defined by an IfcComplexPropertyTemplate.

HISTORY New enumeration in IFC2x4.

Enumeration

P_COMPLEX: the properties defined by this IfcComplexPropertyTemplate are of type IfcComplexProperty. Q_COMPLEX: the properties defined by this IfcComplexPropertyTemplate are of type IfcPhysicalComplexQuantity.

Values:

enumerator IfcComplexPropertyTemplateType_P_COMPLEX
enumerator IfcComplexPropertyTemplateType_Q_COMPLEX

Public Static Functions

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