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
@@ -20,7 +20,9 @@ import ifcopenshell
import ifcopenshell.api
def assign_workplan(file, work_schedule=None, work_plan=None) -> None:
def assign_workplan(
file: ifcopenshell.file, work_schedule: ifcopenshell.entity_instance, work_plan: ifcopenshell.entity_instance
) -> ifcopenshell.entity_instance:
"""Assigns a work schedule to a work plan
Typically, work schedules would be assigned to a work plan at creation.