mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-04 22:54:16 +05:00
Performance regression of SALOME_TESTS/Grids/smesh/bugs_18/V9
This commit is contained in:
parent
cf35807108
commit
f572be3197
@ -2400,6 +2400,9 @@ double StdMeshers_Prism_3D::getSweepTolerance( const Prism_3D::TPrismTopo& thePr
|
||||
|
||||
bool StdMeshers_Prism_3D::isSimpleBottom( const Prism_3D::TPrismTopo& thePrism )
|
||||
{
|
||||
if ( thePrism.myBottomEdges.size() != 4 )
|
||||
return false;
|
||||
|
||||
// analyse angles between edges
|
||||
double nbConcaveAng = 0, nbConvexAng = 0;
|
||||
TopoDS_Face reverseBottom = TopoDS::Face( thePrism.myBottom.Reversed() ); // see initPrism()
|
||||
|
Loading…
Reference in New Issue
Block a user