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

Method create_document_reference

src/bcf/bcf/v3/bcfapi.py:495–504  ·  view source on GitHub ↗
(
        self,
        project_id: str = "",
        topic_id: str = "",
        data: Any = None,
    )

Source from the content-addressed store, hash-verified

493 )
494
495 def create_document_reference(
496 self,
497 project_id: str = "",
498 topic_id: str = "",
499 data: Any = None,
500 ) -> tuple[int, str]:
501 return self.post(
502 f"/projects/{project_id}/topics/{topic_id}/document_references",
503 data=data,
504 )
505
506 def update_document_references(
507 self,

Callers

nothing calls this directly

Calls 1

postMethod · 0.95

Tested by

no test coverage detected