Salome HOME
bos #26630 EDF 6032 - Problem of projection
authoreap <eap@opencascade.com>
Mon, 29 Nov 2021 17:56:55 +0000 (20:56 +0300)
committereap <eap@opencascade.com>
Mon, 29 Nov 2021 17:56:55 +0000 (20:56 +0300)
src/StdMeshers/StdMeshers_Projection_2D.cxx

index bbc874cf9da73bf50d8dbb7a52403027ba958744..3e889f0801627af9b677280468f7932e141e241a 100644 (file)
@@ -775,7 +775,7 @@ namespace {
 
     // check node positions
 
 
     // check node positions
 
-    if ( !tgtFace.IsPartner( srcFace ) )
+    // if ( !tgtFace.IsPartner( srcFace ) ) for NETGEN 6 which sets wrong UV
     {
       helper->ToFixNodeParameters( true );
 
     {
       helper->ToFixNodeParameters( true );