Simple Recursive Tree branching in Dynamo-Python

Hi all,

So i have been trying to translate a GHPython script into Dynamo Python. It is a recursive tree branching. But i have some errors that i am unsure of… is anyone able to kindly advise me on how i could solve them please?

I think you may have to do line.EndPoint and line.StartPoint instead of Curve.EndPoint(line). The error implies that you are trying to call a property as if it were a method.

1 Like

Still working through it, but you’re right that that is one of the issues - thank you for pointing out :slight_smile:

1 Like