mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
20 lines
354 B
Plaintext
Executable File
20 lines
354 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "BUC60803"
|
|
puts "OCC102"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file buc60803a.brep] sh1
|
|
checkshape sh1
|
|
restore [locate_data_file buc60803b.brep] sh2
|
|
checkshape sh2
|
|
|
|
bfuse result sh2 sh1
|
|
|
|
checkprops result -s 1.86064e+07
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|