mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
339 B
Plaintext
Executable File
20 lines
339 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC183 "
|
|
puts "(case 1)"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
restore [locate_data_file f1] b1
|
|
checkshape b1
|
|
|
|
restore [locate_data_file f4] b2
|
|
checkshape b2
|
|
|
|
bcommon result b1 b2
|
|
checkshape result
|
|
|
|
checkprops result -s 315.159
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|