Skip to content

Commit ebe1d22

Browse files
committed
add check CorrespondingBoundary and description
into ids file
1 parent beb846e commit ebe1d22

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

bim2sim/plugins/PluginIFCCheck/bim2sim_ifccheck/ifc_props.ids

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
</ids:entity>
186186
</ids:requirements>
187187
</ids:specification>
188-
<ids:specification ifcVersion="IFC4 IFC4X3_ADD2" name="2nd Level Spaceboundaries">
188+
<ids:specification ifcVersion="IFC4 IFC4X3_ADD2" name="2nd Level Spaceboundaries, pure">
189189
<ids:applicability minOccurs="1" maxOccurs="unbounded">
190190
<ids:entity>
191191
<ids:name>
@@ -245,5 +245,29 @@
245245
</ids:attribute>
246246
</ids:requirements>
247247
</ids:specification>
248+
<ids:specification ifcVersion="IFC4 IFC4X3_ADD2" name="2nd Level Spaceboundaries with set CorrespondingBoundary">
249+
<ids:applicability minOccurs="1" maxOccurs="unbounded">
250+
<ids:entity>
251+
<ids:name>
252+
<ids:simpleValue>IFCRELSPACEBOUNDARY2NDLEVEL</ids:simpleValue>
253+
</ids:name>
254+
</ids:entity>
255+
<ids:attribute>
256+
<ids:name>
257+
<ids:simpleValue>CorrespondingBoundary</ids:simpleValue>
258+
</ids:name>
259+
</ids:attribute>
260+
</ids:applicability>
261+
<ids:requirements>
262+
<ids:attribute cardinality="required">
263+
<ids:name>
264+
<ids:simpleValue>Description</ids:simpleValue>
265+
</ids:name>
266+
<ids:value>
267+
<ids:simpleValue>2a</ids:simpleValue>
268+
</ids:value>
269+
</ids:attribute>
270+
</ids:requirements>
271+
</ids:specification>
248272
</ids:specifications>
249273
</ids:ids>

0 commit comments

Comments
 (0)