Element als Füllung einer Öffnung - Relation: Relation zwischen einer Tür / Fenster und der Öffnung | |
Rel Fills Element | |
Relation de remplissage |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcRelFillsElement | ||||
OwnerHistory | MODIFIED | Instantiation changed to OPTIONAL. |
IfcRelFillsElement is an objectified relationship between an opening element and an element that fills (or partially fills) the opening element. It is an one-to-one relationship.
NOTE View definitions or implementer agreements may restrict an opening to be filled by one filling element only.
As shown in Figure 155, the insertion of a door into a wall is represented by two separate relationships. First the door opening is created within the wall by IfcWall(StandardCase) <-- IfcRelVoidsElement --> IfcOpeningElement, then the door is inserted within the opening by IfcOpeningElement <-- IfcRelFillsElement --> IfcDoor.
Figure 155 — Relationships for element filling |
HISTORY New entity in IFC1.0
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
5 | RelatingOpeningElement | IfcOpeningElement | [1:1] | Opening Element being filled by virtue of this relationship. | X |
6 | RelatedBuildingElement | IfcElement | [1:1] |
Reference to | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcRoot | |||||
1 | GlobalId | IfcGloballyUniqueId | [1:1] | Assignment of a globally unique identifier within the entire software world. | X |
2 | OwnerHistory | IfcOwnerHistory | [0:1] |
Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE only the last modification in stored - either as addition, deletion or modification. | X |
3 | Name | IfcLabel | [0:1] | Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. | X |
4 | Description | IfcText | [0:1] | Optional description, provided for exchanging informative comments. | X |
IfcRelationship | |||||
IfcRelConnects | |||||
IfcRelFillsElement | |||||
5 | RelatingOpeningElement | IfcOpeningElement | [1:1] | Opening Element being filled by virtue of this relationship. | X |
6 | RelatedBuildingElement | IfcElement | [1:1] |
Reference to | X |
# | Concept | Model View |
---|---|---|
IfcRoot | ||
Software Identity | Common Use Definitions | |
Revision Control | Common Use Definitions |
<xs:element name="IfcRelFillsElement" type="ifc:IfcRelFillsElement" substitutionGroup="ifc:IfcRelConnects" nillable="true"/>
<xs:complexType name="IfcRelFillsElement">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnects">
<xs:sequence>
<xs:element name="RelatingOpeningElement" type="ifc:IfcOpeningElement" nillable="true"/>
<xs:element name="RelatedBuildingElement" type="ifc:IfcElement" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcRelFillsElement
SUBTYPE OF (IfcRelConnects);
RelatingOpeningElement : IfcOpeningElement;
RelatedBuildingElement : IfcElement;
END_ENTITY;