mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
281 B
Plaintext
Executable File
19 lines
281 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC4"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC4.brep] sh
|
|
checkshape sh
|
|
|
|
explode sh e
|
|
|
|
fillet result sh 15 sh_14
|
|
checkshape result
|
|
|
|
checkprops result -s 177328
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|