mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-03 19:47:14 +08:00
c59fcd1186
Incorrect work of HLR algorithm caused by usage of wrong tolerances, wrong sampling of 2d curve and some other bugs are fixed. Test cases for issue CR27341
18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
puts "============"
|
|
puts "OCC27341"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Incorrect exact HLR results
|
|
######################################################
|
|
|
|
restore [locate_data_file bug27341_hlrsave.brep] result
|
|
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vhlr on
|
|
vhlrtype algo result
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|