mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|