#2544 Well CF Visualization: Use simplified star geometry

This commit is contained in:
Magne Sjaastad
2018-03-16 15:58:04 +01:00
parent 7bb705b1b7
commit 1aad577a49
4 changed files with 65 additions and 5 deletions
@@ -145,7 +145,7 @@ void RivWellConnectionFactorPartMgr::appendDynamicGeometryPartsToModel(cvf::Mode
double radius = mainGrid->characteristicIJCellSize() * m_virtualPerforationResult->geometryScaleFactor();
m_geometryGenerator = new RivWellConnectionFactorGeometryGenerator(centerColorPairs, radius);
auto drawable = m_geometryGenerator->createPipeSurface();
auto drawable = m_geometryGenerator->createSurfaceGeometry();
cvf::ref<cvf::Part> part = new cvf::Part;
part->setDrawable(drawable.p());