mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
21 lines
571 B
Plaintext
Executable File
21 lines
571 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "BUC60896"
|
|
puts "============"
|
|
puts ""
|
|
###############################################################
|
|
## If give command "sameparameter edge" on attached edge in the DRAW this command hang.
|
|
###############################################################
|
|
|
|
restore [locate_data_file BUC60896_edge.rle] result
|
|
# checkshape res
|
|
|
|
sameparameter result
|
|
sameparameter result tol 1.e-2
|
|
sameparameter result tol 1000
|
|
|
|
checkprops result -l 48288.3
|
|
checkshape result
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|