Skip to main content
Solved

Clip polygon with X m distance from vertex

  • July 27, 2021
  • 2 replies
  • 26 views

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6

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

Best answer by gazza

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.

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

gazza
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 132 replies
  • Best Answer
  • July 27, 2021

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.


jugoslaviaa
Enthusiast
Forum|alt.badge.img+6
  • Author
  • Enthusiast
  • 89 replies
  • July 27, 2021

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