#3631 Well Path Export. Use RKB for modeled well paths

This commit is contained in:
Bjørn Erik Jensen
2018-11-06 11:23:19 +01:00
parent eaec135019
commit 886487f45d
5 changed files with 31 additions and 15 deletions

View File

@@ -52,8 +52,8 @@ class RicExportSelectedWellPathsFeature : public caf::CmdFeature
static QFilePtr openFileForExport(const QString& folderName, const QString& fileName);
static QTextStreamPtr createOutputFileStream(QFile& file);
static void writeWellPathGeometryToStream(QTextStream& stream,
const RigWellPath* geometry,
const QString& wellName,
const RimWellPath* wellPath,
const QString& exportName,
double mdStepSize,
bool writeProjectInfo = true);