mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08: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
|
|
|