Skip to main content
Question

I want to find the biggest possible box inside an area, like the opposite of a bounding box. It should also be oriented.

  • July 15, 2021
  • 4 replies
  • 105 views

I want to find the biggest possible box inside an area, like the opposite of a bounding box. It should also be oriented.

4 replies

jkr_wrk
Influencer
Forum|alt.badge.img+36
  • July 15, 2021

Thanks, that might help, but there doesn't seem to be an easy way to do it with FME.


jkr_wrk
Influencer
Forum|alt.badge.img+36
  • July 15, 2021

Thanks, that might help, but there doesn't seem to be an easy way to do it with FME.

I guess the problem is not common enough to have a predefined transformer.

 

But the TinGenerator gives you a Delaunay triangulation and the CenterlineReplacer gives a rough direction on where the Rectangle could fit. Maybe you could use those to construct something.


I guess the problem is not common enough to have a predefined transformer.

 

But the TinGenerator gives you a Delaunay triangulation and the CenterlineReplacer gives a rough direction on where the Rectangle could fit. Maybe you could use those to construct something.

OK, I'll try that, thanks.