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

Method get_snapshot

src/bcf/bcf/v3/bcfapi.py:415–423  ·  view source on GitHub ↗
(self, project_id: str = "", topic_id: str = "", viewpoint_id: str = "")

Source from the content-addressed store, hash-verified

413 )
414
415 def get_snapshot(self, project_id: str = "", topic_id: str = "", viewpoint_id: str = "") -> str:
416 return self.get(
417 f"/projects/{project_id}/topics/{topic_id}/viewpoints/{viewpoint_id}/snapshot",
418 {
419 "project_id": project_id,
420 "topic_id": topic_id,
421 "viewpoint_id": viewpoint_id,
422 },
423 )
424
425 def get_bitmap(self, project_id: str = "", topic_id: str = "", viewpoint_id: str = "", bitmap_id: str = "") -> str:
426 return self.get(

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected