-
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.
- Loading branch information
1 parent
6854cb0
commit 7cf3e39
Showing
72 changed files
with
302 additions
and
312 deletions.
There are no files selected for viewing
21 changes: 0 additions & 21 deletions
21
features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature
This file was deleted.
Oops, something went wrong.
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
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
21 changes: 21 additions & 0 deletions
21
...LB-Alignment_Business_Logic/ALB012_Alignment-vertical-segment-radius-of-curvature.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,21 @@ | ||
@implementer-agreement | ||
@ALB | ||
@version1 | ||
@E00020 | ||
Feature: ALB012 - Alignment vertical segment radius of curvature | ||
The rule verifies the 'RadiusOfCurvature' design parameter for vertical alignment segments. | ||
|
||
Background: | ||
Given A model with Schema "IFC4.3" | ||
Given An .IfcAlignmentVertical. | ||
Given A relationship .IfcRelNests. exists from .IfcAlignmentVertical. to .IfcAlignmentSegment. &and following that& | ||
Given Its attribute .DesignParameters. | ||
Given [Its type] is .IfcAlignmentVerticalSegment. | ||
|
||
Scenario: Validating the absence of curvature radius for specific predefined types of vertical segment | ||
Given .PredefinedType. *is not equal to* "CIRCULARARC" or "PARABOLICARC" | ||
Then .RadiusOfCurvature. must be *empty* | ||
|
||
Scenario: Validating the radius of curvature for parabolic segments | ||
Given .PredefinedType. *is equal to* "PARABOLICARC" | ||
Then .RadiusOfCurvature. must be *equal to* the expression: .HorizontalLength. / ( .EndGradient. - .StartGradient. ) |
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
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.