0031496: Modeling Algorithms - BRepAlgo::ConcatenateWireC0() crashes
[occt.git] / tests / bugs / modalg_7 / bug30230
CommitLineData
5f41ce66 1puts "========"
2puts "0030230: An optimal bounding box of a face is too large"
3puts "========"
4puts ""
5
6restore [locate_data_file bug30230.brep] f
7bounding f -optimal -save xmin ymin zmin xmax ymax zmax
8
9checkreal xmin [dval xmin] -12659.707180220001 1.e-7 0
10checkreal ymin [dval ymin] 3389.8415241848311 1.e-7 0
11checkreal zmin [dval zmin] -100.01220790140377 1.e-7 0
12checkreal xmax [dval xmax] -12027.91640874722 1.e-7 0
13checkreal ymax [dval ymax] 3901.8916275309998 1.e-7 0
14checkreal zmax [dval zmax] 1.0003384222321339e-007 1.e-7 0