0030202: IntPatch_WLineTool::JoinWLines array out of bounds
[occt.git] / tests / bugs / modalg_7 / bug24418_1
1 puts "TODO OCC24418 ALL: Error in ii_2: T="
2
3 puts "========"
4 puts "OCC24418"
5 puts "========"
6 puts ""
7 ############################################################
8 # Wrong section curves when intersecting analytical surfaces
9 ############################################################
10
11 restore [locate_data_file OCC20964_revsolid.brep] b1 
12 restore [locate_data_file OCC20964_sphere.brep] b2 
13
14 explode b1 f; copy b1_7 b1
15 explode b2 f; copy b2_1 b2
16 mksurface s1 b1
17 mksurface s2 b2
18 trimv s1t s1 0 230.14184397163115
19
20 intersect ii s1t s2
21
22 bounds ii_2 u1 u2
23
24 xdistcs ii_2 s1 u1 u2 10 2.0e-7
25 xdistcs ii_2 s2 u1 u2 10 2.0e-7