remove_work_plan - unassign work schedules #4819

This commit is contained in:
Andrej730
2024-06-07 17:13:56 +05:00
parent f8a5ce34a8
commit 5c41baeaf1
3 changed files with 53 additions and 1 deletions
@@ -20,6 +20,7 @@ import ifcopenshell
import ifcopenshell.api
# TODO: rename to assign_work_plan for consistency
def assign_workplan(
file: ifcopenshell.file, work_schedule: ifcopenshell.entity_instance, work_plan: ifcopenshell.entity_instance
) -> ifcopenshell.entity_instance: