Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_bcfxml
Method · 0.45
write
Method · 0.45
to_file
Method · 0.45
to_file
Method · 0.45
export_ods
Method · 0.45
plot
Function · 0.45
write_ods
Method · 0.45
write_xlsx
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected