mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Geomech frames support (#9678)
Support for showing frames in geomech data.
This commit is contained in:
@@ -391,7 +391,8 @@ void RiuSelectionChangedHandler::updateResultInfo( const RiuSelectionItem* itemA
|
||||
geomSelectionItem->m_resultDefinition,
|
||||
(int)geomSelectionItem->m_gridIndex,
|
||||
(int)geomSelectionItem->m_cellIndex,
|
||||
(int)geomSelectionItem->m_timestepIdx );
|
||||
(int)geomSelectionItem->m_timestepIdx,
|
||||
geomSelectionItem->m_frameIdx );
|
||||
|
||||
textBuilder.setIntersectionPointInDisplay( geomSelectionItem->m_localIntersectionPointInDisplay );
|
||||
textBuilder.setFace( geomSelectionItem->m_elementFace );
|
||||
|
||||
Reference in New Issue
Block a user