0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / modalg_1 / bug16667_2
CommitLineData
3bea4c16 1puts "============"
2puts "OCC16667"
3puts "============"
4puts ""
5#######################################################################
6# 2D Offset algorithm fails
7#######################################################################
8
9restore [locate_data_file OCC16667-face.brep] a
10
11mkoffset resoffset a 1 -20
12renamevar resoffset_1 result
13
58cf74e0 14checkprops result -l 1188.62
15checkshape result
16checksection result
a4eba920 17checknbshapes result -vertex 5 -edge 5 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 11
5747059b 18checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 19