Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelConnectsPorts

Definition from IAI: An IfcRelConnectsPorts defines the relationship that is made between two ports at their point of connection. It may include the connection geometry between two ports.

IfcRelConnectsPorts is required as the means to define how instances of IfcPort connect together. Each of the port is being attached to the IfcElement by using the IfcRelConnectsPortToElement relationship. Since each element is now considered to have ports for the purpose of connection, it is necessary to achieve the actual connection by the defined approach.

HISTORY: New entity in IFC 2.0, modified in IFC2x.

EXPRESS specification:

ENTITY IfcRelConnectsPorts
SUBTYPE OF ( IfcRelConnects);
RelatingPort  :  IfcPort;
RelatedPort  :  IfcPort;
RealizingElement  :  OPTIONAL IfcElement;
END_ENTITY;

Attribute definitions:

RelatingPort  :  Reference to the first port that is connected by the objectified relationship.
RelatedPort  :  Reference to the second port that is connected by the objectified relationship.
RealizingElement  :  Defines the element that realizes a port connection relationship.

Inheritance graph

ENTITY IfcRelConnectsPorts;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelConnects;
ENTITY IfcRelConnectsPorts;
RelatingPort  :  IfcPort;
RelatedPort  :  IfcPort;
RealizingElement  :  OPTIONAL IfcElement;
END_ENTITY;