Skip to main content
Solved

Close parallel lines into polygon

  • July 19, 2016
  • 4 replies
  • 175 views

lazarlubomir
Contributor
Forum|alt.badge.img+10

Hello, I just have one question - how to close two parallel lines into polygon please? For example, I have 2 lines features, which are parallel, but are not joined each other. Check picture below:

All I need is to get polygons from lines like these...

Thank You so much for advices!

Lubo

Best answer by erik_jan

The attached image show how to do this:

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.

4 replies

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • July 19, 2016

The attached image show how to do this:


taojunabc
Participant
Forum|alt.badge.img+6
  • Participant
  • July 20, 2016

The attached image show how to do this:

This is a nice idea.


pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • July 20, 2016

Hi @lazarlubomir,

Alternate approach attached by building other 2 lines

parallellines2polygon.fmw

 


lazarlubomir
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • July 21, 2016

Hi @lazarlubomir,

Alternate approach attached by building other 2 lines

parallellines2polygon.fmw

 

Its also great idea and it works! :-) Thank both of You!