mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add seismic 3d view (#10472)
* Show seismic, surfaces, annotations and wellpaths in new view not requiring a grid loaded first.
This commit is contained in:
@@ -116,6 +116,7 @@
|
||||
#include "RimSeismicData.h"
|
||||
#include "RimSeismicDataCollection.h"
|
||||
#include "RimSeismicSectionCollection.h"
|
||||
#include "RimSeismicViewCollection.h"
|
||||
#include "RimSimWellFracture.h"
|
||||
#include "RimSimWellInView.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
@@ -1055,6 +1056,10 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
{
|
||||
menuBuilder << "RicImportSeismicFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimSeismicViewCollection*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicNewSeismicViewFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimAnnotationCollection*>( firstUiItem ) || dynamic_cast<RimAnnotationGroupCollection*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicCreateTextAnnotationFeature";
|
||||
@@ -1245,6 +1250,8 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
}
|
||||
else if ( dynamic_cast<RimSeismicData*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicNewSeismicViewFeature";
|
||||
menuBuilder.addSeparator();
|
||||
menuBuilder << "RicNewSeismicDifferenceFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimWellLogPlot*>( firstUiItem ) )
|
||||
|
||||
Reference in New Issue
Block a user