Solved

Clip, cut..

  • 31 January 2022
  • 2 replies
  • 5 views

Badge +2

Greets

When I cut the green polygon according to the red polygon the result should be 3 polygons

My question is can I add a tolerance to avoid small area and in this case the result will be just two polygon (A and B with small area in C)?

icon

Best answer by caracadrian 31 January 2022, 10:51

View original

2 replies

Badge +20

I don't think the Clipper tolerance works like this.

You can get the area of the features, test/filter for areas smaller than your desired value, get the touching polygon via SpatialFilter (small areas and normal areas in Filter and Candidate ports) with group by enabled on an initial unique attribute and send the output of the Passed port to a Dissolver with Group By enabled.

Badge +2

I don't think the Clipper tolerance works like this.

You can get the area of the features, test/filter for areas smaller than your desired value, get the touching polygon via SpatialFilter (small areas and normal areas in Filter and Candidate ports) with group by enabled on an initial unique attribute and send the output of the Passed port to a Dissolver with Group By enabled.

Thanks caracadrian,

it's a great way to get the desired result..

Reply