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 ) {