mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Regressions that appeared in OCCT 6.6.0 are fixed. Correction of test cases for issue #25813 Reference data update for test case bugs/mnodalg_6 /bug25908
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
puts "============"
|
|
puts "OCC25813"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# regression in Hidden Line Removal
|
|
######################################################
|
|
|
|
restore [locate_data_file bug25813_hlr-test_normandc1m1-draw-Cut001.brep] result
|
|
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vhlr on
|
|
vhlrtype algo result
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|