mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2591 3D well log curves: Increase size of offset between pipe and plot
This commit is contained in:
parent
a1d82fcffa
commit
e688b3de36
@ -415,7 +415,7 @@ double Riv3dWellLogCurveGeometryGenerator::wellPathCenterToPlotStartOffset() con
|
|||||||
{
|
{
|
||||||
double cellSize = m_gridView->ownerCase()->characteristicCellSize();
|
double cellSize = m_gridView->ownerCase()->characteristicCellSize();
|
||||||
|
|
||||||
return m_wellPath->wellPathRadius(cellSize) * 1.2;
|
return m_wellPath->wellPathRadius(cellSize) * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
@ -423,7 +423,7 @@ double Riv3dWellLogCurveGeometryGenerator::wellPathCenterToPlotStartOffset() con
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
double Riv3dWellLogCurveGeometryGenerator::gridWidth() const
|
double Riv3dWellLogCurveGeometryGenerator::gridWidth() const
|
||||||
{
|
{
|
||||||
return 100;
|
return 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -551,7 +551,7 @@ void RivWellPathPartMgr::appendDynamicGeometryPartsToModel(cvf::ModelBasicList*
|
|||||||
|
|
||||||
if (m_rimWellPath->rim3dWellLogCurveCollection()->showGrid())
|
if (m_rimWellPath->rim3dWellLogCurveCollection()->showGrid())
|
||||||
{
|
{
|
||||||
m_3dWellLogCurvePartMgr->appendGridToModel(model, displayCoordTransform, wellPathClipBoundingBox, 200);
|
m_3dWellLogCurvePartMgr->appendGridToModel(model, displayCoordTransform, wellPathClipBoundingBox, 800);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user