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

Method get_viewpoint_snapshot

src/ifcclash/ifcclash/ifcclash.py:245–247  ·  view source on GitHub ↗
(self, viewpoint)

Source from the content-addressed store, hash-verified

243 bcfxml.save(f"{self.settings.output}{suffix}")
244
245 def get_viewpoint_snapshot(self, viewpoint) -> Union[None, tuple[str, bytes]]:
246 # Possible to overload this function in a GUI application if used as a library.
247 return None
248
249 def export_json(self) -> None:
250 """Saved clash results as ``list[ClashSet]``."""

Callers 1

export_bcfxmlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected