0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / modalg_2 / bug427_4
CommitLineData
f1aa2b62 1
2puts "========================"
3puts " OCC427 "
4puts "(case 4)"
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
20circle w -20 0 0 20
21mkedge w w 0 pi*2/5
22wire w w
23polyline profile 0 0 0 10 0 0 5 0 5 0 0 0
24mkplane profile profile
25pipe s w profile
26
27OFFSETSHAPE 1 {} $calcul $type
28
29set square 1306.3
30set 2dviewer 0