5.1.3.27 IfcRelDefinesByType

Définition par type
Definiert durch Typ - Relation: Relation zwischen einem Objekt und dessen Typ

The objectified relationship IfcRelDefinesByType defines the relationship between an object type and object occurrences.

The IfcRelDefinesByType is a 1-to-N relationship, as it allows for the assignment of one type information to a single or to many objects. Those objects then share the same object type, and the property sets and properties assigned to the object type.

HISTORY  New entity in IFC2x.
IFC4 CHANGE  The attribute RelatedObjects had been demoted from the supertype IfcRelDefines to IfcRelDefinesByType.

Relationship use definition

The IfcRelDefinesByType links the object type definition with the object occurrence. Both may define properties by assigning an IfcPropertySet, including one or many subtypes of IfcProperty to either the object type or object occurrence, as shown in Figure 23.

There are several scenarios to define the same property set on the object type definition and object occurrence side:

  1. All properties for all object occurrences of a common object type have the same value - then only the object type definition has a property set assigned.
  2. All properties for all object occurrences are different, that is there are no common property values for the object type definition - then each of the object occurrence has a property set assigned.
  3. Some properties within the same property set have common values and are assigned to the object type definition and some are occurrence specific and assigned (with potentially different values) to the object occurrences - then:
instance diagram

Figure 23 — Type definition relationships

The following table provides an example of assigning

properties assigned to IfcWall properties assigned to IfcWallType resulting property value for individual wall
Pset_WallCommon Pset_WallCommon  
 - ExtendToStructure = TRUE   TRUE
   - ThermalTransmittance = 0.375 0.375
 - ExtendToStructure = FALSE  - ExtendToStructure = TRUE FALSE

XSD Specification:

 <xs:element name="IfcRelDefinesByType" type="ifc:IfcRelDefinesByType" substitutionGroup="ifc:IfcRelDefines" nillable="true"/>
 <xs:complexType name="IfcRelDefinesByType">
  <xs:complexContent>
   <xs:extension base="ifc:IfcRelDefines">
    <xs:sequence>
     <xs:element name="RelatedObjects">
      <xs:complexType>
       <xs:sequence>
        <xs:element ref="ifc:IfcObject" maxOccurs="unbounded"/>
       </xs:sequence>
       <xs:attribute ref="ifc:itemType" fixed="ifc:IfcObject"/>
       <xs:attribute ref="ifc:cType" fixed="set"/>
       <xs:attribute ref="ifc:arraySize" use="optional"/>
      </xs:complexType>
     </xs:element>
     <xs:element name="RelatingType" type="ifc:IfcTypeObject" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcRelDefinesByType
SUBTYPE OF (IfcRelDefines);
RelatedObjects : SET [1:?] OF IfcObject;
RelatingType : IfcTypeObject;
END_ENTITY;

Attribute Definitions:

RelatingType : Reference to the type (or style) information for that object or set of objects.

Inheritance Graph:

ENTITY IfcRelDefinesByType
ENTITY IfcRoot
GlobalId : IfcGloballyUniqueId;
OwnerHistory : OPTIONAL IfcOwnerHistory;
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
ENTITY IfcRelationship
ENTITY IfcRelDefines
ENTITY IfcRelDefinesByType
RelatedObjects : SET [1:?] OF IfcObject;
RelatingType : IfcTypeObject;
END_ENTITY;

Link to this page  Link to this page