Hi everyone,
Is it possible to see the code of the “out of the box” nodes in python?
I was wondering if it could be a good way to learn about Python script nodes and Revit API.
Regards,
Hi everyone,
Is it possible to see the code of the “out of the box” nodes in python?
I was wondering if it could be a good way to learn about Python script nodes and Revit API.
Regards,
here codes from clockwork, thats good for learning
archilab has also stuff exposed
here you can start… or a lot of channals that deal with python/…
Aussi BimGuru
KR
Andreas
Anything written in python would be available in a python node. The out of the box nodes and any other package that uses zero touch nodes, where there is no nested graph to investigate, are likely written in something else, like C#.
As you can see from @Draxl_Andreas’s post, most of the more well known packages have a GitHub repo that allows you to see all their work, including an official Dynamo repo.
For helpful information on python you can check out this thread: