首页 > 解决方案 > 从 Revit 文件中检索元数据

问题描述

是否可以使用 API 从存储在 BIM 360 或 Forge 服务器上的 Revit 文件中检索元数据。元数据:

墙壁(示例:125)管道(示例:300)电缆桥架(示例:43)门(示例:35)结构柱(示例:0)床单(示例:12)等等......

标签: autodesk-forgerevitautodesk-bim360

解决方案


Yes. Most of the Forge getting started tutorials demonstrate this.

The viewer-javascript-extract.spreadsheet goes a step further and extracts all the Revit file properties using the Forge Model Derivative API and saves them in an Excel XLSX spreadsheet.

For more samples, please refer to the collection of Forge sample code.

By the way, as far as I can tell from the sample properties you list, you are not after the metadata, just the standard Revit BIM element properties.


推荐阅读