mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3827 Fishbone Laterals : Whole well is exported instead of lateral only
This commit is contained in:
@@ -51,12 +51,21 @@ class RicExportSelectedWellPathsFeature : public caf::CmdFeature
|
||||
static RicExportWellPathsUi* openDialog();
|
||||
static QFilePtr openFileForExport(const QString& folderName, const QString& fileName);
|
||||
static QTextStreamPtr createOutputFileStream(QFile& file);
|
||||
|
||||
static void writeWellPathGeometryToStream(QTextStream& stream,
|
||||
const RimWellPath* wellPath,
|
||||
const QString& exportName,
|
||||
double mdStepSize,
|
||||
bool writeProjectInfo = true);
|
||||
|
||||
static void writeWellPathGeometryToStream(QTextStream& stream,
|
||||
const RigWellPath* wellPath,
|
||||
const QString& exportName,
|
||||
double mdStepSize,
|
||||
bool useMdRkb,
|
||||
double rkbOffset,
|
||||
bool writeProjectInfo);
|
||||
|
||||
private:
|
||||
bool isCommandEnabled() override;
|
||||
void onActionTriggered( bool isChecked ) override;
|
||||
|
Reference in New Issue
Block a user