mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
19 lines
487 B
Plaintext
Executable File
19 lines
487 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "BUC60895"
|
|
puts "============"
|
|
puts ""
|
|
##############################################################
|
|
##If give command "sameparameter edge" on attached edge in the DRAW this command hang.
|
|
##############################################################
|
|
|
|
restore [locate_data_file BUC60895.brep] result
|
|
|
|
fsameparameter result
|
|
checkshape result
|
|
|
|
checkprops result -l 12.6012
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|