Hello there,
is it possible to run a python script with arguments from inside a rhinoscript?.
For context: i am sitting in front of some long rhinoscripts where i am sure that i can rewrite some time intensive parts in python to be much more efficient.
Only thing is that there is a lot of uncritical stuff around that parts that i would rather not rewrite.
Is there someting like Result = MyPythonAttempt( Arg1, Arg2) in Rhinoscript and how would the python script need to be designed?
3 posts - 2 participants