0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / xde / bug23951
1 puts "=========="
2 puts "OCC23951"
3 puts "=========="
4 puts ""
5 #####################################################################################
6 # Visibility of free, simple shapes not saved when writing XCAF Document info STEP
7 #####################################################################################
8
9 pload QAcommands
10
11 set FilePath ${imagedir}/bug23951_test_box.step
12
13 file delete -force ${FilePath}
14 set info [OCC23951 ${FilePath}]
15
16 if { [regexp "Write  Done" $info] != 1 } {
17   puts "Error: file was not written"
18 } else {
19   puts "OK: file was written"
20 }
21
22 stepread ${FilePath} a *
23 axo
24 fit
25
26 set only_screen_axo 1