0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_2 / bug21652_2
CommitLineData
a4eba920 1puts "TODO OCC11111 ALL: Error : is WRONG because number of"
3bea4c16 2
3puts "============"
4puts "OCC21652"
3bea4c16 5puts "============"
6puts ""
7#######################################################################
9753e6de 8# Problem with offset on the wire
3bea4c16 9#######################################################################
10
11set BugNumber OCC21652
12
13puts "Load shape ..."
14restore [locate_data_file OCC21652.brep] a
15
16if [catch { mkoffset resoffset a 1 0.9 } ] {
17 puts "Faulty ${BugNumber} : mkoffset is wrong"
18} else {
19 renamevar resoffset_1 result
20
58cf74e0 21checkprops result -l 371.913
22checkshape result
23checksection result
3bea4c16 24
a4eba920 25checknbshapes result -vertex 93 -edge 93 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 187}
5747059b 26checkview -display result -2d -path ${imagedir}/${test_image}.png