0026064: distmini of two edges locks up
[occt.git] / tests / bugs / modalg_6 / bug26080
CommitLineData
b85b0b07 1puts "============"
2puts "OCC26080"
3puts "============"
4puts ""
5###############################
6## Wrong result obtained by General Fuse operator.
7###############################
8
9restore [locate_data_file bug26080_qef001.brep] q
10
11explode q
12copy q_1 b1
13copy q_2 b2
14
15bclearobjects
16bcleartools
17baddobjects b1 b2
18
19bfillds
20bbuild result
21
22set square 1.36058e+06
23
24set nbshapes_expected "
25Number of shapes in shape
26 VERTEX : 7
27 EDGE : 6
28 WIRE : 1
29 FACE : 1
30 SHELL : 0
31 SOLID : 0
32 COMPSOLID : 0
33 COMPOUND : 1
34 SHAPE : 16
35"
ecd58be6 36checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by General Fuse operator"
b85b0b07 37
38set 3dviewer 1