Skip to main content
Question

reduce the Bounding Box Size

  • May 30, 2022
  • 3 replies
  • 53 views

boubcher
Contributor
Forum|alt.badge.img+11

Hello there how could we change the bounding box size as shown bellow

keeping the reduced size in the same place

Thans

 

 

image

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • May 30, 2022

One way to do this:

  • BoundsExtractor to find _xmin, _ymin
  • Offsetter to move to 0,0 using _xmin, _ymin *-1.
  • Scaler to scale down how you need, Scale Origin set to 0,0.
  • Offsetter to move back to original lower left corner using _xmin, _ymin.

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3422 replies
  • May 30, 2022

Assuming you know the scale factors and by keep in the same place you mean share the same lower left coordinate then this workflow should give you the output you want.

image


boubcher
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 212 replies
  • May 31, 2022

ebygomm & @nielsgerrits Thanks Guys Great Aproch

👍