mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 10:40:33 +05:00
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
Improve GetAlgo()
This commit is contained in:
parent
118122435c
commit
7a940415de
@ -1123,7 +1123,7 @@ SMESH_Algo *SMESH_Gen::GetAlgo(SMESH_Mesh & aMesh,
|
||||
if ( SMESH_Algo* algo3D = (SMESH_Algo*) aMesh.GetHypothesis( *solid, filter, true ))
|
||||
{
|
||||
algos3D.push_back( algo3D );
|
||||
filter.AndNot( filter.Is( algo3D ));
|
||||
filter.AndNot( filter.HasName( algo3D->GetName() ));
|
||||
}
|
||||
// check compatibility of algos
|
||||
if ( algos3D.size() > 1 )
|
||||
|
Loading…
Reference in New Issue
Block a user