Is there a way to use Chaos to retrieve the set of static meshes that intersect with a bounding volume (e.g. frustum or OBB)

I would like to efficiently return the static level meshes that intersect with a collision volume. What is the best method for this from C++ code.