Struct Ifc4x2::IfcDiscreteAccessoryTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcDiscreteAccessoryTypeEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the different types of discrete accessories:

ANCHORPLATE: An accessory consisting of a steel plate, shear stud connectors or welded-on rebar which is embedded into the surface of a concrete element so that other elements can be welded or bolted onto it later. BRACKET: An L-shaped or similarly shaped accessory attached in a corner between elements to hold them together or to carry a secondary element. SHOE: A column shoe or a beam shoe (beam hanger) used to support or secure an element. USERDEFINED: User-defined accessory NOTDEFINED: Undefined accessory

HISTORY New Enumeration in IFC 2x4.

Values:

enumerator IfcDiscreteAccessoryType_ANCHORPLATE
enumerator IfcDiscreteAccessoryType_BRACKET
enumerator IfcDiscreteAccessoryType_SHOE
enumerator IfcDiscreteAccessoryType_EXPANSION_JOINT_DEVICE
enumerator IfcDiscreteAccessoryType_USERDEFINED
enumerator IfcDiscreteAccessoryType_NOTDEFINED

Public Static Functions

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