#2332 2D Intersection View: Command to create view

This commit is contained in:
Magne Sjaastad
2018-01-17 11:05:31 +01:00
parent b53603e906
commit 03de2aba5b
10 changed files with 205 additions and 0 deletions

View File

@@ -454,6 +454,8 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
{
menuBuilder << "RicAppendIntersectionFeature";
menuBuilder << "RicAppendIntersectionBoxFeature";
menuBuilder.addSeparator();
menuBuilder << "RicNewIntersectionViewFeature";
}
else if (dynamic_cast<RimIntersectionBox*>(uiItem))
{