| modifications | attributes RelatedElement definition | Changed from IfcElement to IfcDistributionElement |
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.
NOTE 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.
HISTORY New entity in IFC2x2.
IFC4 CHANGE The objectified relation IfcRelConnectsPortToElement is now specialized for use of dynamically connected ports. For fixed ports, use IfcRelNests instead. Previously this objectified relationship IfcRelConnectsPortToElement defined the relationship that is made between a port and the IfcElement in which it is contained. It is a 1 to 1 relationship. The IfcRelConnectsPortToElement established a whole part relationship between the element and its port. The port is used as the means to connect to other ports in other elements.
| # | Attribute | Type | Description |
|---|---|---|---|
| IfcRoot | |||
| 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, > NOTE only the last modification in stored - either as addition, deletion or modification. > IFC4 CHANGE 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. |
| IfcRelationship | |||
| IfcRelConnects | |||
| IfcRelConnectsPortToElement | |||
| 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. > IFC4 CHANGE Data type restricted to IfcDistributionElement. |
IfcRoot assigns the globally unique ID. In addition it may provide for a name and a description about the concept.
Ownership, history, and merge state is captured using IfcOwnerHistory.
ENTITY IfcRelConnectsPortToElement SUBTYPE OF (IfcRelConnects); RelatingPort : IfcPort; RelatedElement : IfcDistributionElement; END_ENTITY;