0031075: Application Framework - reading STEP file into TDocStd_Document leads to...
[occt.git] / tests / bugs / xde / bug810
1 puts "========================"
2 puts " OCC810 "
3 puts "========================"
4 puts ""
5 ########################################################################
6 ## This bug reproducing by doing fixshape for face (In fixshape command invokes segment of bspline curve)
7 ## The fix for this bug is fix of OCC311 for Geom_BSplineCurve and Geom2d_BSplineCurve.
8 ########################################################################
9
10 restore [locate_data_file OCC810.rle] a
11
12 if { [catch { fixshape result a 1.e-7 0.1 } ] > 0 } {
13    puts "Faulty OCC810"
14 }
15
16 checkview -display result -2d -path ${imagedir}/${test_image}.png
17