mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
20 lines
366 B
Plaintext
Executable File
20 lines
366 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC211"
|
|
puts "========"
|
|
|
|
##########################################
|
|
##Error of fillet prolongation.
|
|
##########################################
|
|
|
|
restore [locate_data_file OCC211.brep] a
|
|
|
|
explode a e
|
|
|
|
blend result a 10 a_24
|
|
checkshape result
|
|
|
|
checkprops result -s 1.34399e+06
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|