mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
PAL12886 (mesh 3D does not success but the 2D with Quadranle Preference seems correct)
precise working case
This commit is contained in:
parent
84d928da09
commit
46f3ef596a
@ -1059,7 +1059,7 @@ bool ComputePentahedralMesh(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape)
|
||||
//
|
||||
bOK=anAlgo.Compute(aMesh, aShape);
|
||||
//
|
||||
if ( !bOK )
|
||||
if ( !bOK && anAlgo.ErrorStatus() == 5 )
|
||||
{
|
||||
static StdMeshers_Prism_3D * aPrism3D = 0;
|
||||
if ( !aPrism3D ) {
|
||||
|
Loading…
Reference in New Issue
Block a user