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

Method get_selection

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

Source from the content-addressed store, hash-verified

434 )
435
436 def get_selection(self, project_id: str = "", topic_id: str = "", viewpoint_id: str = "") -> dict[str, Any]:
437 return self.get(
438 f"/projects/{project_id}/topics/{topic_id}/viewpoints/{viewpoint_id}/selection",
439 {
440 "project_id": project_id,
441 "topic_id": topic_id,
442 "viewpoint_id": viewpoint_id,
443 },
444 )
445
446 def get_coloring(self, project_id: str = "", topic_id: str = "", viewpoint_id: str = "") -> dict[str, Any]:
447 return self.get(

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected