mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
New feature to copy properties from one object to all selected objects
This commit is contained in:
@@ -15,5 +15,5 @@ Scenario: Copy attribute to selected
|
||||
And additionally the object "IfcWall/Cube.001" is selected
|
||||
And I press "bim.enable_editing_attributes(obj='IfcWall/Cube.001', obj_type='Object')"
|
||||
And I set "active_object.BIMAttributeProperties.attributes[2].string_value" to "Foo"
|
||||
When I press "bim.copy_attribute_to_selection(attribute_name='Description')"
|
||||
When I press "bim.copy_attribute_to_selection(name='Description')"
|
||||
Then nothing happens
|
||||
|
||||
Reference in New Issue
Block a user