mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
assigning material styles to reuse existing styled item + tests
This commit is contained in:
@@ -49,7 +49,6 @@ class Usecase:
|
||||
}
|
||||
|
||||
def execute(self):
|
||||
to_delete = set()
|
||||
for definition in self.settings["material"].HasRepresentation:
|
||||
for representation in definition.Representations:
|
||||
if not representation.is_a("IfcStyledRepresentation"):
|
||||
|
||||
Reference in New Issue
Block a user