mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|