mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 13:00:32 +05:00
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
not create excess edges on the seam edge
This commit is contained in:
parent
ef93a614a6
commit
d1fa9ee867
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user