5.4.3.49 IfcRelConnectsPortToElement
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
-
- IfcRelConnectsPortToElement
- IfcRelConnectsElements
- IfcRelConnectsPorts
- IfcRelConnectsStructuralActivity
- IfcRelConnectsStructuralMember
- IfcRelContainedInSpatialStructure
- IfcRelCoversBldgElements
- IfcRelCoversSpaces
- IfcRelFillsElement
- IfcRelFlowControlElements
- IfcRelInterferesElements
- IfcRelPositions
- IfcRelReferencedInSpatialStructure
- IfcRelSequence
- IfcRelServicesBuildings
- IfcRelSpaceBoundary
5.4.3.49.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
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. |
5.4.3.49.4 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts |
5.4.3.49.5 Formal representation
ENTITY IfcRelConnectsPortToElement SUBTYPE OF (IfcRelConnects); RelatingPort : IfcPort; RelatedElement : IfcDistributionElement; END_ENTITY;