0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_5 / bug25124_6
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_2999.draw] a1
12getsurfcontinuity a1
13offset o1 a1 20
14getsurfcontinuity o1
15
16set bug_info_1 [dump a1]
17set bug_info_1 [string range $bug_info_1 39 [expr {[string length $bug_info_1] -1}]]
18set bug_info_2 [dump o1]
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 (a1 = o1)."
22}
23
24donly a1 o1
25fit
26
5747059b 27checkview -screenshot -2d -path ${imagedir}/${test_image}.png