mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Perforation Interval: make properties scriptable from Python.
This commit is contained in:
committed by
Magne Sjaastad
parent
445672cbb2
commit
db77ea5762
@@ -125,7 +125,7 @@ RimWellPath::RimWellPath()
|
||||
CAF_PDM_InitField( &m_wellPathRadiusScaleFactor, "WellPathRadiusScale", 1.0, "Well Path Radius Scale" );
|
||||
CAF_PDM_InitField( &m_wellPathColor, "WellPathColor", cvf::Color3f( 0.999f, 0.333f, 0.999f ), "Well Path Color" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_completions, "Completions", "Completions" );
|
||||
CAF_PDM_InitScriptableFieldNoDefault( &m_completions, "Completions", "Completions" );
|
||||
m_completions = new RimWellPathCompletions;
|
||||
m_completions.uiCapability()->setUiTreeHidden( true );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user