Skip to main content

I need to simply fill a hole in a polygon geometry. Is there a transformer to dissolve the geometry somehow?

You can use the DonutHoleExtractor to separate the holes from the outershell.

Hope this helps.


Hi @robertdbuckley, the DonutHoleExtractor transformer migh help you.


Hi @robertdbuckley, the DonutHoleExtractor transformer migh help you.

oops, got 10 seconds later than you, @itay :-)

 


You can use the DonutHoleExtractor to separate the holes from the outershell.

Hope this helps.

Alternatively, if you're interested, you can filter holes against a desired area and rebuild your geometry with only the holes that you're interested in:

 

  1. DonutHoleFilter
  2. DonutHoleExtractor
  3. DonutBuilder
.JP

Reply