mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
283 B
Plaintext
Executable File
20 lines
283 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC123"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC123.brep] sh
|
|
checkshape sh
|
|
|
|
explode sh
|
|
|
|
bfuse result sh_2 sh_1
|
|
|
|
checkprops result -s 81598.4
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|
|
|