0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / step / bug51
CommitLineData
075b21ec 1set os $env(os_type)
075b21ec 2
0e94a94e 3puts "================"
4puts "OCC51"
5puts "================"
6puts ""
7
8puts " write STEP and IGES file "
9box b 12 34 56
10
11######################################################################
12catch {exec rm ${imagedir}/box.step}
13catch {exec rm ${imagedir}/box.igs}
14
15stepwrite a b ${imagedir}/box.step
16
17brepiges b ${imagedir}/box.igs
18####################################################
19dall
20puts " Read STEP file "
21stepread ${imagedir}/box.step a *
22
23puts " Read IGES file "
24igesbrep ${imagedir}/box.igs b *
25
26compound a_1 b_1 result
352ffd73 27checkshape result
0e94a94e 28
29set 2dviewer 0
30