0028802: The tolerance reached by approximator is used in creation of an edge, it...
[occt.git] / tests / bugs / modalg_6 / bug27998_2
CommitLineData
f48cb55d 1puts "============"
2puts "OCC27998"
3puts "============"
4puts ""
5######################################################
6# Self-intersection is not detected
7######################################################
8
9restore [locate_data_file bug27998_shape_self-int.brep] a
10
11set info1 [bopcheck a 9]
12
13if { ([regexp "F/F: x18 x18" $info1] != 1) && ([regexp "F/F: x44 x44" $info1] != 1) } {
14 puts "Error : bopcheck a works wrong"
15} else {
16 puts "OK: bopcheck a works properly"
17}