mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 19:50:24 +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
24 lines
472 B
Plaintext
Executable File
24 lines
472 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23625"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# New functionality building reflect lines on a shape
|
|
######################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug23625_a4.brep] a
|
|
|
|
right
|
|
fit
|
|
|
|
reflectlines result a 1 0 0
|
|
|
|
checkprops result -l 4207.74
|
|
checkshape result
|
|
checksection result
|
|
|
|
donly result
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|