0025715: Intersection between cylinders produces excess vertices
[occt.git] / tests / bugs / modalg_5 / bug25043
1 puts "============"
2 puts "OCC25043"
3 puts "============"
4 puts ""
5 ###############################
6 ## there is no possibility to know what exactly subshape of source shape has detected problems by BRepAlgoAPI_Check
7 ###############################
8
9 pload QAcommands
10 restore [locate_data_file bug25043.brep] a
11
12 decho off
13 set info [OCC25043 a]
14 decho on
15
16 if { [regexp "Faulty shape if found in source shape" ${info}] == 1 } {
17     puts "OK : Good result"
18 } else {
19     puts "Error : Wrong result"
20 }