0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / heal / bug26572
1 puts "========"
2 puts "OCC26572"
3 puts "========"
4 puts ""
5 #######################################################################
6 # Error in ShapeUpgrade_UnifySameDomain algorithm: can not merge two edges in customer's shape
7 #######################################################################
8
9 restore [locate_data_file bug26572_issue_12_new_input.brep] s
10
11 smallview
12 donly s
13 fit
14 xwd ${imagedir}/${casename}_1.png
15
16 unifysamedom res s
17
18 set nbshapes_expected "
19 Number of shapes in shape
20  VERTEX    : 48
21  EDGE      : 72
22  WIRE      : 28
23  FACE      : 27
24  SHELL     : 1
25  SOLID     : 1
26  COMPSOLID : 0
27  COMPOUND  : 1
28  SHAPE     : 178
29 "
30 checknbshapes res -ref ${nbshapes_expected} -t -m "Shape Upgrade"
31
32 donly res
33
34 xwd ${imagedir}/${casename}_2.png