0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_4 / bug8842_6
1 puts "============"
2 puts "OCC8842"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Errors in Offset Shape algorithm working with bspline and surface of revolution
7 #######################################################################
8
9 set BugNumber OCC8842
10
11 if {[info commands testreadiges] == ""} {pload XSDRAW}
12
13 proc myoffset {result sh val tan} {
14   if {$tan == 1} {
15     offsetparameter 1e-7 p i
16   } else {
17     offsetparameter 1e-7 p a
18   }
19   uplevel offsetload $sh $val
20   uplevel offsetperform $result
21 }
22
23 testreadiges [locate_data_file OCC8842_cone_Ideas.igs] a2
24
25 DT_ShapeDivide con2 a2
26
27 # join type Arc
28 puts "***** offsetting with join type Arc"
29 puts "   cone_Ideas - 5"
30
31 if [catch { myoffset result con2 -5 0 } catch_result] {
32   puts "${BugNumber}: Faulty (1)"
33 } else {
34
35 set square 9885.2
36 checknbshapes result -vertex 4 -edge 9 -wire 4 -face 4 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 23
37 }
38
39 set 2dviewer 0