Struct Ifc2x3::IfcAnalysisModelTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc2x3.

Struct Documentation

struct Ifc2x3::IfcAnalysisModelTypeEnum

Public Types

enum Value

Definition from IAI: This type definition is used to distinguish between different types of structural analysis models. The analysis models are differentiated by their dimensionality.

HISTORY: New type in Release IFC2x Edition 2.

Values:

enumerator IfcAnalysisModelType_IN_PLANE_LOADING_2D
enumerator IfcAnalysisModelType_OUT_PLANE_LOADING_2D
enumerator IfcAnalysisModelType_LOADING_3D
enumerator IfcAnalysisModelType_USERDEFINED
enumerator IfcAnalysisModelType_NOTDEFINED

Public Static Functions

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