Skip to main content

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

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.


Reply