0031496: Modeling Algorithms - BRepAlgo::ConcatenateWireC0() crashes
[occt.git] / tests / bugs / modalg_7 / bug29382
CommitLineData
389b9d5c 1puts "================================================================================"
2puts "OCC29382: ShapeUpgrade_UnifySameDomain algorithm incorrectly processes the shape"
3puts "================================================================================"
4puts ""
5
6restore [locate_data_file bug29382_Group_3.brep] a
7
8unifysamedom result a
9
10checkshape result
11checkshape a
12
13checknbshapes result -solid 3 -shell 3 -face 18 -wire 18 -edge 36 -vertex 22
14
15set tolres [checkmaxtol result]
16
17if { ${tolres} > 1.8066863810061599e-05} {
18 puts "Error: bad tolerance of result"
19}
20
21explode result
22checkprops result_1 -v 4.41996e-06
23checkprops result_2 -v 1.30453e-06
24checkprops result_3 -v 1.16532e-06