0030395: DRAW bop: Some sub-shapes of some of the argument become connected through...
[occt.git] / tests / bugs / modalg_7 / bug28571_2
CommitLineData
9026dea8 1puts "TODO OCC28571 ALL: Error: BRepOffsetAPI_MakeOffset build invalid wire"
2puts "TODO OCC28571 ALL: Error : There are alone Vertices"
3
4puts "========"
5puts "OCC28571"
6puts "========"
7puts ""
8#############################################
9# BRepOffsetAPI_MakeOffset build invalid wire
10#############################################
11
12restore [locate_data_file bug28571_inputwire.brep] w
13
14openoffset result w 1 1 a
15
16set Log [bopcheck result_1]
17if {[regexp "This shape seems to be OK" ${Log}] != 1} {
18 puts "Error: BRepOffsetAPI_MakeOffset build invalid wire"
19}
20
21regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result_1] full nbv
22if { $nbv != 0 } {
23 puts "Error : There are alone Vertices"
24}
25
26top
27donly w result_1
28fit
29checkview -screenshot -2d -path ${imagedir}/${test_image}.png