0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug25298_12
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 a 0 0 0 10 0 0 10 20 0 5 5 0 0 20 0 0 0 0
10
11smallview
12display a
13fit
14
15if [catch { mkoffset resoffset a 1 0.5 i } ] {
16 puts "Error : mkoffset is wrong"
17} else {
18 renamevar resoffset_1 result
19
58cf74e0 20 checkprops result -l 92.9473
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