Dynamo has become a vital tool for our organisation. Our consultants have helped many clients to automate tedious, repetitive tasks by investing just a half day into making a good script.
Now we’ve hired a programmer to develop more solutions, and one of his tasks is to see if he can take the Dynamo scripts and either replicate these steps in C#, or directly convert them using a third party tool.
I can see a few possibilities here; since Dynamo is a sandbox environment built around the API, it either calls some Revit API functions directly, or utilizes a collection of classes that use the API indirectly (in which case we’ll have to dive into the source code).
Does anyone have experience with this topic?
Kind regards as always.