Skip to content

Commit

Permalink
IVS-198/Fix - IFC102 - Remove enum structural loads (#318)
Browse files Browse the repository at this point in the history
* IVS-198/Fix - IFC102 - Remove enum structural loads

* remove testfile
  • Loading branch information
Ghesselink authored Oct 31, 2024
1 parent 890fd0e commit 1ea1652
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
5 changes: 1 addition & 4 deletions features/IFC102_Absence-of-deprecated-entities.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@IFC
@version4
@version5
@E00030
@implementer-agreement
Feature: IFC102 - Absence of deprecated entities
Expand Down Expand Up @@ -215,13 +215,11 @@ IFC4: https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/
| IfcGeographicElementType | "SOIL_BORING_POINT" |
| IfcSpace | "INTERNAL" or "EXTERNAL" |
| IfcSpaceType | "INTERNAL" or "EXTERNAL" |
| IfcStructuralLoadGroup | "LOAD_COMBINATION_GROUP" |
| IfcWall | "POLYGONAL" or "STANDARD" |
| IfcWallType | "POLYGONAL" or "STANDARD" |


Scenario Outline: Check for deprecated enumerated values - IFC4
# IfcStructuralLoadGroup: IfcLoadGroupTypeEnum
# IfcWall: IfcWallTypeEnum

Given A model with Schema "IFC4"
Expand All @@ -231,7 +229,6 @@ IFC4: https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/

Examples:
| Entity | Value |
| IfcStructuralLoadGroup | "LOAD_COMBINATION_GROUP" |
| IfcWall | "POLYGONAL" or "STANDARD" or "ELEMENTEDWALL" |
| IfcWallType | "POLYGONAL" or "STANDARD" or "ELEMENTEDWALL" |

Expand Down

This file was deleted.

0 comments on commit 1ea1652

Please sign in to comment.