mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 08:50:36 +05:00
0022883: EDF GEOM: Regression with GetShapesOnQuadrangle
This commit is contained in:
parent
dd3f6ee542
commit
4d29dbe5a8
@ -138,6 +138,7 @@ void GEOMAlgo_ClsfQuad::GetCorners(gp_Pnt &theTopLeftPoint,
|
|||||||
//=======================================================================
|
//=======================================================================
|
||||||
void GEOMAlgo_ClsfQuad::CheckData()
|
void GEOMAlgo_ClsfQuad::CheckData()
|
||||||
{
|
{
|
||||||
|
myErrorStatus = 0;
|
||||||
|
|
||||||
if (myQuadNormal.SquareMagnitude() <= DBL_MIN) {
|
if (myQuadNormal.SquareMagnitude() <= DBL_MIN) {
|
||||||
myErrorStatus = 10; // undefined quadrangle normal.
|
myErrorStatus = 10; // undefined quadrangle normal.
|
||||||
|
Loading…
Reference in New Issue
Block a user