Revit - Robot interface

Revit - Robot interface

Anonymous
Not applicable
648 Views
2 Replies
Message 1 of 3

Revit - Robot interface

Anonymous
Not applicable

Can an addin work in both Revit and Robot? Can it perform actions in Revit and collect results from Robot?

0 Likes
649 Views
2 Replies
Replies (2)
Message 2 of 3

jeremytammik
Autodesk
Autodesk

Dear Pnacht,

 

Please take a look at the REX. It is included with the Revit SDK and can be used to create add-ins that works for both Revit and RSA - it can work in multiple contexts:

 

http://thebuildingcoder.typepad.com/blog/2011/04/the-rex-sdk.html

http://thebuildingcoder.typepad.com/blog/2011/06/extensions-for-revit-2012.html

http://thebuildingcoder.typepad.com/blog/2011/12/rex-content-generator.html

Best regards,



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thank you for the reply.

 

However, REX seems to be a form of creating addins that work in each of the programs (Revit and Robot). I see now my question was unclear. What I meant is if it is possible to create a persistent addin which, when run in Revit, performs certain actions within that framework and, when the model is transmitted to Robot, the addin then performs actions on the analytical model found in Robot.

 

Another solution would be to subscribe a second command to the "Send to Robot" event. Can that be done? I've done some searching in the documentation, but can't find such an event.

0 Likes