0025106: Command "splitshape" does not split attached face by attached edge
[occt.git] / tests / bugs / modalg_5 / bug24492
CommitLineData
ceaa5e27 1puts "==========="
2puts "OCC24492"
3puts "==========="
4puts ""
5##############################################################
6# The command bopargcheck produces wrong results for cases
7##############################################################
8
9box x1 10 10 10
10vertex x2 3 3 3
11compound x1 x2 b1
12decho off
13set info [bopargcheck b1 #f]
14decho on
15
16if { [regexp "Faulties for FIRST shape found : 1" $info] != 1 } {
17 puts "Error : command bopargcheck produces wrong result"
18} else {
19 puts "OK : command bopargcheck produces correct result"
20}
21
22