Regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B5

Use COMPUTE_SUBMESH event to compute more local sub-meshes
   under an all-dimensional sub-mesh.
This commit is contained in:
eap 2016-09-08 20:53:37 +03:00
parent 560d5a794f
commit e576eeb10d

View File

@ -331,7 +331,8 @@ bool SMESH_Gen::Compute(SMESH_Mesh & aMesh,
SMESH_Hypothesis::Hypothesis_Status status;
if ( subAlgo->CheckHypothesis( aMesh, aSubShape, status ))
// mesh a lower smToCompute starting from vertices
Compute( aMesh, aSubShape, aShapeOnly, /*anUpward=*/true, aDim, aShapesId );
Compute( aMesh, aSubShape, true, /*anUpward=*/true, aDim, aShapesId );
// Compute( aMesh, aSubShape, aShapeOnly, /*anUpward=*/true, aDim, aShapesId );
}
}
}