Does anyone know if there's a way to do something like Extract by Mask but along the z-axis instead of x/y?
I have many raster grids representing surfaces and I want to extract just the cells that are below a given surface (in other words- essentially 'clipping' them so nothing peeks above the top surface).
I can adjust to other file types like multipatches if anyone knows of a way to do this with another file type.
The best I've found so far is trying to do something with Extract By Attributes, but I don't have much of any experience with SQL and I'm not sure if that could work anyway (?), since raster attribute tables are one row per 'Value' instead of one row per cell.