English

IDS Property Facet

Niklas Portmann

Published in

Blog

·

August 29, 2024

Die IDS Property Facet, nicht zu verwechseln mit der IDS Attribute Facet, kann dazu verwendet werden, Anforderungen an Name, Property Set und Wert eines Properties zu stellen.

Beispiel

In diesem Beispiel, wollen wir sicherstellen, dass jede entzündliche Entity auch einen Feuerwiderstand angegeben hat. Dafür kann sowohl in der Applicability als auch in den Requirements eine Property Facet genutzt werden.

IFC Eigenschaften & Beschreibungen:

  • Combustible: Ist die Entity entzündlich oder nicht?

  • FireRating: Bezeichnung des Feuerwiderstands


<ids:applicability>
  <ids:property datatype="IFCBOOLEAN">
    <ids:propertyset>
      <ids:simplevalue>Pset_CurtainWallCommon</ids:simplevalue>
    </ids:propertyset>
    <ids:name>
      <ids:simplevalue>Combustible</ids:simplevalue>
    </ids:name>
    <ids:value>
      <ids:simplevalue>TRUE</ids:simplevalue>
    </ids:value>
  </ids:property>
</ids:applicability>
<ids:requirements>
  <ids:property datatype="IFCLABEL" minoccurs="1" maxoccurs="unbounded">
    <ids:propertyset>
      <ids:simplevalue>Pset_CurtainWallCommon</ids:simplevalue>
    </ids:propertyset>
    <ids:name>
      <ids:simplevalue>FireRating</ids:simplevalue>
    </ids:name>
  </ids:property>
</ids:requirements>

Innerhalb der Applicability ist hier vorausgesetzt, dass sofern die Eigenschaft Combustible vorhanden ist und den Wert true hat, auch die Eigenschaft FireRating mit einem Wert vorhanden sein muss. Zusätzlich sind die Property Sets (Eigenschaftssätze) festgelegt, sodass sie nicht mit anderen gleichnamigen Eigenschaften vertauscht werden können.

Datentypen und Einheiten

Zusätzlich muss für jede Property Facet auch ein Data Type definiert werden. Als Datentypen eignet sich die Verwendung von IFC-Datentypen. In diesem ist Combustible vom Typen IfcBoolean und FireRating ist vom Typen IfcLabel.

Die Einheiten, in denen die Daten innerhalb von IDS dabei erfasst werden, hängen von dem gewählten Datentyp ab. Beispielsweise ist für den Typen IfcLengthMeasure vorgegeben, dass er innerhalb von IDS immer in Metern angegeben wird. Ist z.B. eine maximale Länge von 50cm erforderlich, kann diese nur in Metern als 0,5m definiert werden.

Eine vollständige Liste mit allen vorrausgesetzten Einheiten und Datentypen findet man in der IDS-Dokumentation von BuildingSmart.


Goodbye faulty BIM models.

Hello LastBIM 👋

Let our product expert Antonia show you how we can optimize your BIM workflow so that you can start working with better requirements from tomorrow.

Appointments available

Goodbye faulty BIM models.

Hello LastBIM 👋

Let our product expert Antonia show you how we can optimize your BIM workflow so that you can start working with better requirements from tomorrow.

Appointments available

Goodbye faulty BIM models.

Hello LastBIM 👋

Let our product expert Antonia show you how we can optimize your BIM workflow so that you can start working with better requirements from tomorrow.

Appointments available

Born out of love for BIM. In 2021, Antonia experienced that the implementation of information requirements is unnecessarily complicated while working with BIM models. Since then, we have made it our mission with LastBIM to change that.

Contact

Alfredstr. 81, 45130 Essen
NRW, Germany

Copyright © 2024. All right reserved to LastBIM GmbH

Born out of love for BIM. In 2021, Antonia experienced that the implementation of information requirements is unnecessarily complicated while working with BIM models. Since then, we have made it our mission with LastBIM to change that.

Contact

Alfredstr. 81
45130 Essen
NRW, Germany

Copyright © 2024. All right reserved to LastBIM GmbH

Born out of love for BIM. In 2021, Antonia experienced that the implementation of information requirements is unnecessarily complicated while working with BIM models. Since then, we have made it our mission with LastBIM to change that.

Contact

Alfredstr. 81, 45130 Essen
NRW, Germany

Copyright © 2024. All right reserved to LastBIM GmbH