#821 Added RigLasFileExporter. Export one LAS file for same case, well and date.

This commit is contained in:
Magne Sjaastad
2016-09-16 12:46:25 +02:00
parent 1e4a96d79d
commit cb6d9d714b
8 changed files with 705 additions and 37 deletions

View File

@@ -264,7 +264,6 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimWellLogCurve*>(uiItem))
{
commandIds << "RicExportToLasFileFeature";
commandIds << "RicDeleteItemFeature";
}
else if (dynamic_cast<RimSummaryPlot*>(uiItem))
@@ -352,6 +351,10 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
{
commandIds << "RicExecuteScriptForCasesFeature";
}
else if (dynamic_cast<RimWellLogCurve*>(uiItem))
{
commandIds << "RicExportToLasFileFeature";
}
}
if (RicToggleItemsFeatureImpl::isToggleCommandsAvailable())