Salome HOME
23056: EDF SMESH Regression: Projection fails
[modules/smesh.git] / 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();