【问题标题】:Autodesk Forge - refPoint info in SQLLite dbAutodesk Forge - SQLite db中的参考点信息
【发布时间】:2021-10-11 06:08:09
【问题描述】:

我在 BIM360 上有 3 个 revit 模型,我想在 Forge Viewer 中查看它们。 为此,我使用此链接Revit shared coordinates to Forge viewer 提供的信息汇总了 3 个模型,一切正常。 我想知道是否可以在模型的 SQLLite db (https://forge.autodesk.com/blog/accessing-design-metadata-without-viewer) 中获取 refPoint 信息 有可能吗?

TIA 桤木

【问题讨论】:

    标签: autodesk-forge


    【解决方案1】:

    很遗憾,refPoint 数据仅被提取到 AEC 模型数据中。这是一个 JSON 文件。您可以通过调用GET :urn/manifest 在模型清单中看到它并使用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

    【讨论】:

      猜你喜欢
      • 2021-10-05
      • 2021-08-18
      • 2018-10-27
      • 2017-11-18
      • 2018-01-14
      • 2021-12-17
      • 2021-07-03
      • 2021-09-25
      • 2011-03-21
      相关资源
      最近更新 更多