0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_5 / bug25124_7
CommitLineData
3d58dc49 1puts "========"
2puts "OCC25124"
3puts "========"
4puts ""
5######################################################
6# Removal of continuity checks for offset geometries
7######################################################
8
9smallview
10
11restore [locate_data_file OCC25124_a_15592.draw] a2
12getsurfcontinuity a2
13offset o2 a2 20
14getsurfcontinuity o2
15
16set bug_info_1 [dump a2]
17set bug_info_1 [string range $bug_info_1 39 [expr {[string length $bug_info_1] -1}]]
18set bug_info_2 [dump o2]
19set bug_info_2 [string range $bug_info_2 39 [expr {[string length $bug_info_2] -1}]]
20if {[string compare $bug_info_1 $bug_info_2] == 0} {
21 puts "ERROR: OCC25124 is reproduced (a2 = o2)."
22}
23
24donly a2 o2
25fit
26
5747059b 27checkview -screenshot -2d -path ${imagedir}/${test_image}.png