1

Currently we are exploring the possibilities of Autodesk Forge. We already implemented the Autodesk Forge Viewer and that's working fine, we would now like to extract schedule data from the Revit files we uploaded to Forge.

We have already seen some examples from the Autodesk blog where an Excel file is created from the viewer, but we are looking for a way to extract schedule data from an uploaded model preferably through an REST endpoint.

In the documentation we see a lot of examples te read metadata and geometry data but not schedule data. Does anyone know if this is possible?

Regards,

Henro Nijboer
  • 53
  • 1
  • 9
  • In the meantime I have found this. This (https://extract.autodesk.io/) website is a showcase for retrieving data from Forge. I inspected the results but the data I am looking for is not available. The schedule metadata is, for example fields, filtering and grouping. But the actual data is missing. [link](https://extract.autodesk.io/) – Henro Nijboer Jul 10 '18 at 07:22

1 Answers1

0

The Model Derivative API extracts metadata from the visible elements on the model, in this case the properties you see on the Revit Property Panel. A few other properties are also extracted. Unfortunately, the schedules tables are not extracted yet.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44