Solved

How to create an advanced BoundingBox ?


Hi everyone ! I'm trying to create an advanced boundbox from multiple input (.dgn) using a group by closis on fme_basename and I would like that my boundbox be oriented !

I tried the BoundingBoxAccumulator and Replacer but with the Accumulator there is no OrientedBoundBox and with the Replacer there is no group by ...

Does someone has an answer ?

Thx =)

icon

Best answer by jdh 19 May 2017, 19:07

View original

4 replies

Badge +22

Try an Aggregator with group by followed by a BoundingBoxReplacer (Oriented mode)

Userlevel 2
Badge +12

Or use the BoundingBoxAccumulator (with the Group by) followed by an Orienter to force the right orientation.

Badge +22

Or use the BoundingBoxAccumulator (with the Group by) followed by an Orienter to force the right orientation.

I'm pretty sure the OP wants a minimum oriented bounding box, not an axis-aligned bounding box of a particular orientation (LHR/RHR).

 

 

Thanks a lot jdh and erick_jan ! I juste tryed the aggregator + BBR (oriented mode) and it works great ! =)

Reply