0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / heal / bug26219_1
CommitLineData
b4d4dbe8 1puts "========================"
2puts " OCC26219"
3puts "========================"
4puts ""
5###########################################################
6## ShapeUpgrade_UnifySameDomain fails with StdFail_NotDone exception
7###########################################################
8
9restore [locate_data_file bug26219_unifysamedomain.valid_input.brep] p
10
11# -----------------------------------------------------------------------------
12# Attempt to simplify the model
13# -----------------------------------------------------------------------------
14
15set nbshapes_before_simplify "
16Number of shapes in shape
17 VERTEX : 200
18 EDGE : 348
19 WIRE : 150
20 FACE : 150
21 SHELL : 1
22 SOLID : 1
23 COMPSOLID : 0
24 COMPOUND : 1
25 SHAPE : 851
26"
27checknbshapes p -ref ${nbshapes_before_simplify} -t -m "result before attempt to simplify the model"
28
29axo; donly p; fit
30xwd ${imagedir}/${casename}_1.png
31
32unifysamedom p p
33
34set nbshapes_after_simplify "
35Number of shapes in shape
26ca3bd5 36 VERTEX : 128
37 EDGE : 192
b4d4dbe8 38 WIRE : 66
39 FACE : 66
40 SHELL : 1
41 SOLID : 1
42 COMPSOLID : 0
43 COMPOUND : 1
26ca3bd5 44 SHAPE : 455
b4d4dbe8 45"
46checknbshapes p -ref ${nbshapes_after_simplify} -t -m "result after attempt to simplify the model"
47
48xwd ${imagedir}/${casename}_2.png