Correction of testing case for issue 24374
[occt.git] / tests / bugs / modalg_2 / bug427_6
CommitLineData
ab87e6fc 1puts "TODO ?OCC12345 ALL: ERROR. offsetperform operation not done."
2puts "TODO ?OCC12345 ALL: Tcl Exception: ERROR. offsetperform operation not done."
3puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
f1aa2b62 4
5puts "========================"
6puts " OCC427 "
7puts "(case 6)"
8puts "========================"
9puts ""
10cpulimit 1200
11proc OFFSETSHAPE {distance faces calcul type} {
12 uplevel #0 explode s f
13 uplevel #0 offsetparameter 1e-7 $calcul $type
14 uplevel #0 offsetload s $distance $faces
15 uplevel #0 offsetperform result
16}
17
18#Shell no rough and rounded mode
19
20set calcul "c"
21set type "i"
22
23circle w -20 0 0 20
24mkedge w w 0 pi*2/5
25wire w w
26polyline profile 0 0 0 10 0 0 5 0 5 0 0 0
27mkplane profile profile
28pipe s w profile
29
30OFFSETSHAPE 1 {s_4 s_5} $calcul $type
31
32set square 808.448
33set 2dviewer 0