Polyline in python

Just to elaborate a bit, the Polyline class is a child of the Point3dList class. And when you output any enumerable (i.e. a tuple, list, dict, collections etc.) from GHPython, the component will automagically unpack this into a Grasshopper list. Which can sometimes be confusing (e.g. in the case of a dict).

3 Likes