PAL12886 (mesh 3D does not success but the 2D with Quadranle Preference seems correct)

precise working case
This commit is contained in:
eap 2007-02-20 08:38:45 +00:00
parent 84d928da09
commit 46f3ef596a

View File

@ -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 ) {