0031275: Visualization, TKOpenGl - handle normal-map texture with Path-Tracing
[occt.git] / tests / bugs / modalg_7 / bug30230
1 puts "========"
2 puts "0030230: An optimal bounding box of a face is too large"
3 puts "========"
4 puts ""
5
6 restore [locate_data_file bug30230.brep] f
7 bounding f -optimal -save xmin ymin zmin xmax ymax zmax
8
9 checkreal xmin [dval xmin] -12659.707180220001 1.e-7 0
10 checkreal ymin [dval ymin]  3389.8415241848311 1.e-7 0
11 checkreal zmin [dval zmin] -100.01220790140377 1.e-7 0
12 checkreal xmax [dval xmax] -12027.91640874722  1.e-7 0
13 checkreal ymax [dval ymax]  3901.8916275309998 1.e-7 0
14 checkreal zmax [dval zmax]  1.0003384222321339e-007 1.e-7 0