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_5/bug24213
emv 9d1c5188ae 0024213: bopargcheck complains on sphere
Added check for degenerated edges.
Test case for issue CR24213
2013-10-03 14:23:04 +04:00

18 lines
430 B
Plaintext

puts "============"
puts "OCC24213"
puts "============"
puts ""
######################################################
# bopargcheck complains on sphere
######################################################
psphere s 10
set info [bopargcheck s #F]
if { [regexp "to be valid for BOP" ${info}] != 1 } {
puts "Error : complain of bopargcheck command is not correct"
} else {
puts "OK : bopargcheck command work properly"
}