0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / modalg_5 / bug24213
CommitLineData
9d1c5188 1puts "============"
2puts "OCC24213"
3puts "============"
4puts ""
5######################################################
6# bopargcheck complains on sphere
7######################################################
8
9psphere s 10
10
11set info [bopargcheck s #F]
12
13if { [regexp "to be valid for BOP" ${info}] != 1 } {
14 puts "Error : complain of bopargcheck command is not correct"
15} else {
16 puts "OK : bopargcheck command work properly"
17}