-
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.
IVS-96 - ALB030 - Alignment Local Placement
- Loading branch information
1 parent
c1e2bc5
commit 5c0e672
Showing
4 changed files
with
3,748 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@implementer-agreement | ||
@ALB | ||
@version1 | ||
@E00020 | ||
Feature: ALB030 - Alignment local placement | ||
The rule verifies that the ObjectPlacement attribute of every instance of IfcAlignment is of type IfcLocalPlacement. | ||
While the schema allows other placement types (Grid or Linear), this rule ensures that IfcLocalPlacement is used for all alignments. | ||
|
||
Scenario: Every instance of IfcAlignment must have an ObjectPlacement of type IfcLocalPlacement | ||
Given A model with Schema "IFC4.3" | ||
Given An IfcAlignment | ||
Given Its attribute ObjectPlacement | ||
|
||
Then Its Entity Type is 'IfcLocalPlacement' |
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,7 @@ | ||
|
||
|
||
| File name | Expected result | Description | | ||
| --- | --- | --- | | ||
| pass-alb030-alignments\_with\_local\_placement.ifc | pass | NA / Automatically generated markdown | | ||
| fail-alb030-alignments\_with\_grid\_placement.ifc | fail | NA / Automatically generated markdown | | ||
|
Oops, something went wrong.