0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_6 / bug26173
CommitLineData
7d92212e 1puts "============"
2puts "OCC26173"
3puts "============"
4puts ""
5#######################################################################
6# Wrong result of ChFi3d_ChBuilder algorithm: incorrect processing of G1 junctions at vertex
7#######################################################################
8
9restore [locate_data_file bug26173_lim1.brep] b
10
11explode b e
12copy b_10 e
13explode b f
14copy b_3 f1
15
16smallview
17donly b f1 e
18fit
19xwd $imagedir/${test_image}_1.png
20
21chamf result b e f1 1 1
22
23donly result
24fit
25xwd $imagedir/${test_image}_2.png
26
58cf74e0 27checkprops result -s 662.657
28checkshape result
7d92212e 29
30set nbshapes_expected "
31Number of shapes in shape
32 VERTEX : 22
33 EDGE : 33
34 WIRE : 15
35 FACE : 14
36 SHELL : 1
37 SOLID : 1
38 COMPSOLID : 0
39 COMPOUND : 1
40 SHAPE : 87
41"
42
43checknbshapes result -ref ${nbshapes_expected} -t -m "Result of ChFi3d_ChBuilder algorithm"