Struct Ifc4::IfcPileTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcPileTypeEnum

Public Types

enum Value

Definition from IAI: Enumeration defining the pile type.

HISTORY New type in IFC Release 2x2 IFC 2x4 change: Items BORED, DRIVEN, JETGROUTING added

BORED A bore pile. DRIVEN A rammed, vibrated, or otherwise driven pile. JETGROUTING An injected pile-like construction. COHESION A cohesion pile. FRICTION A friction pile. SUPPORT A support pile. USERDEFINED The type of pile function is user defined. NOTDEFINED The type of pile function is not defined.

Values:

enumerator IfcPileType_BORED
enumerator IfcPileType_DRIVEN
enumerator IfcPileType_JETGROUTING
enumerator IfcPileType_COHESION
enumerator IfcPileType_FRICTION
enumerator IfcPileType_SUPPORT
enumerator IfcPileType_USERDEFINED
enumerator IfcPileType_NOTDEFINED

Public Static Functions

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