5.4.3.51 IfcRelConnectsWithRealizingElements
5.4.3.51.1 Semantic definition
IfcRelConnectsWithRealizingElements defines a generic relationship that is made between two elements that require the realization of that relationship by means of further realizing elements.
An IfcRelConnectsWithRealizingElements is a specialization of IfcRelConnectsElements where the connecting operation has the additional attribute of (one or many) realizing elements that may be used to realize or further qualify the relationship. It is defined as a ternary relationship.
The connection types for bridges include:
- TrussJoint: Joint between truss members.
- ExpansionJoint: Joint allowing movement, usually due to thermal expansion difference in structures, with DiscreteAccessory of type EXPANSION_JOINT_DEVICE as RealizingElement.
- EmbeddedPartsJoint: Joint for auxiliary parts to structure, with appropriate RealizingElements, such as DiscreteAccessories of type ANCHORPLATE, BRACKET or SHOE.
- ConstructionJoint: Joint for phasing of construction, typically in in-situ concrete structures.
5.4.3.51.2 Entity inheritance
-
- IfcRelConnectsElements
- IfcRelConnectsPortToElement
- IfcRelConnectsPorts
- IfcRelConnectsStructuralActivity
- IfcRelConnectsStructuralMember
- IfcRelContainedInSpatialStructure
- IfcRelCoversBldgElements
- IfcRelCoversSpaces
- IfcRelFillsElement
- IfcRelFlowControlElements
- IfcRelInterferesElements
- IfcRelPositions
- IfcRelReferencedInSpatialStructure
- IfcRelSequence
- IfcRelServicesBuildings
- IfcRelSpaceBoundary
5.4.3.51.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
IfcRelConnectsElements (3) | |||
Click to show 7 hidden inherited attributes Click to hide 7 inherited attributes | |||
IfcRelConnectsWithRealizingElements (2) | |||
8 | RealizingElements | SET [1:?] OF IfcElement |
Defines the elements that realize a connection relationship. |
9 | ConnectionType | OPTIONAL IfcLabel |
The type of the connection given for informal purposes, it may include labels, like 'joint', 'rigid joint', 'flexible joint', etc. |
5.4.3.51.4 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts |
5.4.3.51.5 Formal representation
ENTITY IfcRelConnectsWithRealizingElements SUBTYPE OF (IfcRelConnectsElements); RealizingElements : SET [1:?] OF IfcElement; ConnectionType : OPTIONAL IfcLabel; END_ENTITY;