0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_5 / bug25887
CommitLineData
0f9f1f4e 1puts "========"
2puts "OCC25887"
3puts "========"
4puts ""
5#############################
6# Invalid pipe construction
7#############################
8
9restore [locate_data_file OCC25887_shape.brep] a
10
11smallview
12
13explode a
14
15pipe res a_1 a_2 1
16
17donly res
18fit
19
20set bug_info [checkshape res]
21if {[string compare $bug_info "This shape seems to be valid"] != 0} {
22 puts "ERROR: OCC25887 is reproduced."
23}
24
5747059b 25checkview -screenshot -2d -path ${imagedir}/${test_image}.png