0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_2 / bug427_3
CommitLineData
f1aa2b62 1
2puts "========================"
3puts " OCC427 "
4puts "(case 3)"
5puts "========================"
6puts ""
7cpulimit 1200
8proc OFFSETSHAPE {distance faces calcul type} {
9 uplevel #0 explode s f
10 uplevel #0 offsetparameter 1e-7 $calcul $type
11 uplevel #0 offsetload s $distance $faces
12 uplevel #0 offsetperform result
13}
14
15#Shell no rough and rounded mode
16
17set calcul "c"
18set type "i"
19
20pcone s 9 4 15 90
21trotate s 0 0 0 0 0 1 90
22
23OFFSETSHAPE 1 {s_2 s_3} $calcul $type
24
25set square 885.688
26set 2dviewer 0