sequence.copy_work_schedule #6901

Similar to e50215ddc but for IfcWorkSchedules

Button location - https://files.catbox.moe/jfd1ol.png
This commit is contained in:
Andrej730
2025-07-24 19:25:36 +05:00
parent f5b28c0df8
commit b76b05fc71
11 changed files with 135 additions and 3 deletions
@@ -36,6 +36,7 @@ def copy_cost_schedule(
schedule = ifcopenshell.api.cost.add_cost_schedule(model)
new_schedule = ifcopenshell.api.cost.copy_cost_schedule(schedule)
"""
# Shared code logic with copy_work_schedule.
new_schedule = ifcopenshell.util.element.copy(file, cost_schedule)
for rel in cost_schedule.Controls: