@daniel.schaffer wrote:
Hello, I am a total Rhino newbie trying to understand scripting with python in Rhino… so I hope this is the right place to ask.
I have a quite general question about libraries to use. It is recommended to use functions from “rhinoscriptsyntax” or use the rhino common functions (e.g. imported as “Rhino.Geometry as rg”)? Where are the advantages of rhinoscriptsyntax when I can address all Rhino functions? I am just wondering since sometimes it seems finding functions in Rhino Common is much easier than the equivalent one in rhinoscriptsyntax and I have a feeling not all rhino functions are converted to python functions. But I’m sure I’m missing something here and maybe rhinoscriptsyntax is really much more convenient using python in Rhino.
Thanks a lot in advance! So far coding in Rhino is exciting… but also hard when starting with it.
Cheers,
Daniel
Posts: 6
Participants: 5
