mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
14 lines
270 B
Plaintext
Executable File
14 lines
270 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC466 "
|
|
puts "========================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC466.brep] res
|
|
checkshape res
|
|
|
|
nurbsconvert result res
|
|
|
|
checkprops result -s 693.577
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|