Skip to content

Conversation

@magnesj
Copy link
Member

@magnesj magnesj commented Jan 8, 2026

Closes #13082

Introduce "MSW Grouping" feature to allow users to control how multi-segmented wells are grouped by name. Adds a new enum for grouping mode (use preferences, custom, disabled), new fields for grouping mode and pattern, and updates UI and logic to support these options. This provides greater flexibility and user control over well path grouping, especially for multi-lateral wells.
Implements a new command to set the MSW grouping pattern, and ensures that the pattern is only updated if a new value is set.
else if ( m_mswNameGrouping() == MswGroupingMode::USE_PREFERENCES )
{
multiLateralWellPathPattern = RiaPreferences::current()->multiLateralWellNamePattern();
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extract to method?

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.

Add option to control how imported well paths are grouped

3 participants