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:
@@ -89,7 +89,7 @@ void RivSurfacePartMgr::appendNativeGeometryPartsToModel( cvf::ModelBasicList* m
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivSurfacePartMgr::updateCellResultColor( size_t timeStepIndex )
|
||||
void RivSurfacePartMgr::updateCellResultColor( int timeStepIndex )
|
||||
{
|
||||
if ( m_intersectionFaces.notNull() )
|
||||
{
|
||||
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
explicit RivSurfacePartMgr( RimSurfaceInView* surface );
|
||||
|
||||
void updateNativeSurfaceColors();
|
||||
void updateCellResultColor( size_t timeStepIndex );
|
||||
void updateCellResultColor( int timeStepIndex );
|
||||
void appendIntersectionGeometryPartsToModel( cvf::ModelBasicList* model, cvf::Transform* scaleTransform );
|
||||
|
||||
void appendNativeGeometryPartsToModel( cvf::ModelBasicList* model, cvf::Transform* scaleTransform );
|
||||
|
||||
Reference in New Issue
Block a user