0025449: Excess vertex in result of General Fuse operation.
[occt.git] / tests / bugs / modalg_5 / bug23954
CommitLineData
1704c576 1puts "============"
2puts "OCC23954"
3puts "============"
4puts ""
5##########################################################
6# BRepPrimAPI_MakeRevol fails to recognize a torus case
7##########################################################
8
9circle c_1 0 100 0 1 0 0 0 1 0 100
10circle c_2 0 100 0 1 0 0 0 0 1 100
11circle c_3 0 100 0 1 0 0 0 -1 0 100
12circle c_4 0 100 0 1 0 0 0 0 1 10
13circle c_5 0 100 0 1 0 0 0 0 1 120
14for { set i 1 } { $i <= 5 } { incr i } {
15 mkedge e c_$i
16 revol r e 0 0 0 0 0 1 90
17 mksurface s_$i r
18 dump s_$i
19}