mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
308 B
Plaintext
Executable File
16 lines
308 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "BUC60841"
|
|
puts "========"
|
|
|
|
restore [locate_data_file buc60841a.brep] sh1
|
|
checkshape sh1
|
|
restore [locate_data_file buc60841b.brep] sh2
|
|
checkshape sh2
|
|
|
|
bfuse result sh1 sh2
|
|
|
|
checkprops result -s 890971
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|