mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
|
|
|