MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / save

Method save

src/ifc2ca/ifc2ca.py:919–920  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

917 ca2ifc.results_to_ifc(self.file, model, rmed_path, case_instant, fields, data)
918
919 def save(self):
920 self.file.write(self.path)
921
922 def save_as(self, path: os.PathLike | str):
923 self.file.write(path)

Callers 8

export_bcfxmlMethod · 0.45
writeMethod · 0.45
to_fileMethod · 0.45
to_fileMethod · 0.45
export_odsMethod · 0.45
plotFunction · 0.45
write_odsMethod · 0.45
write_xlsxMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected