Hi,
I assume you meant “RAS” instead of “HMS”.
I don’t know whether you can directly extract 2D outputs from RAS using the HECRASController, however, RAS 5.0 outputs are stored in hdf5 files. This file format is open, which allowed people to develop APIs that give you the opportunity to read those files from a piece of code (e.g. in Python) and retrieve the data you want.
While the HECRASController provides you with convenience methods to extract some output data, developping your own methods to parse hdf5 files is the way to go if you want full control on what you can extract from the output.
Cheers,
ML