Skip to main content

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

keeping the reduced size in the same place

Thans

 

 

image

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.

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


ebygomm & @nielsgerrits Thanks Guys Great Aproch

👍


Reply