Revit/AutoCAD Plugin connection to Webservice/Server possible?

454 views Asked by At

just a quick and basic principle question. Is it possible to create a Revit or AutoCAD plugin that can communicate with a Webservice/Server that is created by me (REST or Soap for example)?

For example the user uses my Plugin enters some numbers or other things. These numbers are send to my server, calculated and the result is send back to the plugin? Is that possible or blocked by Revit/AutoCAD.

Thanks for possible replies and have a nice day.

2

There are 2 answers

1
Maxence On BEST ANSWER

Of course it is possible. Why on the hell would AutoCAD or Revit would block things like that?

0
Jeremy Tammik On

Yes, sure.

The Building Coder provides several examples.

Here is one:

https://github.com/jeremytammik/FireRatingCloud