mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
352 B
Plaintext
Executable File
17 lines
352 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts "BUC60776"
|
|
puts "========================"
|
|
|
|
restore [locate_data_file buc60776c.brep] a
|
|
checkshape a
|
|
restore [locate_data_file buc60776d.brep] b
|
|
checkshape b
|
|
bsection result a b
|
|
|
|
checkprops result -l 112.906
|
|
checkshape result
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|