Solved

Clip polygon with X m distance from vertex


Badge +1

I have 4 lines and I constructed a polygon by using AreaBuilding. Now, I would like to clip the polygon with a 60 m offset from the northeast point. How can I do it?

https://i.imgur.com/U59AcpG.png

icon

Best answer by gazza 27 July 2021, 12:11

View original

2 replies

Badge +5

If you can extract that northwest line into a separate feature you can use the Bufferer to create a 60m buffer around it and use that polygon as the Clipper input in a Clipper transformer with the original polygon going into the Clippee input.

Badge +1

If you can extract that northwest line into a separate feature you can use the Bufferer to create a 60m buffer around it and use that polygon as the Clipper input in a Clipper transformer with the original polygon going into the Clippee input.

Yes, i can. I dont know what I didn't think of it. Thx

Reply