mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-29 04:00:33 +05:00
PAL13639 (Create "0D Hypothesis")
use larger tolerances calling BRepLProp::Continuity()
This commit is contained in:
parent
073be6463c
commit
a96791a608
@ -405,7 +405,7 @@ GeomAbs_Shape SMESH_Algo::Continuity(const TopoDS_Edge & E1,
|
|||||||
Standard_Real u2 = BRep_Tool::Parameter( V, E2 );
|
Standard_Real u2 = BRep_Tool::Parameter( V, E2 );
|
||||||
BRepAdaptor_Curve C1( E1 ), C2( E2 );
|
BRepAdaptor_Curve C1( E1 ), C2( E2 );
|
||||||
Standard_Real tol = BRep_Tool::Tolerance( V );
|
Standard_Real tol = BRep_Tool::Tolerance( V );
|
||||||
Standard_Real angTol = 1e-3;
|
Standard_Real angTol = 2e-3;
|
||||||
try {
|
try {
|
||||||
#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
|
#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
|
||||||
OCC_CATCH_SIGNALS;
|
OCC_CATCH_SIGNALS;
|
||||||
|
Loading…
Reference in New Issue
Block a user