Hi,
Where can i get a good introduction on how to use the revit api docs website? Im having trouble understanding the structure of the website and how to read or use it.
Thanks
Bump: new category
Hi,
I would also like such a thing, unfortunately I’m not sure it exists. As you may know, the Revit Api Docs is an open source project, therefore it doesn’t have the kind of support you’d get from an Autodesk product.
The guy who built it did an AU class which touches on it http://au.autodesk.com/au-online/classes-on-demand/class-catalog/classes/year-2017/dynamo-studio/as124816-l#chapter=0
The base API is also talked through in this Lynda course using Visual Studio… https://www.lynda.com/Dynamo-Studio-tutorials/Dynamo-Revit-Python-Scripting/647661-2.html
Hopefully other people have some more links
Hope that helps,
Mark
Did you ever try coding in python with the Revit API or are you just starting now? I too would like to have (and to have had when I started…) an introduction to the API but I just ended up trying to understand the python codes in the packages, using the RevitLookup plugin to explore my elements.
If you download the Revit SDK you can also find a folder with many samples (I think written in C#)
Hi,
Depended on which Revit version you are using, you can download the Revit Api SDK.
The descriptions there are different and more useful (my opinion) from the Revit Docs.
@jnoordzij, you could start from Autodesk Developer Network tutorial here:
And have a look at @Jeremy_Tammik blog:
Hello Jnoordzij,
In a basic sense, you can have a look at the following example on the dynamoPython Wiki. If you scroll down to Page 53 onwards it should start to explain how to read the Revit API inside of Python. If your language of choice is C# then the revitapidocs.com website generally has examples written out and this forum will contain many under the [Developer] tag.