0031492: BRepBuilderAPI_MakeFace crashes on a wire
[occt.git] / tests / bugs / modalg_7 / bug30880_1
1 puts "========"
2 puts "0030880: Bug in BRepExtrema_ExtCF"
3 puts "========"
4 puts ""
5
6 pload QAcommands
7
8 restore [locate_data_file bug30880_edge.brep] e
9 restore [locate_data_file bug30880_face.brep] f
10
11 if {![regexp "No solutions" [OCC30880 e f]]} {
12   puts "Error: Incorrect extrema solutions"
13 }