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/bug28844_2
emv df119b4ed9 0028844: Regression vs 7.1.0: Exception is raised by the solid classification algorithm
Protection from normalization of the null vector.

Test cases for the issue.
2017-06-22 11:34:18 +03:00

13 lines
406 B
Plaintext

puts "========"
puts "OCC28844"
puts "========"
puts ""
#######################################################
# Regression vs 7.1.0: Exception is raised by the solid classification algorithm
#######################################################
restore [locate_data_file bug28844_Body.brep] b
if {![regexp "Faulties" [bopargcheck b]]} {
puts "Error: bopargcheck fails to find faulty in the shape"
}