Struct Ifc4x3_rc1::IfcSectionTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcSectionTypeEnum

Public Types

enum Value

Definition from IAI: An enumeration indicating whether a specific piece of a cross section is uniform or tapered in longitudinal direction.

HISTORY New type in IFC Release 2x2

ENUMERATION

UNIFORM The section is uniform in longitudinal direction.

TAPERED The section is tapered in longitudinal direction.

Values:

enumerator IfcSectionType_UNIFORM
enumerator IfcSectionType_TAPERED

Public Static Functions

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