0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_7 / bug5081_1
CommitLineData
9026dea8 1puts "TODO OCC5081 ALL: Faulty shapes in variables faulty_1 to faulty_"
2puts "TODO OCC5081 ALL: Error: BRepOffset_MakeOffsetShape algorithm does not return valid result"
3
4puts "======="
5puts "OCC5081"
6puts "======="
7puts ""
8####################################################################
9# BRepOffset_MakeOffsetShape algorithm does not return valid result.
10####################################################################
11
12restore [locate_data_file bug5582_shape1.brep] comp
13
14explode comp so
15
16offsetparameter 0.00001 p a
17offsetload comp_1 1
18offsetperform res
19
20checkshape res
21
22set Log [bopcheck res]
23if {[regexp "This shape seems to be OK" ${Log}] != 1} {
24 puts "Error: BRepOffset_MakeOffsetShape algorithm does not return valid result"
25}
26
27smallview
28fit
29checkview -screenshot -2d -path ${imagedir}/${test_image}.png