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