0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm

not create excess edges on the seam edge
This commit is contained in:
eap 2012-04-10 10:09:32 +00:00
parent ef93a614a6
commit d1fa9ee867

View File

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