mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-15 22:11:26 +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()
|
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…
x
Reference in New Issue
Block a user