Skip to content

#13913 Add "Active Wells Only" visibility toggle for simulation wells#14062

Merged
magnesj merged 1 commit into
devfrom
13913-active-wells-only-visibility-toggle
May 28, 2026
Merged

#13913 Add "Active Wells Only" visibility toggle for simulation wells#14062
magnesj merged 1 commit into
devfrom
13913-active-wells-only-visibility-toggle

Conversation

@kriben
Copy link
Copy Markdown
Collaborator

@kriben kriben commented May 27, 2026

Adds a collection-level checkbox in the simulation well "Visibility" group that hides wells which are not open at the current time step. Mirrors the existing "Wells Through Visible Cells Only" sibling toggle in placement, default (off), and contour-map gating.

The frame-aware predicates isWellPipeVisible, isWellSpheresVisible, isWellValvesVisible and isWellDiskVisible now short-circuit to false when the toggle is on and RigSimWellData::isOpen(frameIndex) is false, placed before the active-intersection bypass so the user's filter is not overridden.

Fixes #13913

Adds a collection-level checkbox in the simulation well "Visibility"
group that hides wells which are not open at the current time step.
Mirrors the existing "Wells Through Visible Cells Only" sibling toggle
in placement, default (off), and contour-map gating.

The frame-aware predicates isWellPipeVisible, isWellSpheresVisible,
isWellValvesVisible and isWellDiskVisible now short-circuit to false
when the toggle is on and RigSimWellData::isOpen(frameIndex) is false,
placed before the active-intersection bypass so the user's filter is
not overridden.

Fixes #13913
@kriben kriben force-pushed the 13913-active-wells-only-visibility-toggle branch from aaab13d to 8d35847 Compare May 27, 2026 19:57
@kriben kriben marked this pull request as ready for review May 27, 2026 19:58
@kriben kriben requested a review from magnesj May 27, 2026 19:58
@magnesj magnesj merged commit 8dad4bd into dev May 28, 2026
22 of 23 checks passed
@magnesj magnesj deleted the 13913-active-wells-only-visibility-toggle branch May 28, 2026 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Eliminating Inactive wells from view

2 participants