Feature to add a camera to extents of the scene objects

This commit is contained in:
Sigma Dimensions (Yass)
2023-08-11 13:39:58 +01:00
parent 6eea1e9035
commit 70bea0c865
7 changed files with 41 additions and 0 deletions
@@ -843,3 +843,11 @@ Scenario: Duplicate Task and edit sequence Relationship
When I press "bim.enable_editing_task_sequence(task={nested_task_one})"
Then nothing happens
Scenario: Add Animation Camera
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 I press "bim.add_animation_camera"
Then "scene.objects.get('4D Camera').name" is "4D Camera"