Navigation

IfcConnectionTypeEnum

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

HISTORY New type in IFC Release 2.0
ISSUES See issue log for changes made in IFC Release 2.x.

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;

References (2):

Name Type Referred through Express-G
IfcRelConnectsPathElements Entity
Attribute 'RelatedConnectionType'
Attribute 'RelatingConnectionType'
Diagram 5