1

I want to have an excel file of all the geometries with their dimensions present in Revit model (like doors, windows with their quantities and dimensions). How can I get that? Can I use Model derivative API for that? Or any other possible way?

1 Answers1

2

Yes you can!

Check out Augusto's new sample viewer-javascript-extract.spreadsheet:

Jeremy Tammik
  • 7,333
  • 2
  • 12
  • 17
  • How to add reference and where? How to call downloadxlsx method? I have to use Postman or any other? I have used model derivative API for data and geometry extraction. But I am unable to understand the procedure explained in those links. Please explain it detail. – Shubham Gadekar Feb 20 '17 at 05:15
  • please post your question as an issue directly on the github repo. – Jeremy Tammik Feb 28 '17 at 14:25