is there a webpage for designscript API that is similar with Revit API to look up?
there is this paper
DesignScriptGuide_.pdf (460.1 KB)
1 Like
I have already gone through it but mostly for syntax. I dont know where to find the API of something like Autodesk.DesignScript.Geometry. Currently, I use dir() to list methods of each object.
1 Like
one idea is Block to code… at least you can see how it is done.
1 Like
Yes, I got it. But I need an overview of it. I think it will be faster to look up instead of check every Node to code.
1 Like
We can find some documentation here,
Global Note
the website domain has been updated
https://fuget.azurewebsites.net (GitHub - praeclarum/fuget)
do not use fuget..org.
1 Like
thank you!
1 Like