mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
puts "============"
|
|
puts "OCC25813"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# regression in Hidden Line Removal
|
|
######################################################
|
|
|
|
ptorus result 30 10
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vhlr on
|
|
vhlrtype algo result
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|