0025982: Wrong result obtained by General Fuse operator.
[occt.git] / tests / bugs / modalg_5 / bug25591
CommitLineData
b7d23870 1puts "============"
2puts "OCC25591"
3puts "============"
4puts ""
5#################################
6# Command mkshell produces wrong shell
7#################################
8
9sphere surf 100
10mkshell sh surf 1
11explode sh e
12catch {mkcurve csh_2 sh_2}
13
14if { [llength [dump csh_2]] > 0 } {
15 puts "Error: Command mkshell produces wrong shell"
16} else {
17 puts "OK: Command mkshell produces good shell"
18}