mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
13 lines
216 B
Gherkin
13 lines
216 B
Gherkin
|
|
Feature: Base setup
|
||
|
|
|
||
|
|
In order to view the BIM data
|
||
|
|
As any interested stakeholder
|
||
|
|
We need an IFC file
|
||
|
|
|
||
|
|
|
||
|
|
Scenario: Receiving a file
|
||
|
|
|
||
|
|
* The IFC file "myifc.ifc" must be provided
|
||
|
|
|
||
|
|
* IFC data must use the IFC2X3 schema
|