Can you reset a Bounding Box component view?

Is it possible to reset the bounding box view after a user zooms within it? It would be great to have the option to reset the image canvas back to default.

Hello, I read the docs and debug the component found that is not a reset function to acheive that.

You can file a feature request.

I also find a trick method for workaround.

you can bind BoundingBox component hidden property to variable, then use

variable2.setValue(true);
variable2.setValue(false);

in script of event handler.
to hidden and show the BoundingBox, and it will reset.

Animation

3 Likes

Thanks! I've filed an internal request for this feature

1 Like