Autodesk Forge - SQLite 数据库中的 refPoint 信息

Autodesk Forge - refPoint info in SQLLite db

我在 BIM360 上有 3 个 revit 模型,我想在 Forge Viewer 中查看它们。 为此,我将 3 个模型与 link 中提供的信息聚合在一起,一切正常。 我想知道是否有可能在模型的 SQLLite 数据库中获取 refPoint 信息 (https://forge.autodesk.com/blog/accessing-design-metadata-without-viewer) 可能吗?

TIA 桤木

遗憾的是,refPoint 数据仅提取到 AEC 模型数据中。这是一个 JSON 文件。您可以通过调用 GET :urn/manifest and download it by using GET {urn}/manifest/{derivativeurn}

在模型清单中看到它
{
    "urn": "urn:adsk.viewing:fs.file:dXJuOmFkc2sud2lwcH....x/output/Resource/AECModelData.json",
    "role": "Autodesk.AEC.ModelData",
    "mime": "application/json",
    "guid": "a4aac952-a3f4-031c-4113-b2d9ac2d0de6",
    "type": "resource",
    "status": "success"
},

参考:https://forge.autodesk.com/blog/consume-aec-data-which-are-model-derivative-api