mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Assigning a profile set auto creates profiles if none exist to prevent invalid data.
This commit is contained in:
@@ -242,6 +242,7 @@ Scenario: Assign material - material profile set
|
||||
When I set "active_object.BIMObjectMaterialProperties.material_type" to "IfcMaterialProfileSet"
|
||||
And I press "bim.assign_material"
|
||||
Then the object "IfcWallType/Empty" does not have the material "Default"
|
||||
And the object "IfcWallType/Empty" has a profiled material containing the material "Default" and profile "New Profile"
|
||||
|
||||
Scenario: Unassign material - material profile set
|
||||
Given an empty IFC project
|
||||
|
||||
Reference in New Issue
Block a user