0030202: IntPatch_WLineTool::JoinWLines array out of bounds
[occt.git] / tests / bugs / modalg_7 / bug24418_2
1 puts "TODO OCC24418 ALL: Error in ii_1: T="
2
3 puts "========"
4 puts "OCC24418"
5 puts "========"
6 puts ""
7 ############################################################
8 # Wrong section curves when intersecting analytical surfaces
9 ############################################################
10
11 ptorus b1 25 24 90
12 plane p 20 20 10 0 0 1
13 pcone b2 p 10 8 40
14 explode b1 f; copy b1_1 b1
15 explode b2 f; copy b2_1 b2
16 mksurface s1 b1
17 mksurface s2 b2
18 trimu s1t s1 0 1.5707963267948966
19 trimv s2t s2 0 40.049968789001575
20
21 intersect ii s1t s2t
22
23 bounds ii_1 u1 u2
24
25 xdistcs ii_1 s1 u1 u2 10 2.0e-7
26 xdistcs ii_1 s2 u1 u2 10 2.0e-7