5.4.3.10 IfcRelConnectsWithRealizingElements
| Verbindet Elemente mit Befestigungen - Relation |
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 IfcRelConnectsElement 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.
EXAMPLE It may be used to describe the
attachment of one element to another where the attachment
is realized by a 'fixing' element such as a bracket. It
may also be used to describe the mounting of one element
onto another such as the requirement for the mounting
major plant items onto builders work bases and/or
anti-vibration isolators.
HISTORY New entity in IFC2x2.
Construction Operations
Instance diagram
Identity
The Identity concept applies to this entity.
Exchange |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Import |
|
|
|
|
|
|
|
O |
|
|
|
|
|
|
O |
|
|
|
|
|
|
|
|
|
|
|
|
|
Export |
|
|
|
|
|
|
|
O |
|
|
|
|
|
|
O |
|
|
|
|
|
|
|
|
|
|
|
|
|
Revision Control
The Revision Control concept applies to this entity.
Exchange |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Import |
|
|
|
|
|
|
|
O |
|
|
|
|
|
|
O |
|
|
|
|
|
|
|
|
|
|
|
|
|
Export |
|
|
|
|
|
|
|
O |
|
|
|
|
|
|
O |
|
|
|
|
|
|
|
|
|
|
|
|
|
External Data Constraints
The External Data Constraints concept applies to this entity as shown in Table 28.
Table | Name | Reference | Format | Color |
Assembly | Name | IfcRelConnectsWithRealizingElements.Name | Key | #FFFF99 |
Assembly | CreatedBy | IfcRelConnectsWithRealizingElements.OwnerHistory\IfcOwnerHistory.OwningUser\IfcPersonAndOrganization.ThePerson\IfcPerson.Identification | | #FFCC99 |
Assembly | CreatedOn | IfcRelConnectsWithRealizingElements.OwnerHistory\IfcOwnerHistory.CreationDate | | #FFFF99 |
Assembly | SheetName | IfcRelConnectsWithRealizingElements.RelatingElement\ | | #FFCC99 |
Assembly | ParentName | IfcRelConnectsWithRealizingElements.RelatingElement | | #FFCC99 |
Assembly | ChildNames | IfcRelConnectsWithRealizingElements.RelatedElement | | #FFCC99 |
Assembly | AssemblyType | IfcRelConnectsWithRealizingElements.ConnectionType | | #FFCC99 |
Assembly | ExtSystem | IfcRelConnectsWithRealizingElements.OwnerHistory\IfcOwnerHistory.OwningApplication\IfcApplication.ApplicationIdentifier | | #CC99FF |
Assembly | ExtObject | \ | | #CC99FF |
Assembly | ExtIdentifier | IfcRelConnectsWithRealizingElements.GlobalId | | #CC99FF |
Assembly | Description | IfcRelConnectsWithRealizingElements.Description | | #CCFFCC |
|
Table 28 — IfcRelConnectsWithRealizingElements External Data Constraints |
Exchange |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Import |
|
|
|
|
|
|
|
O |
|
|
|
|
|
|
O |
|
|
|
|
|
|
|
|
|
|
|
|
|
Export |
|
|
|
|
|
|
|
O |
|
|
|
|
|
|
O |
|
|
|
|
|
|
|
|
|
|
|
|
|
XSD Specification:
<xs:element name="IfcRelConnectsWithRealizingElements" type="ifc:IfcRelConnectsWithRealizingElements" substitutionGroup="ifc:IfcRelConnectsElements" nillable="true"/>
<xs:complexType name="IfcRelConnectsWithRealizingElements">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnectsElements">
<xs:sequence>
<xs:element name="RealizingElements">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcElement" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="ifc:itemType" fixed="ifc:IfcElement"/>
<xs:attribute ref="ifc:cType" fixed="set"/>
<xs:attribute ref="ifc:arraySize" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
EXPRESS Specification:
ENTITY IfcRelConnectsWithRealizingElements
|
|
RealizingElements | : | SET [1:?] OF IfcElement; |
ConnectionType | : | OPTIONAL IfcStrippedOptional; |
|
Attribute Definitions:
RealizingElements | : | Defines the elements that realize a connection relationship. |
ConnectionType | : | The type of the connection given for informal purposes, it may include labels, like 'joint', 'rigid joint', 'flexible joint', etc. |
Inheritance Graph:
ENTITY IfcRelConnectsWithRealizingElements
|
|
ConnectionGeometry | : | OPTIONAL IfcStrippedOptional; |
RelatingElement | : | IfcElement; |
RelatedElement | : | IfcElement; |
|
|
RealizingElements | : | SET [1:?] OF IfcElement; |
ConnectionType | : | OPTIONAL IfcStrippedOptional; |
|
Link to this page