020700: EDF 1234 SMESH: Quadrangle preference and Netgen
- if ( _hypMaxElementArea || _hypLengthFromEdges ) + if ( _hypMaxElementArea || _hypLengthFromEdges || _hypQuadranglePreference) aStatus = HYP_OK;
This commit is contained in:
parent
290e356071
commit
b6d4daa757
@ -151,7 +151,7 @@ bool NETGENPlugin_NETGEN_2D_ONLY::CheckHypothesis (SMESH_Mesh& aMesh,
|
||||
return false;
|
||||
}
|
||||
|
||||
if ( _hypMaxElementArea || _hypLengthFromEdges )
|
||||
if ( _hypMaxElementArea || _hypLengthFromEdges || _hypQuadranglePreference)
|
||||
aStatus = HYP_OK;
|
||||
|
||||
return aStatus == HYP_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user