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
244 B
Plaintext
15 lines
244 B
Plaintext
puts "========"
|
|
puts "0030243: Regression in HLR PolyAlgo in OCCT 7.1.0"
|
|
puts "========"
|
|
puts ""
|
|
|
|
pload XSDRAW
|
|
testreadstep [locate_data_file BFC_10000.stp] s
|
|
vinit
|
|
vdisplay s
|
|
vfit
|
|
vhlrtype polyAlgo s
|
|
vhlr on
|
|
|
|
vdump ${imagedir}/${casename}.png
|