Files
IfcOpenShell/src/blenderbim/test/bim/feature/geometry.feature
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
413 B
Gherkin
Raw Normal View History

2021-10-04 13:14:38 +11:00
@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