Skip to main content
Question

Shifting Polygon to line

  • February 28, 2019
  • 2 replies
  • 44 views

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6

Hello,

I have a polygon and line data-sets. I would like to shift the polygon to the lines in a way that last edge of the polygon would touch the lines. Any ideas?

 

Thanks a lot!

Before shifting

After shifting

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.

2 replies

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • February 28, 2019

Hi @jugoslaviaa Does only one polygon need to be moved or is identify those which need moving part of the problem? If it's just one polygon and you've already identified it, then use an Offsetter to move it just beyond the line and an AnchoredSnapper to snap it to the line.


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

Hi @jugoslaviaa Does only one polygon need to be moved or is identify those which need moving part of the problem? If it's just one polygon and you've already identified it, then use an Offsetter to move it just beyond the line and an AnchoredSnapper to snap it to the line.

I have many polygons that are wrong side of the lines which needs to be moved. I have identified those. Only problem that I am trying to solving is moving those.