Struct Ifc4x1::IfcPlateTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcPlateTypeEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the different types of planar elements an IfcPlateType object can fulfill:

CURTAIN_PANEL: A planar element within a curtain wall,often consisting of a frame with fixed glazing. SHEET: A planar, flat and thin element, comes usually as metal sheet, and is often used as an additonal part within an assembly. USERDEFINED: User-defined linear element. NOTDEFINED: Undefined linear element

HISTORY New Enumeration in Release IFC2x Edition 2. IFC2x Edition 3 CHANGE The additional identifiers CURTAIN_PANEL, SHEET have been added.

Values:

enumerator IfcPlateType_CURTAIN_PANEL
enumerator IfcPlateType_SHEET
enumerator IfcPlateType_USERDEFINED
enumerator IfcPlateType_NOTDEFINED

Public Static Functions

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