0027329: Export to STEP failure
[occt.git] / tests / bugs / step / bug27329
1 puts "========"
2 puts "OCC27329"
3 puts "========"
4 puts ""
5 #########################
6 # Export to STEP failure
7 #########################
8
9 restore [locate_data_file bug27329_phenix.brep] a
10
11 param write.step.nonmanifold 1
12 param read.step.nonmanifold 1
13 newmodel
14
15 stepwrite 0 a $imagedir/bug27329_temp.stp
16 stepread $imagedir/bug27329_temp.stp b *
17 renamevar b_1 result
18
19 checknbshapes result -solid 3 -shell 3 -face 42
20
21 param write.step.nonmanifold 0
22 param read.step.nonmanifold 0
23 newmodel