Skip to content

Commit

Permalink
Revert "add test containment relation"
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenghi authored May 3, 2024
1 parent 15c92b4 commit 624d021
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 162 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/0.9.7/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS">
<info>
<title>The container must be related using specified relation 2/2</title>
<title>The container may be indirect</title>
<description>Generated via code automation in the Ids Repository on github.</description>
</info>
<specifications>
<specification name="The container must be related using specified relation 2/2" ifcVersion="IFC2X3 IFC4">
<specification name="The container may be indirect" ifcVersion="IFC2X3 IFC4">
<applicability maxOccurs="unbounded">
<entity>
<name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ FILE_NAME('','2022-10-07T13:48:44',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpen
FILE_SCHEMA(('IFC4'));
ENDSEC;
DATA;
#1=IFCSPACE('3Agm079vPIYBL4JExVrhD5',$,$,$,$,$,$,$,$,$,$);
#1=IFCSLAB('1hqIFTRjfV6AWq_bMtnZwI',$,$,$,$,$,$,$,$);
#2=IFCBEAM('0eA6m4fELI9QBIhP3wiLAp',$,$,$,$,$,$,$,$);
#3=IFCRELAGGREGATES('05rScmOVzMoQXOfbYdtLYj',$,$,$,#1,(#2));
#4=IFCBUILDING('1hqIFTRjfV6AWq_bMtnZwI',$,$,$,$,$,$,$,$,$,$,$);
#4=IFCSPACE('3Agm079vPIYBL4JExVrhD5',$,$,$,$,$,$,$,$,$,$);
#5=IFCRELCONTAINEDINSPATIALSTRUCTURE('0BbkGoC6vPvRW13UT7D8zH',$,$,$,(#1),#4);
#10=IFCPROJECT('1eA6m4fELI9QBIhP3wiLAp',$,'TestProject',$,$,$,$,$,$);
#11=IFCRELAGGREGATES('2eA6m4fELI9QBIhP3wiLAp',$,$,$,#10,(#4));
ENDSEC;
END-ISO-10303-21;

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 3 additions & 30 deletions Documentation/testcases/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -1704,42 +1704,15 @@ Requirements:
PartOf: Pattern(''.*''),IFCRELCONTAINEDINSPATIALSTRUCTURE
```

### The container must be related using specified relation 1/2
### The container may be indirect

``` ids partof/pass-the_container_must_be_related_using_specified_relation_1_2.ids
The container must be related using specified relation 1/2
``` ids partof/pass-the_container_may_be_indirect.ids
The container may be indirect
Entity: ''IFCBEAM''
Requirements:
PartOf: ''IFCSPACE'',IFCRELCONTAINEDINSPATIALSTRUCTURE
```

### The container must be related using specified relation 2/2

``` ids partof/fail-the_container_must_be_related_using_specified_relation_2_2.ids
The container must be related using specified relation 2/2
Entity: ''IFCBEAM''
Requirements:
PartOf: ''IFCSPACE'',IFCRELCONTAINEDINSPATIALSTRUCTURE
```

### The containment can be indirect 1/2

``` ids partof/pass-the_containment_can_be_indirect_1_2.ids
The containment can be indirect 1/2
Entity: ''IFCBEAM''
Requirements:
PartOf: ''IFCBUILDING'',IFCRELAGGREGATES
```

### The containment can be indirect 2/2

``` ids partof/fail-the_containment_can_be_indirect_2_2.ids
The containment can be indirect 2/2
Entity: ''IFCBEAM''
Requirements:
PartOf: ''IFCBUILDING'',IFCRELAGGREGATES
```

### The container predefined type must match exactly 1/2

``` ids partof/fail-the_container_predefined_type_must_match_exactly_1_2.ids
Expand Down

0 comments on commit 624d021

Please sign in to comment.