monclubelec
Results
1
comments of
monclubelec
My workaround at this time : if the source Path is continous, I use for each Line only start points : new_line=spt.Line(path[index].point(0), path[index+1].point(0)) And if the source Path is closed,...