mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 14:00:33 +05:00
(fix elem size for "LengthFromEdges" + "QuadraticMesh") - 2
This commit is contained in:
parent
396e9a4c5c
commit
4a005f02a8
@ -221,7 +221,7 @@ bool StdMeshers_MEFISTO_2D::Compute(SMESH_Mesh & aMesh, const TopoDS_Shape & aSh
|
|||||||
_quadraticMesh = myTool->IsQuadraticSubMesh(aShape);
|
_quadraticMesh = myTool->IsQuadraticSubMesh(aShape);
|
||||||
|
|
||||||
if ( _quadraticMesh && _hypLengthFromEdges )
|
if ( _quadraticMesh && _hypLengthFromEdges )
|
||||||
_edgeLength *= 2.;
|
aretmx *= 2.;
|
||||||
|
|
||||||
myOuterWire = BRepTools::OuterWire(F);
|
myOuterWire = BRepTools::OuterWire(F);
|
||||||
nbpnt += NumberOfPoints(aMesh, myOuterWire);
|
nbpnt += NumberOfPoints(aMesh, myOuterWire);
|
||||||
|
Loading…
Reference in New Issue
Block a user