mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
Show faces added by Create boundary elements
This commit is contained in:
parent
9a3f7d877e
commit
01a6371181
@ -469,7 +469,10 @@ bool SMESHGUI_Make2DFrom3DOp::compute2DMesh( QStringList& theEntryList )
|
|||||||
|
|
||||||
for ( int i = 0; i < entries.count(); ++i )
|
for ( int i = 0; i < entries.count(); ++i )
|
||||||
if ( SMESH_Actor* actor = SMESH::FindActorByEntry( entries[i].toUtf8().constData() ))
|
if ( SMESH_Actor* actor = SMESH::FindActorByEntry( entries[i].toUtf8().constData() ))
|
||||||
SMESH::Update(actor->getIO(),actor->GetVisibility());
|
{
|
||||||
|
actor->SetEntityMode( actor->GetEntityMode() | SMESH_Actor::eFaces );
|
||||||
|
SMESH::Update( actor->getIO(), actor->GetVisibility() );
|
||||||
|
}
|
||||||
SMESH::RepaintCurrentView();
|
SMESH::RepaintCurrentView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user