mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-07 10:17:26 +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");
|
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 )
|
if ( _quadraticMesh )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user