mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Temporarily disable changing of the MD-reference point on laterals
* It doesn't work right without also altering the angles of the targets
This commit is contained in:
parent
639fdcc217
commit
5759c6261b
@ -97,6 +97,10 @@ RimWellPathLateralGeometryDef::RimWellPathLateralGeometryDef()
|
|||||||
|
|
||||||
CAF_PDM_InitScriptableField( &m_connectionMdOnParentWellPath, "MdAtConnection", 0.0, "MD at Well Path Connection", "", "", "" );
|
CAF_PDM_InitScriptableField( &m_connectionMdOnParentWellPath, "MdAtConnection", 0.0, "MD at Well Path Connection", "", "", "" );
|
||||||
m_connectionMdOnParentWellPath.uiCapability()->setUiEditorTypeName( caf::PdmUiDoubleSliderEditor::uiEditorTypeName() );
|
m_connectionMdOnParentWellPath.uiCapability()->setUiEditorTypeName( caf::PdmUiDoubleSliderEditor::uiEditorTypeName() );
|
||||||
|
|
||||||
|
// Temporarily disable changing of MD. It doesn't work right without also altering angles.
|
||||||
|
m_connectionMdOnParentWellPath.uiCapability()->setUiReadOnly( true );
|
||||||
|
|
||||||
CAF_PDM_InitScriptableFieldNoDefault( &m_wellTargets, "WellPathTargets", "Well Targets", "", "", "" );
|
CAF_PDM_InitScriptableFieldNoDefault( &m_wellTargets, "WellPathTargets", "Well Targets", "", "", "" );
|
||||||
m_wellTargets.uiCapability()->setUiEditorTypeName( caf::PdmUiTableViewEditor::uiEditorTypeName() );
|
m_wellTargets.uiCapability()->setUiEditorTypeName( caf::PdmUiTableViewEditor::uiEditorTypeName() );
|
||||||
m_wellTargets.uiCapability()->setUiTreeChildrenHidden( true );
|
m_wellTargets.uiCapability()->setUiTreeChildrenHidden( true );
|
||||||
|
Loading…
Reference in New Issue
Block a user