Skip to main content

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

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.


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