#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

@@ -101,7 +101,7 @@ void RicExportFishbonesLateralsFeature::onActionTriggered(bool isChecked)
QString subIndexText = QString("%1").arg(sub.subIndex, 2, 10, QChar('0'));
QString lateralName = QString("%1_%2_Sub%3_Lat%4").arg(wellPath->name()).arg(fishboneName).arg(subIndexText).arg(lateralIndex);
EXP::writeWellPathGeometryToStream(*stream, &geometry, lateralName, mdStepSize);
EXP::writeWellPathGeometryToStream(*stream, wellPath, lateralName, mdStepSize);
}
}
}