I don’t get it,
can someone write me a simple script like r = sqrt(A/pi) in either ghpython or evaluate/expression?
I know a little bit of python, but I’m not even sure where to start with the grasshopper/rhino integration
I don’t get it,
can someone write me a simple script like r = sqrt(A/pi) in either ghpython or evaluate/expression?
I know a little bit of python, but I’m not even sure where to start with the grasshopper/rhino integration
You’ll only need to know very basic Python to be able to do the math, so you’re probably good there. Here’s a couple screen clips of it in C# (I don’t know python):
I figured what the hay and tried to set up the python module as well. I stumbled upon this PDF link:
tempMathExample.gh (8.5 KB)