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
24 lines
470 B
Plaintext
Executable File
24 lines
470 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23625"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# New functionality building reflect lines on a shape
|
|
######################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug23625_a3.brep] a
|
|
|
|
top
|
|
fit
|
|
|
|
reflectlines result a 0 0 1
|
|
|
|
checkprops result -l 4843.56
|
|
checkshape result
|
|
checksection result
|
|
|
|
donly result
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|