#2739 Normal intersection box mesh lines now not labled as fault mesh lines

This commit is contained in:
Jacob Støren
2018-04-17 07:42:41 +02:00
parent 1da9501bcc
commit 5769ba45f1

View File

@@ -255,7 +255,7 @@ void RivIntersectionBoxPartMgr::generatePartGeometry()
part->setSourceInfo(si.p());
part->updateBoundingBox();
part->setEnableMask(faultBit);
part->setEnableMask(intersectionCellFaceBit);
part->setPriority(RivPartPriority::PartType::Intersection);
m_intersectionBoxFaces = part;
@@ -277,7 +277,7 @@ void RivIntersectionBoxPartMgr::generatePartGeometry()
part->setDrawable(geoMesh.p());
part->updateBoundingBox();
part->setEnableMask(meshFaultBit);
part->setEnableMask(intersectionCellMeshBit);
part->setPriority(RivPartPriority::PartType::MeshLines);
m_intersectionBoxGridLines = part;