mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
14 lines
370 B
Plaintext
Executable File
14 lines
370 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23651"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Exception on fillet construction between NURBS and surface of revolution
|
|
###############################
|
|
|
|
restore [locate_data_file bug23651_turbine_shell_one_edge.brep] s
|
|
explode s e
|
|
blend result s 1 s_4
|
|
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|