Perforation Interval: make properties scriptable from Python.

This commit is contained in:
Kristian Bendiksen
2023-10-06 09:52:53 +02:00
committed by Magne Sjaastad
parent 445672cbb2
commit db77ea5762
5 changed files with 28 additions and 9 deletions

View File

@@ -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 );