#5779 Create Well Path : Add auto generated target at sea level

This commit is contained in:
Magne Sjaastad
2020-04-07 15:07:52 +02:00
parent 379276ae06
commit 1c511dbeb3
4 changed files with 66 additions and 58 deletions

View File

@@ -70,6 +70,14 @@ RimWellPathTarget::~RimWellPathTarget()
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellPathTarget::setEnabled( bool enable )
{
m_isEnabled = enable;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------