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

Method export

src/ifcclash/ifcclash/ifcclash.py:219–223  ·  view source on GitHub ↗

Save clash results to ``settings.output``.

(self)

Source from the content-addressed store, hash-verified

217 start = time.time()
218
219 def export(self) -> None:
220 """Save clash results to ``settings.output``."""
221 if len(self.settings.output) > 4 and self.settings.output[-4:] == ".bcf":
222 return self.export_bcfxml()
223 self.export_json()
224
225 def export_bcfxml(self) -> None:
226 from bcf.v2.bcfxml import BcfXml

Callers 2

executeMethod · 0.95
__main__.pyFile · 0.45

Calls 2

export_bcfxmlMethod · 0.95
export_jsonMethod · 0.95

Tested by

no test coverage detected