IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.4.3.49 IfcRelConnectsPortToElement

DEPRECATED This definition will be removed in a future major release of this standard

5.4.3.49.1 Semantic definition

IfcRelConnectsPortToElement is a relationship between a distribution element and dynamically connected ports where connections are realised to other distribution elements.

Ports contained in different elements are connected to each other using the IfcRelConnectsPorts relationship.

5.4.3.49.2 Entity inheritance

5.4.3.49.3 Attributes

# Attribute Type Description
IfcRoot (4)
Click to show 4 hidden inherited attributes
IfcRelConnectsPortToElement (2)
5 RelatingPort IfcPort

Reference to an Port that is connected by the objectified relationship.

6 RelatedElement IfcDistributionElement

Reference to an IfcDistributionElement that has ports assigned.

Table 5.4.3.49.A

5.4.3.49.4 Concept usage

Concept Usage Description
IfcRoot (2)
Click to show 2 hidden inherited concepts
Table 5.4.3.49.B

5.4.3.49.5 Formal representation

ENTITY IfcRelConnectsPortToElement
SUBTYPE OF (IfcRelConnects);
RelatingPort : IfcPort;
RelatedElement : IfcDistributionElement;
END_ENTITY;

5.4.3.49.6 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.3.49.7 Changelog

5.4.3.49.7.1 IFC4

5.4.3.49.7.2 IFC4.3_DEV_738df036

  • deprecated, Is now deprecated. The relationship IfcRelConnectsPortToElement shall not be used anymore, use IfcRelNests instead for specifying the element to which any kind of port belongs.