Our python documentation states that arrays are indexed in Fortran ordering, however the function vapor.GetValidRegionMax returns its values in C ordering. I've not exhaustively researched which ones do or don't, so other functions may exhibit this behavior as well.
The ordering has been reversed for both GetValidRegionMax() and for GetValidRegionMin().