#3325 Well Path export. Command file command for exporting well paths

This commit is contained in:
Bjørn Erik Jensen
2018-09-25 09:09:13 +02:00
parent f61b82dd35
commit c422ffc6ed
10 changed files with 142 additions and 26 deletions

View File

@@ -50,12 +50,12 @@ public:
RicfCreateMultipleFractures();
virtual void execute() override;
static std::vector<RimWellPath*> wellPaths(const std::vector<QString>& wellPathNames);
private:
bool validateArguments() const;
RimEclipseCase* caseFromId(int caseId)const ;
RimFractureTemplate* fractureTemplateFromId(int templateId) const;
std::vector<RimWellPath*> wellPaths() const;
caf::PdmField<int> m_caseId;
caf::PdmField<std::vector<QString>> m_wellPathNames;