(#166) WIP: Added cell border line code.

This commit is contained in:
Jacob Støren
2015-11-18 15:29:10 +01:00
parent 4f40b3de1f
commit 9946df4071
3 changed files with 401 additions and 201 deletions

View File

@@ -428,6 +428,7 @@ void RimEclipseView::createDisplayModel()
for (size_t frameIdx = 0; frameIdx < frameModels.size(); ++frameIdx)
{
m_csPartmgr->appendNativeCrossSectionFacesToModel(frameModels[frameIdx].p(), m_reservoirGridPartManager->scaleTransform());
m_csPartmgr->appendMeshLinePartsToModel(frameModels[frameIdx].p(), m_reservoirGridPartManager->scaleTransform());
}
#endif
}