mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
293 B
Plaintext
Executable File
19 lines
293 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "BUC60928"
|
|
puts "OCC334"
|
|
puts "============"
|
|
|
|
restore [locate_data_file BUC60928.brep] a
|
|
|
|
explode a
|
|
checkshape a_1
|
|
checkshape a_2
|
|
|
|
bcut result a_2 a_1
|
|
|
|
checkprops result -s 358258
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|