Opensource codes API

Hi,

As we know dynamo is opensource. I want to see what the node Surface.ByLoft in dynamo is using from the Revit API (c#). How and where can i find the opensource code?

Thanks!

Surface by loft doesn’t call the Revit API - it’s available in Dynamo core.

The code behind all the nodes is available in the relevant GitHub pages, which are available here:

Note that not all aspects of the code are open source, some aspects such as the geometry engine are called from other libraries for which the code is closed source.

1 Like

Hi,

Thanks for reply. I already searched in github but couldn’t find it. But now i know that it isn’t there.