mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
14 lines
413 B
Gherkin
14 lines
413 B
Gherkin
|
|
@geometry
|
||
|
|
Feature: Geometry
|
||
|
|
Covers geometry and coordinate manipulation
|
||
|
|
|
||
|
|
Scenario: Edit object placement
|
||
|
|
Given an empty IFC project
|
||
|
|
And I add a cube
|
||
|
|
And the object "Cube" is selected
|
||
|
|
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
||
|
|
And I press "bim.assign_class"
|
||
|
|
And the object "IfcWall/Cube" is selected
|
||
|
|
When I press "bim.edit_object_placement"
|
||
|
|
Then nothing happens
|