
你好,
在附图中,我想知道如何从子"urn:adsk.viewing:fs.file:dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6Ymltb21hdGljYXBwL0pDSSUyMFB1bmUlMjA1dGglMjBGbG9vciUyMFYzLm53Yw/output/0/properties.db".获取urn数据文件类型为properties.db
发布于 2021-01-04 20:14:28
该SQLite数据库文件包含从原始模型文件中提取的所有属性。您可以简单地使用模型派生API端点下载它:https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/urn-manifest-derivativeurn-GET/
有关使用该文件的更多信息:https://forge.autodesk.com/blog/working-viewer-data-serverlessly-thumbnails-screesnshots-and-serverless-upload
下面的文章展示了访问从原始模型文件中提取的属性的各种方法:https://forge.autodesk.com/blog/accessing-design-metadata-without-viewer
https://stackoverflow.com/questions/65439551
复制相似问题