eap 7923b41e35 0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
Use maximal tolerance of face when checking node positions

+  static double MaxTolerance( const TopoDS_Shape& shape );

-      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 2*BRep_Tool::Tolerance( F ));
+      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 10*MaxTolerance( F ));

-      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 2*BRep_Tool::Tolerance( E ),/*force=*/ !validU );
+      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 10*MaxTolerance( F ),/*force=*/ !validU );
2010-11-02 14:11:10 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-10-22 08:42:28 +00:00
2010-05-07 15:08:23 +00:00
2004-06-18 08:34:31 +00:00
2010-10-05 11:55:00 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2010-05-07 15:08:23 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%