Salome HOME
23056: EDF SMESH Regression: Projection fails
authoreap <eap@opencascade.com>
Mon, 27 Apr 2015 15:10:46 +0000 (18:10 +0300)
committereap <eap@opencascade.com>
Mon, 27 Apr 2015 15:10:46 +0000 (18:10 +0300)
src/StdMeshers/StdMeshers_Projection_2D.cxx

index b4496242a880a0bd1b62384a5f0f4461753634b5..af482db570edb7349bba6a14356b301781b18a18 100644 (file)
@@ -581,7 +581,7 @@ namespace {
 
     // transformation to get location of target nodes from source ones
     StdMeshers_ProjectionUtils::TrsfFinder3D trsf;
-    bool trsfIsOK = true;
+    bool trsfIsOK = false;
     if ( tgtFace.IsPartner( srcFace ))
     {
       gp_GTrsf srcTrsf = srcFace.Location().Transformation();