23056: EDF SMESH Regression: Projection fails

This commit is contained in:
eap 2015-04-27 18:10:46 +03:00
parent d64c9cac70
commit 03fce5b491

View 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();