SSIHUB: Added visibility checkbox next to well path collection

This commit is contained in:
Magne Sjaastad
2013-10-22 15:30:12 +02:00
parent cb19ec5524
commit 9abc3387aa
3 changed files with 16 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ void RivWellPathCollectionPartMgr::appendStaticGeometryPartsToModel(cvf::ModelBa
{
setScaleTransform(scaleTransform);
if (!m_wellPathCollection->isActive()) return;
if (m_wellPathCollection->wellPathVisibility() == RimWellPathCollection::FORCE_ALL_OFF) return;
for (size_t wIdx = 0; wIdx < m_wellPathCollection->wellPaths.size(); wIdx++)