0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_4 / bug8842_8
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 cpulimit 500
12
13 if {[info commands testreadiges] == ""} {pload XSDRAW}
14
15 proc myoffset {result sh val tan} {
16   if {$tan == 1} {
17     offsetparameter 1e-7 p i
18   } else {
19     offsetparameter 1e-7 p a
20   }
21   uplevel offsetload $sh $val
22   uplevel offsetperform $result
23 }
24
25 testreadiges [locate_data_file OCC8842_cone_Ideas.igs] a2
26
27 DT_ShapeDivide con2 a2
28
29 # join type Intersection
30 puts "***** offsetting with join type Intersection"
31 puts "   cone_Ideas - 5"
32
33 if [catch { myoffset result con2 -5 1 } catch_result] {
34   puts "${BugNumber}: Faulty (1)"
35 } else {
36
37 checkprops result -s 9885.2 
38 checkshape result
39 checknbshapes result -vertex 4 -edge 9 -wire 4 -face 4 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 23
40 }
41
42 checkview -display result -2d -path ${imagedir}/${test_image}.png