Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcConnectionTypeEnum

Definition from IAI: This enumeration defines the different ways how path based elements (here IfcWallStandardCase) can connect..

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

EXPRESS specification:

TYPE IfcConnectionTypeEnum = ENUMERATION OF
( ATPATH,
ATSTART,
ATEND,
NOTDEFINED);
END_TYPE;