0025378: Building of triangulation for distored surfaces can take very long using...
[occt.git] / tests / bugs / demo / bug23416
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 set info [restore [locate_data_file CR23416-ProblemFace.brep] result]
12 set check_error [lsearch $info exception]
13 if { $check_error != -1 } {
14     puts "Error : crashes during visualization"
15 }
16 fit
17 set only_xwd 1
18
19
20