mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
23056: EDF SMESH Regression: Projection fails
This commit is contained in:
parent
d64c9cac70
commit
03fce5b491
@ -581,7 +581,7 @@ namespace {
|
|||||||
|
|
||||||
// transformation to get location of target nodes from source ones
|
// transformation to get location of target nodes from source ones
|
||||||
StdMeshers_ProjectionUtils::TrsfFinder3D trsf;
|
StdMeshers_ProjectionUtils::TrsfFinder3D trsf;
|
||||||
bool trsfIsOK = true;
|
bool trsfIsOK = false;
|
||||||
if ( tgtFace.IsPartner( srcFace ))
|
if ( tgtFace.IsPartner( srcFace ))
|
||||||
{
|
{
|
||||||
gp_GTrsf srcTrsf = srcFace.Location().Transformation();
|
gp_GTrsf srcTrsf = srcFace.Location().Transformation();
|
||||||
|
Loading…
Reference in New Issue
Block a user