mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 20:26:22 +00:00
@@ -695,6 +695,10 @@ class ExportCostSchedules(bpy.types.Operator, ExportHelper):
|
|||||||
default=True,
|
default=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def filename_ext(self) -> str:
|
||||||
|
return f".{self.format.lower()}"
|
||||||
|
|
||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
cost_schedule = tool.Ifc.get().by_id(self.cost_schedule) if self.cost_schedule else None
|
cost_schedule = tool.Ifc.get().by_id(self.cost_schedule) if self.cost_schedule else None
|
||||||
r = core.export_cost_schedules(
|
r = core.export_cost_schedules(
|
||||||
|
|||||||
Reference in New Issue
Block a user