Study tips

Hey. Just a generic question:
I would like to know where a can learn more about which are the libraries for Dynamo and what is inside them!

I was reading this code and, for instance, i dont know what curveloop() does and was not able to find any explanation about this function, in whitch libray it is, etc

Any help would be much appreciated.
Thanks!

Hello there!
That specific class(curveloop) belongs to the Revit API. You can find its documentation here: https://www.revitapidocs.com/

Here you have the Dynamo API: https://dynamods.github.io/DynamoAPI/

And in this other topic, you can find 4 other ways to get information from libraries: Autodesk.DesignScript. Runtime/Interface/Geometry

Cheers,
MatĂ­as

1 Like

Wow… thanks a lot!
Hope one day a can return the favor for the community!
Thanks again!

1 Like