IFC 4.3.2.20250905 (IFC4X3_ADD2) under development

  • Help suggest improvements
  • Get user or developer support

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.

See IfcRelNests for its usages to represent an ordered collection of ports that are contained by an element and relevant subtypes of IfcDistributionElement for examples and port use definition sections. New entity in IFC2x2. The relationship IfcRelConnectsPortToElement shall not be used anymore, use IfcRelNests instead for specifying the element to which any kind of port belongs.

5.4.3.49.2 Entity inheritance

5.4.3.49.3 Attributes

# Attribute Type Description
IfcRoot (4)
1 GlobalId IfcGloballyUniqueId

Assignment of a globally unique identifier within the entire software world.

2 OwnerHistory OPTIONAL IfcOwnerHistory

Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,

Only the last modification is stored - either as addition, deletion or modification. The attribute has been changed to be OPTIONAL.
3 Name OPTIONAL IfcLabel

Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule.

4 Description OPTIONAL IfcText

Optional description, provided for exchanging informative comments.

Click to show 4 hidden inherited attributes Click to hide 4 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.

Data type restricted to IfcDistributionElement.
Table 5.4.3.49.A

5.4.3.49.4 Concept usage

Concept Usage Description
IfcRoot (2)
Revision Control General

Ownership, history, and merge state is captured using IfcOwnerHistory.

Software Identity General

IfcRoot assigns the globally unique ID. In addition it may provide for a name and a description about the concept.

Click to show 2 hidden inherited concepts Click to hide 2 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_33fdbb94

  • 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.