mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
* Test case has been added * Adjust mesh characteristics in test cases according to changes in issue #27537
20 lines
380 B
Plaintext
Executable File
20 lines
380 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " BUC60959 "
|
|
puts " OCC347 "
|
|
puts " (case 1) "
|
|
puts "========================"
|
|
|
|
restore [locate_data_file OCC347a.brep] result
|
|
checkshape result
|
|
|
|
tclean result
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vsetdispmode result 1
|
|
|
|
checktrinfo result -tri 74 -nod 76
|
|
checkprops result -s 314.159
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|