0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_2 / bug21652_1
1 puts "TODO OCC11111 ALL: Error :  is WRONG because number of"
2
3 puts "============"
4 puts "OCC21652"
5 puts "============"
6 puts ""
7 #######################################################################
8 # Problem with offset on the wire
9 #######################################################################
10
11 set BugNumber OCC21652
12
13 puts "Load shape ..."
14 restore [locate_data_file OCC21652.brep] a 
15
16 if [catch { mkoffset resoffset a 1 1.0 } ] {
17   puts "Faulty ${BugNumber} : mkoffset is wrong"
18 } else {
19   renamevar resoffset_1 result
20
21 set length 372.531
22
23 checknbshapes result -vertex 93 -edge 93 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 187}
24
25 set 2dviewer 1
26