Skip to main content

I have some line-strings and I would like to create polygons with shape like in the images based on the line. It looks like hexagon but all edges do not have the same length. Can Bufferer create such polygon based on the lines? Or do you have any idea how i can create such polygon?

Thanks in advance.

Try using the Bufferer with 90 degrees in the Interpolation Angle.


If you use the bufferer with round ends and an interpolation angle of 90 you will get this sort of shape


Thank you very much! It worked.


Reply