mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The misprint leading to the problems was fixed. "Draw" tests were created to check the fix. "Draw" test bugs/modalg_7/bug28784 was corrected for right changes of the results.
15 lines
276 B
Plaintext
15 lines
276 B
Plaintext
puts "========"
|
|
puts "0029956: HLR polygonal algorithm: regression in 7.1 relative to 7.0"
|
|
puts "========"
|
|
puts ""
|
|
|
|
pload XSDRAW
|
|
testreadstep [locate_data_file example_auto_tooling_01.stp] s
|
|
vinit
|
|
vdisplay s
|
|
vfit
|
|
vhlrtype polyAlgo s
|
|
vhlr on
|
|
|
|
vdump ${imagedir}/${casename}.png
|