mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2739 Normal intersection box mesh lines now not labled as fault mesh lines
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user