#1183 Property Filter: Context command : Apply As Cell Result - GeoMech

This commit is contained in:
Magne Sjaastad
2017-02-21 15:37:56 +01:00
parent 738e44ed46
commit 03932f59c3
2 changed files with 60 additions and 16 deletions

View File

@@ -198,6 +198,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
else if (dynamic_cast<RimGeoMechPropertyFilter*>(uiItem))
{
commandIds << "RicGeoMechPropertyFilterInsertFeature";
commandIds << "RicApplyPropertyFilterAsCellResultFeature";
}
else if (dynamic_cast<RimWellPathCollection*>(uiItem))
{