Struct Ifc4x2::IfcFastenerTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcFastenerTypeEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the different types of fasteners, except for mechanical fasteners:

GLUE: A fastening connection where glue is used to join together elements. MORTAR: A composition of mineralic or other materials used to fill jointing gaps and possibly fulfilling a load carrying role. WELD: A weld seam between parts of metallic material or other suitable materials. USERDEFINED: User-defined fastener NOTDEFINED: Undefined fastener

HISTORY New Enumeration in IFC 2x4.

Values:

enumerator IfcFastenerType_GLUE
enumerator IfcFastenerType_MORTAR
enumerator IfcFastenerType_WELD
enumerator IfcFastenerType_USERDEFINED
enumerator IfcFastenerType_NOTDEFINED

Public Static Functions

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