mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
17 lines
335 B
Plaintext
Executable File
17 lines
335 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts "BUC60803"
|
|
puts "========================"
|
|
|
|
restore [locate_data_file buc60803a.brep] a
|
|
checkshape a
|
|
restore [locate_data_file buc60803b.brep] b
|
|
checkshape b
|
|
|
|
bfuse result a b
|
|
|
|
checkprops result -s 1.86064e+07
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|