Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / modalg_2 / bug23
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty OCC23 : Checkshape command works wrongly"
2puts "TODO OCC12345 ALL: Error : The length of result shape is"
3puts "================"
4puts "OCC23"
5puts "================"
6puts ""
7#####################################################################
8## Checkshape gives result that there is a selfintersection on wire, but there are no intersection on it.
9#####################################################################
10
11restore [locate_data_file OCC23.brep] sh
12
13decho off
14set che [checkshape sh]
15decho on
16
17if { [regexp {Faulty} $che] == 1 } {
18 puts "Faulty OCC23 : Checkshape command works wrongly"
19} else {
20 puts "OCC23 OK : Checkshape command works properly"
21}
22
23explode sh f
24explode sh_2 w
25
26renamevar sh_2_1 result
27
28set length 0
29set 2dviewer 0