0026554: Error in IntPatch_PrmPrmIntersection: initial step for walking line is not...
[occt.git] / tests / bugs / modalg_6 / bug26493
1 puts "============"
2 puts "OCC26493"
3 puts "============"
4 puts ""
5 #######################################################################
6 # BRepProj_Projection failed to project a wire on a shell
7 #######################################################################
8
9 restore [locate_data_file bug26493_plate.brep] plate
10 restore [locate_data_file bug26493_wire.brep] wire
11
12 prj res wire plate 0 0 -1
13
14 renamevar res_1 result
15
16 set length 1189.91
17
18 set nbshapes_expected "
19 Number of shapes in shape
20  VERTEX    : 3
21  EDGE      : 2
22  WIRE      : 1
23  FACE      : 0
24  SHELL     : 0
25  SOLID     : 0
26  COMPSOLID : 0
27  COMPOUND  : 0
28  SHAPE     : 6
29 "
30 checknbshapes result -ref ${nbshapes_expected} -t -m "fuzzy booleans with multiple tools"