#3249 Well path target point picking operational.

Still work to do, however.
This commit is contained in:
Jacob Støren
2018-08-29 16:03:31 +02:00
parent 9cd9173000
commit dc432e976b
10 changed files with 271 additions and 52 deletions

View File

@@ -18,8 +18,8 @@
#include "RicDeleteWellPathAttributeFeature.h"
#include "RimWellPathAttributeCollection.h"
#include "RimWellPathTarget.h"
#include "RimModeledWellPath.h"
#include "RimWellPath.h"
#include "cafSelectionManager.h"
#include <QAction>
@@ -72,5 +72,3 @@ void RicDeleteWellPathAttributeFeature::setupActionLook(QAction* actionToSetup)
actionToSetup->setText("Delete Attribute");
actionToSetup->setIcon(QIcon(":/Erase.png"));
}