0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_4 / bug8842_1
CommitLineData
a8676008 1puts "============"
2puts "OCC8842"
3puts "============"
4puts ""
5#######################################################################
6# Errors in Offset Shape algorithm working with bspline and surface of revolution
7#######################################################################
8
9set BugNumber OCC8842
10
11if {[info commands testreadiges] == ""} {pload XSDRAW}
12
13proc 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
23testreadiges [locate_data_file OCC8842_cone_CATIA.igs] a1
24
25sewing con1 a1
26
27# join type Arc
28puts "***** offsetting with join type Arc"
29puts " cone_CATIA + 5"
30
31if [catch { myoffset result con1 5 0 } catch_result] {
32 puts "${BugNumber}: Faulty (1)"
33} else {
34
35set square 32396.2
36
a4eba920 37checknbshapes result -vertex 5 -edge 8 -wire 4 -face 4 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 22
a8676008 38}
39
40set 2dviewer 0