1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug30090
emv 0e48692e82 0030090: Modeling Algorithms - BRepLib::FindValidRange does not find valid range for the edge
BRepLib::FindValidRange - check each sampling point to be out of tolerance sphere of the vertex.
Test case for the issue.
2018-09-01 11:10:22 +03:00

13 lines
425 B
Plaintext

puts "========"
puts "OCC30090: Modeling Algorithms - BRepLib::FindValidRange does not find valid range for the edge"
puts "========"
puts ""
restore [locate_data_file bug30090_edge.brep] e
if {[regexp {([-0-9.+eE]+) ([-0-9.+eE]+)} [validrange e] full first last]} {
checkreal First $first 0.043210875526017684 1.e-7 0
checkreal Last $last 0.98374162670821774 1.e-7 0
} else {
puts "Error: valid range is not found"
}