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