How to get objects inside BoundignBox

I need select objects inside of a BoundingBox, is it possible?

Hi @gustavo.uzcategui,

Iterate the document objects, get the bounding box of each object, and see if it falls within your bounding box.

– Dale