mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
20 lines
341 B
Plaintext
Executable File
20 lines
341 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC183 "
|
|
puts "(case 4)"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
restore [locate_data_file so1] b1
|
|
checkshape b1
|
|
|
|
restore [locate_data_file so2] b2
|
|
checkshape b2
|
|
|
|
bcommon result b1 b2
|
|
checkshape result
|
|
|
|
checkprops result -s 392.699
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|