c5e89ce9a1fbc2b1636b81b80daae8b7c7dfaf33
[occt.git] / tests / bugs / demo / CR23416
1 puts "============"
2 puts "CR23416"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Regression of current version in compare with occt-653: crash while visualizing the shape
7 #######################################################################
8
9 isos 2
10 smallview
11 if [catch { restore [locate_data_file CR23416-ProblemFace.brep] result } res] {
12     puts "Error : crashes during visualization"
13 }
14 fit
15 set only_xwd 1
16
17