Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelConnects

Definition from IAI: A connectivity relationship (IfcRelConnects) that connects objects under some criteria. As a general connectivity it does not imply constraints, however subtypes of the relationship define the applicable object types for the connectivity relationship and the semantics of the particular connectivity.

HISTORY: New entity in IFC Release 2x.

EXPRESS specification:

ENTITY IfcRelConnects
ABSTRACT SUPERTYPE OF (IfcRelSequence)
SUBTYPE OF ( IfcRelationship);
END_ENTITY;

Inheritance graph

ENTITY IfcRelConnects;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelConnects;
END_ENTITY;