0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug25298_11
CommitLineData
c19dd45e 1puts "============"
2puts "OCC25298"
3puts "============"
4puts ""
5#######################################################################
6# New option of BRepOffsetAPI_MakeOffset algorithm: processing of sharp corners in mode GeomAbs_Intersection
7#######################################################################
8
9polyline pp 0 0 0 10 0 0 10 10 0 6 10 0 6 15 0 4 15 0 4 10 0 0 10 0 0 0 0
10
11smallview
12display pp
13fit
14
15if [catch { mkoffset resoffset pp 1 -2. i } ] {
16 puts "Error : mkoffset is wrong"
17} else {
18 renamevar resoffset_1 result
19
58cf74e0 20 checkprops result -l 24
21checkshape result
22checksection result
c19dd45e 23
a4eba920 24 checknbshapes result -vertex 5 -edge 5 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 11
c19dd45e 25 display result
26 fit
27}
28
5747059b 29checkview -screenshot -2d -path ${imagedir}/${test_image}.png