ifcopenshell.api.cost.copy_cost_schedule¶
Module Contents¶
- ifcopenshell.api.cost.copy_cost_schedule.copy_cost_schedule(file: ifcopenshell.file, cost_schedule: ifcopenshell.entity_instance) ifcopenshell.entity_instance¶
Copy a cost schedule.
- Parameters:
cost_schedule – IfcCostSchedule to copy.
- Returns:
The duplicated IfcCostSchedule entity
Example:
schedule = ifcopenshell.api.cost.add_cost_schedule(model) new_schedule = ifcopenshell.api.cost.copy_cost_schedule(schedule)