mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
298 B
Plaintext
Executable File
17 lines
298 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC27"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file shading_128.brep] a
|
|
checkshape a
|
|
|
|
explode a e
|
|
blend result a 1 a_5 1 a_6 1 a_7 1 a_8
|
|
checkshape result
|
|
|
|
checkprops result -s 155.846
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|