Struct Ifc4x2::IfcConnectionTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcConnectionTypeEnum

Public Types

enum Value

This enumeration defines the different ways how path based elements (such as IfcWallStandardCase) can connect, as shown in Figure 65.

HISTORY New type in IFC Release 2.0

L-Shape Connection

RelatingConnectionType: AtStart RelatedConnectionType: AtStart

L-Shape Connection

RelatingConnectionType: AtEnd RelatedConnectionType: AtStart

T-Shape Connection

RelatingConnectionType: AtPath RelatedConnectionType: AtStart

Figure 65 — Connection types</td

Values:

enumerator IfcConnectionType_ATPATH
enumerator IfcConnectionType_ATSTART
enumerator IfcConnectionType_ATEND
enumerator IfcConnectionType_NOTDEFINED

Public Static Functions

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