0028694: IGES reader produces too small edge covered by its vertices
[occt.git] / tests / bugs / step / bug26289
CommitLineData
82314bdf 1puts "============"
2puts "OCC26289"
3puts "============"
4puts ""
5#######################################################################
6# STEP import/export produces an empty shape
7#######################################################################
8
9restore [locate_data_file bug26289_solid_3.brep] a1
10
11set aFile ${imagedir}/bug26289.stp
12catch { file delete ${aFile} }
13
14stepwrite a a1 ${aFile}
15
16stepread ${aFile} b *
17
18checknbshapes b_1 -vertex 338 -edge 673 -wire 337 -face 337 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 1687 -m "Shape"
19
20vinit View1
21vdisplay a1
22vfit
23vdump ${imagedir}/${casename}_1.png
24
25vinit View2
26vdisplay b_1
27vfit
28vdump ${imagedir}/${casename}_2.png