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