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
20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
puts "============"
|
|
puts "OCC25813"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# regression in Hidden Line Removal
|
|
######################################################
|
|
|
|
pcylinder cc 10 30
|
|
pcylinder cc2 8 50
|
|
ttranslate cc2 0 0 2
|
|
bfuse result cc cc2
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vhlr on
|
|
vhlrtype algo result
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|