From: eap Date: Tue, 10 Apr 2012 10:09:32 +0000 (+0000) Subject: 0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm X-Git-Tag: V6_5_0a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d1fa9ee8675e125e79f1994c9effabba47223516;p=modules%2Fsmesh.git 0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm not create excess edges on the seam edge --- diff --git a/src/StdMeshers/StdMeshers_Projection_1D2D.cxx b/src/StdMeshers/StdMeshers_Projection_1D2D.cxx index 15c15dfa7..6dfbad18c 100644 --- a/src/StdMeshers/StdMeshers_Projection_1D2D.cxx +++ b/src/StdMeshers/StdMeshers_Projection_1D2D.cxx @@ -143,7 +143,7 @@ bool StdMeshers_Projection_1D2D::Compute(SMESH_Mesh& theMesh, const TopoDS_Shape return error("The existing 1D mesh mismatches the generated 2D mesh"); } - const bool checkExisting = wires[ iWire ]->NbSegments(); + const bool checkExisting = ( wires[ iWire ]->NbSegments() || helper.HasSeam() ); if ( _quadraticMesh ) {