1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug31029
ifv d7992a77f6 0031029: BRepLib::SameParameter regression in OCCT 7.4 from OCCT 7.3
1. BRepLib.cxx: calculation of 2d tolerance is changed in method BRepLib::SameParameter(Edge..)
2. Geom2dConvert.cxx: incorrect comparing
"SquareDistance < tolerance"
is replaced by
"SquareDistance < tolerance*tolerance"
because tolerance is linear value.
2019-10-22 15:15:44 +03:00

12 lines
292 B
Plaintext

puts "======================================================="
puts "0031029: BRepLib::SameParameter regression in OCCT 7.4 from OCCT 7.3"
puts "======================================================="
puts ""
restore [locate_data_file bug31029.brep] f
sameparameter f 1.e-5
checkshape f