Hi,
How do you change the start point of a closed polyline in GH.
I came across @Helvetosaur query but unfortunately I couldn’t follow as I cant script.
TIA
H
Hi,
How do you change the start point of a closed polyline in GH.
I came across @Helvetosaur query but unfortunately I couldn’t follow as I cant script.
TIA
H
_CrvSeam ?
(Seam in Gh)
You don’t need Python for this.
With a polyline, you have two choices:
Well, if it’s a closed polyline, you can also just shift the point list and create a new polyline - which is what the script does IIRC.
Of course this will produce weird results with open polylines, but you can filter for that if necessary.
Thanks guys. H