mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Minor changes, adjusted so that well paths become thinner and clip well paths only 100 meters above reservoir.
p4#: 21847
This commit is contained in:
parent
6340c4a4a8
commit
ceb5dd8470
@ -65,13 +65,13 @@ RimWellPathCollection::RimWellPathCollection()
|
||||
|
||||
CAF_PDM_InitField(&wellPathVisibility, "GlobalWellPathVisibility", WellVisibilityEnum(ALL_ON), "Global well path visibility", "", "", "");
|
||||
|
||||
CAF_PDM_InitField(&wellPathRadiusScaleFactor, "WellPathRadiusScale", 0.3, "Well Path radius scale", "", "", "");
|
||||
CAF_PDM_InitField(&wellPathRadiusScaleFactor, "WellPathRadiusScale", 0.1, "Well Path radius scale", "", "", "");
|
||||
CAF_PDM_InitField(&wellPathCrossSectionVertexCount, "WellPathVertexCount", 12, "Well Path vertex count", "", "", "");
|
||||
wellPathCrossSectionVertexCount.setIOWritable(false);
|
||||
wellPathCrossSectionVertexCount.setIOReadable(false);
|
||||
wellPathCrossSectionVertexCount.setUiHidden(true);
|
||||
CAF_PDM_InitField(&wellPathClip, "WellPathClip", true, "Clip Well Paths", "", "", "");
|
||||
CAF_PDM_InitField(&wellPathClipZDistance, "WellPathClipZDistance", 500, "Well path clipping depth distance", "", "", "");
|
||||
CAF_PDM_InitField(&wellPathClipZDistance, "WellPathClipZDistance", 100, "Well path clipping depth distance", "", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&wellPaths, "WellPaths", "Well Paths", "", "", "");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user