diff --git a/src/MeshTest/MeshTest_CheckTopology.cxx b/src/MeshTest/MeshTest_CheckTopology.cxx index b73dac4350..7627fceb7b 100755 --- a/src/MeshTest/MeshTest_CheckTopology.cxx +++ b/src/MeshTest/MeshTest_CheckTopology.cxx @@ -107,9 +107,7 @@ void MeshTest_CheckTopology::Perform () TopLoc_Location aLoc; Handle(Poly_Triangulation) aT = BRep_Tool::Triangulation(aFace, aLoc); if (aT.IsNull()) { -#ifdef DEB - cout<<"no Triangulation of face "<Triangles(); const TColgp_Array1OfPnt& nodes = aPoly->Nodes(); for (int j=triangles.Lower(); j <= triangles.Upper(); j++) { - const Poly_Triangle& tri = triangles(j); - int n1, n2, n3; - tri.Get (n1, n2, n3); - const gp_Pnt& p1 = nodes(n1); - const gp_Pnt& p2 = nodes(n2); - const gp_Pnt& p3 = nodes(n3); - gp_Vec v1(p1, p2); - gp_Vec v2(p1, p3); - double ar = v1.CrossMagnitude(v2); - aTriArea += ar; + const Poly_Triangle& tri = triangles(j); + int n1, n2, n3; + tri.Get (n1, n2, n3); + const gp_Pnt& p1 = nodes(n1); + const gp_Pnt& p2 = nodes(n2); + const gp_Pnt& p3 = nodes(n3); + gp_Vec v1(p1, p2); + gp_Vec v2(p1, p3); + double ar = v1.CrossMagnitude(v2); + aTriArea += ar; } } aTriArea /= 2; @@ -307,7 +307,7 @@ static Standard_Integer triarea (Draw_Interpretor& di, int n, const char ** a) } //####################################################################### -static Standard_Integer checktopo (Draw_Interpretor& di, int n, const char ** a) +static Standard_Integer tricheck (Draw_Interpretor& di, int n, const char ** a) { if (n < 2) return 1; @@ -340,21 +340,21 @@ static Standard_Integer checktopo (Draw_Interpretor& di, int n, const char ** a) TColgp_Array1OfPnt pnts(1,2); TColgp_Array1OfPnt2d pnts2d(1,2); for (i=1; i <= nbEdge; i++) { - Standard_Integer n1, n2; - aCheck.GetFreeLink(k, i, n1, n2); - cout<<"{"<