mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
Rim2dIntersectionViewCollection::syncFromExistingIntersections() found the intersections by walking the PDM child tree of the case. Views located in a grid ensemble view collection or in the project level view collection are not children of the case, so no 2D intersection view was created for their intersections and "Show 2D Intersection View" did nothing. Collect the intersections from the grid views displaying the case instead. Display the 2D intersection views as a child of RimReservoirGridEnsemble, next to the 3D views they are created from, and skip the node on the case to avoid showing the same object twice in the project tree.