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.
TableNameReferenceFormatColor
AssemblyNameIfcRelConnectsWithRealizingElements.NameKey#FFFF99
AssemblyCreatedByIfcRelConnectsWithRealizingElements.OwnerHistory\IfcOwnerHistory.OwningUser\IfcPersonAndOrganization.ThePerson\IfcPerson.Identification #FFCC99
AssemblyCreatedOnIfcRelConnectsWithRealizingElements.OwnerHistory\IfcOwnerHistory.CreationDate #FFFF99
AssemblySheetNameIfcRelConnectsWithRealizingElements.RelatingElement\ #FFCC99
AssemblyParentNameIfcRelConnectsWithRealizingElements.RelatingElement #FFCC99
AssemblyChildNamesIfcRelConnectsWithRealizingElements.RelatedElement #FFCC99
AssemblyAssemblyTypeIfcRelConnectsWithRealizingElements.ConnectionType #FFCC99
AssemblyExtSystemIfcRelConnectsWithRealizingElements.OwnerHistory\IfcOwnerHistory.OwningApplication\IfcApplication.ApplicationIdentifier #CC99FF
AssemblyExtObject\ #CC99FF
AssemblyExtIdentifierIfcRelConnectsWithRealizingElements.GlobalId #CC99FF
AssemblyDescriptionIfcRelConnectsWithRealizingElements.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
SUBTYPE OF (IfcRelConnectsElements);
RealizingElements : SET [1:?] OF IfcElement;
ConnectionType : OPTIONAL IfcStrippedOptional;
END_ENTITY;

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
ENTITY IfcRoot
GlobalId : IfcGloballyUniqueId;
OwnerHistory : OPTIONAL IfcOwnerHistory;
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
ENTITY IfcRelationship
ENTITY IfcRelConnects
ENTITY IfcRelConnectsElements
ConnectionGeometry : OPTIONAL IfcStrippedOptional;
RelatingElement : IfcElement;
RelatedElement : IfcElement;
ENTITY IfcRelConnectsWithRealizingElements
RealizingElements : SET [1:?] OF IfcElement;
ConnectionType : OPTIONAL IfcStrippedOptional;
END_ENTITY;

Link to this page  Link to this page