mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-15 19:01:27 +05:00
0022883: EDF GEOM: Regression with GetShapesOnQuadrangle
This commit is contained in:
parent
a9407fa31b
commit
b1ba17e902
@ -138,6 +138,7 @@ void GEOMAlgo_ClsfQuad::GetCorners(gp_Pnt &theTopLeftPoint,
|
||||
//=======================================================================
|
||||
void GEOMAlgo_ClsfQuad::CheckData()
|
||||
{
|
||||
myErrorStatus = 0;
|
||||
|
||||
if (myQuadNormal.SquareMagnitude() <= DBL_MIN) {
|
||||
myErrorStatus = 10; // undefined quadrangle normal.
|
||||
|
Loading…
x
Reference in New Issue
Block a user