Revit plug-in

Revit plug-in

yazid.elbouachi
Participant Participant
425 Views
2 Replies
Message 1 of 3

Revit plug-in

yazid.elbouachi
Participant
Participant

Hello,

 

i want to create a plug-in that exports 2D plans sheets from revit to a cloud. I know i should code it on microsoft visual studio with C#.But ly question is : is it feasible ? Any guidelines to do this for a begginer ?

0 Likes
Accepted solutions (1)
426 Views
2 Replies
Replies (2)
Message 2 of 3

jeremy_tammik
Alumni
Alumni
Accepted solution

Welcome to the Revit API!

 

Yes, that is totally feasible, and lots of guidance is available.

 

Please start by working through the getting started material:

 

https://thebuildingcoder.typepad.com/blog/about-the-author.html#2

 

That points to other tutorials and stuff. There are many, many more out there if you search YouTube and other places.

 

You have to use .NET. Whether you use Visual Studio is optional, and C# also. I would indeed recommend that combination, though, but there is nothing to force you to stick with it.

 

Good luck and have fun!

  

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

yazid.elbouachi
Participant
Participant

Thank you so much i'm working on it !

0 Likes