mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Extrema_ExtCs.cxx: number of subdivision is incresed for curve; Modifications to fix regressions of some tests IntTools_BeanFaceIntersector.cxx: restriction of curve, which is used in Extrema_ExtCS ProjLib_CompProjectedCurve.cxx: tolerance is reduced for Extrema_ExtCS BRepOffset_Tool.cxx: checking common vertex if it is Null tests/bugs/modalg_7/bug27087 : test case added. tests/bugs/modalg_5/bug25232_8 : test is modified according to new behavior of algorithms
17 lines
472 B
Plaintext
17 lines
472 B
Plaintext
puts "========"
|
|
puts "OCC27087"
|
|
puts "========"
|
|
puts ""
|
|
#######################################################
|
|
# [Regression to OCCT 6.7.1] BRepExtrema_DistShapeShape gives wrong result
|
|
#######################################################
|
|
|
|
smallview
|
|
restore [locate_data_file bug27087.brep] a
|
|
explode a
|
|
distmini r a_1 a_2
|
|
if { [dval r_val] > 0.0001 } { puts "Error: too big deviation, should be 0!" }
|
|
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|