0031275: Visualization, TKOpenGl - handle normal-map texture with Path-Tracing
[occt.git] / tests / bugs / modalg_7 / bug30090
1 puts "========"
2 puts "OCC30090: Modeling Algorithms - BRepLib::FindValidRange does not find valid range for the edge"
3 puts "========"
4 puts ""
5
6 restore [locate_data_file bug30090_edge.brep] e
7 if {[regexp {([-0-9.+eE]+) ([-0-9.+eE]+)} [validrange e] full first last]} {
8   checkreal First $first 0.043210875526017684 1.e-7 0
9   checkreal Last $last 0.98374162670821774 1.e-7 0
10 } else {
11   puts "Error: valid range is not found"
12 }