mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 05:52:33 +00:00
Test edit object placement. See #1711
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user