-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SWE002 (1. Mirroring within _IfcDerivedProfileDef.Operator_ shall not…
… be used) initial impl
- Loading branch information
Showing
7 changed files
with
792 additions
and
9 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
features/SWE002_Mirroring-within-IfcDerivedProfileDef-shall-not-be-used.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
@informal-proposition | ||
@SWE | ||
@version1 | ||
@E00050 | ||
Feature: SWE002 - Mirroring within IfcDerivedProfileDef shall not be used | ||
|
||
The rule verifies that IfcDerivedProfileDef is | ||
|
||
Scenario: IfcDerivedProfileDef must not use mirroring as there is a dedicated subtype for that | ||
|
||
Given An IfcDerivedProfileDef without subtypes | ||
Given Its attribute Operator | ||
Given The determinant of the placement matrix | ||
|
||
Then The value must be greater than 0 | ||
|
||
Scenario Outline: Tapered sweeps must not use mirroring altogether | ||
|
||
Given An <entity> | ||
Given Its attribute <attribute> | ||
Given Its entity type is 'IfcDerivedProfileDef' or 'IfcMirroredProfileDef' | ||
Given Its attribute Operator | ||
Given The determinant of the placement matrix | ||
|
||
Then The value must be greater than 0 | ||
|
||
Examples: | ||
| entity | attribute | | ||
| IfcExtrudedAreaSolidTapered | SweptArea | | ||
| IfcExtrudedAreaSolidTapered | EndSweptArea | | ||
| IfcRevolvedAreaSolidTapered | SweptArea | | ||
| IfcRevolvedAreaSolidTapered | EndSweptArea | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.