Add polygon classes

This commit is contained in:
Magne Sjaastad
2024-02-12 10:19:52 +01:00
parent 573a8f78cf
commit 5fdf30d124
40 changed files with 1816 additions and 37 deletions

View File

@@ -302,7 +302,7 @@ void RimSurfaceCollection::updateViews( const std::vector<RimSurface*>& surfsToR
proj->allViews( views );
for ( auto view : views )
{
view->updateSurfacesInViewTreeItems();
view->updateViewTreeItems( RiaDefines::ItemIn3dView::SURFACE );
if ( auto gridView = dynamic_cast<RimGridView*>( view ) )
{
@@ -355,7 +355,7 @@ void RimSurfaceCollection::updateViews()
for ( auto view : views )
{
view->updateSurfacesInViewTreeItems();
view->updateViewTreeItems( RiaDefines::ItemIn3dView::SURFACE );
}
for ( auto view : views )