mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename to RicfExportSimWellFractureCompletions Add missing parameters to RicfExportWellPathCompletions Add support for individual export multiple completion types into separate sections of same file
This commit is contained in:
@@ -104,29 +104,29 @@ void RicWellPathExportCompletionDataFeature::prepareExportSettingsAndExportCompl
|
||||
|
||||
if ((!simWellFractures.empty()) || (!wellPathFractures.empty()))
|
||||
{
|
||||
exportSettings->enableFractures(true);
|
||||
exportSettings->showFractureInUi(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
exportSettings->enableFractures(false);
|
||||
exportSettings->showFractureInUi(false);
|
||||
}
|
||||
|
||||
if (!wellPathFishbones.empty())
|
||||
{
|
||||
exportSettings->enableFishbone(true);
|
||||
exportSettings->showFishbonesInUi(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
exportSettings->enableFishbone(false);
|
||||
exportSettings->showFishbonesInUi(false);
|
||||
}
|
||||
|
||||
if (!wellPathPerforations.empty())
|
||||
{
|
||||
exportSettings->enablePerforations(true);
|
||||
exportSettings->showPerforationsInUi(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
exportSettings->enablePerforations(false);
|
||||
exportSettings->showPerforationsInUi(false);
|
||||
}
|
||||
|
||||
caf::PdmUiPropertyViewDialog propertyDialog(Riu3DMainWindowTools::mainWindowWidget(), exportSettings, dialogTitle, "");
|
||||
|
||||
Reference in New Issue
Block a user