Skip to main content
Solved

How to create an advanced BoundingBox ?

  • May 19, 2017
  • 4 replies
  • 51 views

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 =)

Best answer by jdh

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • Best Answer
  • May 19, 2017

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


erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • May 19, 2017

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


jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • May 19, 2017

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).

 

 


  • Author
  • May 22, 2017

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