0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug26575
1 puts "============"
2 puts "OCC26575"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Normal projection of an edge to a face is wrong
7 #######################################################################
8
9 restore [locate_data_file bug26575_face.brep] f
10 restore [locate_data_file bug26575_wire.brep] w
11
12 prj res w f 0 0 1
13
14 renamevar res_1 result
15
16 checkprops result -l 238.46 
17 checkshape result 
18 checksection result
19
20 set nbshapes_expected "
21 Number of shapes in shape
22  VERTEX    : 2
23  EDGE      : 1
24  WIRE      : 1
25  FACE      : 0
26  SHELL     : 0
27  SOLID     : 0
28  COMPSOLID : 0
29  COMPOUND  : 0
30  SHAPE     : 4
31 "
32 checknbshapes result -ref ${nbshapes_expected} -t -m "Normal projection of an edge to a face is wrong"