0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_2 / bug5805_3
CommitLineData
44be1230 1puts "TODO OCC26556 ALL: ERROR. Mixed connectivity of faces."
e1ed38e0 2
61c421bf 3puts "============"
4puts "OCC5805"
5puts "============"
6puts ""
7######################################################
8# BRepOffsetAPI_MakeThickSolid behaves unstably and produces very different results.
9######################################################
10
11set BugNumber OCC5805
12
13restore [locate_data_file OCC5805.brep] a
14
6d368502 15checkshape a
61c421bf 16
17explode a f
18
19if { [catch { offsetshape result a -1 a_6 } catch_result] } {
20 puts "Faulty ${BugNumber} : offsetshape is wrong"
21}
22
44be1230 23if { [isdraw result] } {
fb60057d 24checkmaxtol result -min_tol 1.
61c421bf 25
58cf74e0 26checkprops result -s 1185.03
27checkshape result
61c421bf 28
a4eba920 29checknbshapes result -vertex 10 -edge 15 -wire 7 -face 7 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 41
5747059b 30checkview -display result -2d -path ${imagedir}/${test_image}.png
44be1230 31}