Use Revit API from a web app

Use Revit API from a web app

omarhassanmohamed_ahmed
Explorer Explorer
636 Views
6 Replies
Message 1 of 7

Use Revit API from a web app

omarhassanmohamed_ahmed
Explorer
Explorer

Hi,

Is it possible to create a web app that manipulates a simple object in Revit "Beam for example".

0 Likes
Accepted solutions (1)
637 Views
6 Replies
Replies (6)
Message 2 of 7

jeremy_tammik
Alumni
Alumni
Accepted solution

The pure Revit API is a Windows .NET API that requires a running session of Revit and a valid Revit API context to execute, which is only provided within a running session of Revit.exe on a Windows desktop PC. You can however also use the Revit API in the cloud on a virtual machine directly from a web app by making use of the Autodesk Platform Services APS Design Automation for Revit API:

  

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 7

Chuong.Ho
Advocate
Advocate

I had done some example practical before, this is some idea you can play with :

- Build the add-in and open a listener to get data from Revit : https://github.com/BIMrxLAB/Revit2GraphQL

- Use Revit Design Automation API

 

Chuong Ho

EESignature

0 Likes
Message 4 of 7

omarhassanmohamed_ahmed
Explorer
Explorer

Hi, 

I was trying to understand where to start but this from the README looks broken https://marconi4revitwebapp.azurewebsites.net/

 

Do you have a time 30 minutes or something to talk a call about that.

 

thanks in advance

0 Likes
Message 5 of 7

Chuong.Ho
Advocate
Advocate

Hi @omarhassanmohamed_ahmed , can contact my email in case you need any help with that : chuongpqvn@gmail.com

 

Chuong Ho

EESignature

0 Likes
Message 6 of 7

Chuong.Ho
Advocate
Advocate

I just want to add some point tutorial here for any interesting with learning Revit Design Automation with topic :

Use Revit Design Automation Update Revit Model In ACC

Part 1  : https://dev.to/chuongmep/use-revit-design-automation-update-revit-model-in-acc-part-1-1o31

Part 2 : https://dev.to/chuongmep/use-revit-design-automation-update-revit-model-in-acc-part-2-58kc

Chuong Ho

EESignature

0 Likes
Message 7 of 7

jeremy_tammik
Alumni
Alumni

Thank you, Chuong, for the helpful pointers! Added to the blog for posterity:

  

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open