Question

Outlines of multiple polygon

  • 15 April 2019
  • 1 reply
  • 9 views

Badge +1

Hi everyone,

I would like to get outline polygon of multiple polygons that group by some attribute. Currently, I have used HullAccumulator which works perfectly unless the polygons are not curvy. Any idea how can I get outlines of those two polygons or a curvy polygon in the images?


1 reply

Userlevel 2
Badge +12

In using the HullAccumulator, have you set the Hull Type to Concave?

That will give you the closest representation.

Reply