This commit is contained in:
Andrej730
2024-05-10 11:21:53 +05:00
parent e7eb00eaa3
commit c50d1ea2fe
105 changed files with 502 additions and 251 deletions
@@ -18,9 +18,16 @@
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.util.element
def unassign_material_style(file, material=None, style=None, context=None) -> None:
def unassign_material_style(
file: ifcopenshell.file,
material: ifcopenshell.entity_instance,
style: ifcopenshell.entity_instance,
context: ifcopenshell.entity_instance,
) -> None:
"""Unassigns a style to a material
This does the inverse of assign_material_style.