mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
PAL22090 Qudrangle_2D preference Type works incorrectly with Sub-mesh on concave edges.
Fix Reverse() for the case of degenarated side (3-d constructor)
This commit is contained in:
parent
fd025ce2a6
commit
f6c4926d41
@ -452,9 +452,12 @@ void StdMeshers_FaceSide::Reverse()
|
||||
reverse( myEdgeLength );
|
||||
reverse( myIsUniform );
|
||||
}
|
||||
myNormPar[nbEdges-1]=1.;
|
||||
myPoints.clear();
|
||||
myFalsePoints.clear();
|
||||
if ( nbEdges > 0 )
|
||||
{
|
||||
myNormPar[nbEdges-1]=1.;
|
||||
myPoints.clear();
|
||||
myFalsePoints.clear();
|
||||
}
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user