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.
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.
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.