#7818 Modeled Well Path : Update location of completions

This commit is contained in:
Magne Sjaastad
2021-06-28 13:10:57 +02:00
parent 73f8046353
commit e06e0116d8
27 changed files with 184 additions and 17 deletions

View File

@@ -475,6 +475,14 @@ double RimStimPlanModel::endMD() const
return m_MD();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimStimPlanModel::applyOffset( double offsetMD )
{
// Nothing to do here, this operation is inteded for well path completions
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -145,7 +145,9 @@ public:
cvf::Color3f defaultComponentColor() const override;
double startMD() const override;
double endMD() const override;
bool isEnabled() const override;
void applyOffset( double offsetMD ) override;
bool isEnabled() const override;
RimWellPath* wellPath() const;