-
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.
Merge branch 'development' into ivs158-planar-ifcface
- Loading branch information
Showing
27 changed files
with
1,519 additions
and
28 deletions.
There are no files selected for viewing
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
12 changes: 12 additions & 0 deletions
12
features/BRP002_Single-component-in-connected-faceset.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,12 @@ | ||
@informal-proposition | ||
@GEM | ||
@version1 | ||
@E00050 | ||
Feature: BRP002 - Single component in connected faceset | ||
The rule verifies that for connected facesets (open- and closed shells) their union of the domains of the faces and their bounding loops shall be arcwise connected. | ||
|
||
Scenario: IfcConnectedFaceSet components | ||
|
||
Given An IfcConnectedFaceSet | ||
|
||
Then all edges must form a single connected component |
11 changes: 11 additions & 0 deletions
11
features/GEM113_Indexed-poly-curve-arcs-must-not-be-defined-using-colinear-points.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,11 @@ | ||
@implementer-agreement | ||
@GEM | ||
@version1 | ||
Feature: GEM113 - Indexed poly curve arcs must not be defined using colinear points | ||
The rule verifies that all the three points of any IfcArcIndex segment of an IfcIndexedPolyCurve are not colinear after taking the Precision factor into account | ||
|
||
@E00050 | ||
Scenario: No poly curve arcs using colinear points | ||
|
||
Given An IfcIndexedPolyCurve | ||
Then It must have no arc segments that use colinear points after taking the Precision factor into account |
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
35 changes: 35 additions & 0 deletions
35
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,35 @@ | ||
@informal-proposition | ||
@SWE | ||
@version1 | ||
@E00050 | ||
Feature: SWE002 - Mirroring within IfcDerivedProfileDef shall not be used | ||
|
||
The rule verifies that the transformation defined in IfcDerivedProfileDef.Operator does not introduce mirroring. | ||
The subtype IfcMirroredProfileDef should be used for that. For the tapered sweeps, which tend to rely on | ||
IfcDerivedProfileDef, by expressing the tapering operation as a change in profile, mirroring should not be used | ||
altogether. | ||
|
||
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 resulting 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 resulting 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
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.