0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_6 / bug27448_2
1 puts "========"
2 puts "0027448: BOPTools_AlgoTools::IsMicroEdge does not correspond to shape validity criteria"
3 puts "Problem with Boolean CUT operation"
4 puts "========"
5 puts ""
6
7 restore [locate_data_file bug27448_gdml_ZF6.brep] b
8 explode b
9 if {![regexp "Warning" [bcut result b_1 b_2]]} {
10   puts "Error: WarningStatus has not been set"
11 }