0027802: [Regression to 7.0] Solid classifier raises exception ConstructionError
[occt.git] / tests / bugs / modalg_6 / bug23666
CommitLineData
64b47061 1puts "============"
2puts "OCC23666"
3puts "============"
4puts ""
5###############################
6## Wrong section curve between attached faces
7###############################
8
9restore [locate_data_file bug23666_b1.brep] b1
10restore [locate_data_file bug23666_b2.brep] b2
11
12bclearobjects
13bcleartools
14baddobjects b1
15baddtools b2
16bfillds
17bbuild result
18
19checkprops result -s 1.21915e+08
20
21set nbshapes_expected "
22Number of shapes in shape
23 VERTEX : 10
24 EDGE : 13
25 WIRE : 4
26 FACE : 4
27 SHELL : 0
28 SOLID : 0
29 COMPSOLID : 0
30 COMPOUND : 1
31 SHAPE : 32
32"
33checknbshapes result -ref ${nbshapes_expected} -t -m "result done by General Fuse algorithm"
5747059b 34checkview -display result -3d -path ${imagedir}/${test_image}.png