Skip to main content

Hi everyone, I have a geometry question.

As you can you in the following image, I have three different circles that overlap. How do I extract the red lines?

I have created a workflow that creates (almost) the required output:

 

The output looks like this:

 

Hope this helps.

Here is the FME workspace (FME 2019) : Roads_from_circles.fmw


not_arcs_b19642.fmw Hi @trungn1993 This method uses a VoronoiDiagrammer, Chopper (to 2-point lines), and a NeighborFinder searching a distance slightly less than that specified in the VoronoiDiagrammer.


I have created a workflow that creates (almost) the required output:

 

The output looks like this:

 

Hope this helps.

Here is the FME workspace (FME 2019) : Roads_from_circles.fmw

it's really close :) but not good enough unfortunately


I'd coerce to lines, then use a line on line overlayer followed by a test to keep the overlapping lines only

voronoi_intersection_lines.fmw