Fishbones : Propagate displayCoordTransform to well path part manager

This commit is contained in:
Magne Sjaastad
2017-05-05 12:12:51 +02:00
parent a8cab547a0
commit 2dcf3c75f5
5 changed files with 21 additions and 6 deletions

View File

@@ -30,6 +30,7 @@
#include "RivPipeGeometryGenerator.h"
#include "RivPartPriority.h"
#include "RivPipeGeometryGenerator.h"
#include "RivWellPathSourceInfo.h"
#include "cafEffectGenerator.h"
@@ -232,7 +233,8 @@ void RivWellPathPartMgr::buildWellPathParts(cvf::Vec3d displayModelOffset, doubl
///
//--------------------------------------------------------------------------------------------------
void RivWellPathPartMgr::appendStaticGeometryPartsToModel(cvf::ModelBasicList* model, cvf::Vec3d displayModelOffset,
double characteristicCellSize, cvf::BoundingBox wellPathClipBoundingBox)
double characteristicCellSize, cvf::BoundingBox wellPathClipBoundingBox,
caf::DisplayCoordTransform* displayCoordTransform)
{
RimWellPathCollection* wellPathCollection = NULL;
m_rimWellPath->firstAncestorOrThisOfType(wellPathCollection);