0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_2 / bug5805_4
CommitLineData
c1e0171c 1puts "TODO OCC25925 ALL: ERROR. offsetperform operation not done."
fb60057d 2puts "TODO OCC25925 ALL: Tcl Exception:"
c1e0171c 3puts "TODO OCC25925 ALL: TEST INCOMPLETE"
ab87e6fc 4
61c421bf 5puts "============"
6puts "OCC5805"
7puts "============"
8puts ""
9######################################################
10# BRepOffsetAPI_MakeThickSolid behaves unstably and produces very different results.
11######################################################
12
13set BugNumber OCC5805
14
15restore [locate_data_file OCC5805.brep] a
16
6d368502 17checkshape a
61c421bf 18
19explode a f
20
21offsetparameter 1e-7 c a
22offsetload a -1 a_6
23
24if { [catch { offsetperform result } catch_result] } {
25 puts "Faulty ${BugNumber} : offsetshape is wrong"
26}
27
fb60057d 28checkmaxtol result -min_tol 1.
61c421bf 29
58cf74e0 30checkprops result -s 1185.03
31checkshape result
61c421bf 32
a4eba920 33checknbshapes result -vertex 10 -edge 15 -wire 7 -face 7 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 41
5747059b 34checkview -display result -2d -path ${imagedir}/${test_image}.png