mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3636 Temporary LGR : Always rebuild geometry of intersections
This commit is contained in:
@@ -151,6 +151,22 @@ void RimIntersectionCollection::appendPartsToModel(Rim3dView& view, cvf::ModelBa
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimIntersectionCollection::rebuildGeometry()
|
||||
{
|
||||
for (RimIntersection* intersection : m_intersections)
|
||||
{
|
||||
intersection->rebuildGeometry();
|
||||
}
|
||||
|
||||
for (RimIntersectionBox* intersectionBox : m_intersectionBoxes)
|
||||
{
|
||||
intersectionBox->rebuildGeometry();
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user