This commit is contained in:
Andrej730
2024-05-13 12:27:53 +05:00
parent c3bfd7354f
commit ebd03e9290
56 changed files with 244 additions and 127 deletions
@@ -20,7 +20,7 @@ import ifcopenshell
import ifcopenshell.util.element
def remove_profile(file, profile=None) -> None:
def remove_profile(file: ifcopenshell.file, profile: ifcopenshell.entity_instance) -> None:
"""Removes a profile
:param profile: The IfcProfileDef to remove.