mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
280 B
Plaintext
Executable File
18 lines
280 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "BUC60927"
|
|
puts "============"
|
|
|
|
restore [locate_data_file BUC60927.brep] a
|
|
|
|
explode a
|
|
checkshape a_1
|
|
checkshape a_2
|
|
|
|
bcut result a_2 a_1
|
|
|
|
checkprops result -s 94795.3
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|