We have a mapservice containing polygons that represents areas that will be flooded (under water) given a specific flood event. If I add this layer to a sceneview, the areas/polygons are clamped to the underlying elevationlayer, meaning that they follow the underlying terrain. What I would really like to do is to have the flooded areas display in 3d, meaning that the areas are not clamped to the underlying terrain, but instead shown as flat surfaces that extrude from the underlying terrain, like they would in real life. If I managed to do this, I could for example combine the flood areas with 3d buildings, and show how the flood would affect the buildings.
I've looked at the different 3d symbols in the arcgis js api, but I can't see how I can manage to accomplish what I want. Does anyone know if this is possible by clever use of 3d symbols? The only alternative I can think about is to make an elevation layer based on the flooded areas, add that to the map and then the mapservice on top of that. Perhaps this is the best approach but I'm not in control of the data or the arcgis server so really not that easy in my context.