0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_5 / bug25584
CommitLineData
6219c44c 1puts "================"
2puts "OCC25584"
3puts "================"
4puts ""
5#######################################################################
6# Wrong result obtained by PerformInfinitePoint Test
7#######################################################################
8
9restore [locate_data_file t6.rle] res_1
10
11explode res_1
12
13shape z so
14add res_1_3 z
15
16vprops z
17
18set res [xclassify z]
19if { [regexp "IN" $res] == 1 } {
20 puts "OK : Good result obtained by PerformInfinitePoint Test"
21} else {
22 puts "Error : Wrong result obtained by PerformInfinitePoint Test"
23}