Chris Brawley
Chris Brawley

Reputation: 21

Export Schedules from Revit Model using Design Automation API

I have found a plug-in to manually export schedules (rebar, production bom, material lists) from Revit models. However, our company is looking to automate this and take out the human required element of exporting these schedules.

I have not, so far, found a way in the Forge API (Revit Design Automation API) to access these schedules like a can with a custom plug in.

Is this support coming or is there a place to vote on this capability?

Thanks, Chris

Upvotes: 2

Views: 527

Answers (1)

Jeremy Tammik
Jeremy Tammik

Reputation: 8339

The Forge Design Automation API for Revit enables you to run the same .NET Revit API code as the Revit.exe executable on the Windows desktop. Therefore, you can probably convert the existing desktop add-in to run within the Forge environment. There is no missing capability, not additional support needed, and no need to vote for anything. The Building Coder has explored and documented how to migrate and convert existing desktop Revit API add-in code to run in the Forge design automation environment in the topic group on DA4R – Design Automation for Revit.

Upvotes: 2

Related Questions