mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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
|