mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
15 lines
269 B
Plaintext
Executable File
15 lines
269 B
Plaintext
Executable File
|
|
puts "==========="
|
|
puts " BUC60955"
|
|
puts "==========="
|
|
|
|
puts "Restoring face from file"
|
|
restore [locate_data_file buc60955.brep] result
|
|
checkshape result
|
|
|
|
build3d result
|
|
|
|
checkprops result -s 8464.65
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|