mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3631 Well Path Export. Use RKB for modeled well paths
This commit is contained in:
@@ -113,7 +113,7 @@ void RimModeledWellPath::scheduleUpdateOfDependentVisualization()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellPathGeometryDef* RimModeledWellPath::geometryDefinition()
|
||||
RimWellPathGeometryDef* RimModeledWellPath::geometryDefinition() const
|
||||
{
|
||||
return m_geometryDefinition;
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
void createWellPathGeometry();
|
||||
void updateWellPathVisualization();
|
||||
void scheduleUpdateOfDependentVisualization();
|
||||
RimWellPathGeometryDef* geometryDefinition();
|
||||
RimWellPathGeometryDef* geometryDefinition() const;
|
||||
QString wellPlanText();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user