From: dmv Date: Wed, 28 Oct 2009 08:12:38 +0000 (+0000) Subject: 0020556: EDF 1145 SMESH : Dump QuadranglePreference NO_OK X-Git-Tag: RELIQUAT_5x_30102009~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7bfa6edadc70857b90c4fb6f6b355b2aabe94a42;p=modules%2Fsmesh.git 0020556: EDF 1145 SMESH : Dump QuadranglePreference NO_OK --- diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index 077766762..572b51974 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -1271,7 +1271,7 @@ Handle(_pyHypothesis) _pyHypothesis::NewHypothesis( const Handle(_pyCommand)& th } else if ( hypType == "QuadranglePreference" ) { hyp->SetConvMethodAndType( "QuadranglePreference", "Quadrangle_2D"); - hyp->SetConvMethodAndType( "QuadranglePreference", "NETGEN_2D_ONLY"); + hyp->SetConvMethodAndType( "SetQuadAllowed", "NETGEN_2D_ONLY"); } else if ( hypType == "TrianglePreference" ) { hyp->SetConvMethodAndType( "TrianglePreference", "Quadrangle_2D");