Skip to main content
Solved

Creating hexagon polygon based on line

  • February 18, 2019
  • 3 replies
  • 19 views

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6

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.

Best answer by ebygomm

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

takashi
Celebrity
  • 7843 replies
  • February 18, 2019

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


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • Best Answer
  • February 18, 2019

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


jugoslaviaa
Enthusiast
Forum|alt.badge.img+6
  • Author
  • Enthusiast
  • 89 replies
  • February 19, 2019

Thank you very much! It worked.