0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / moddata_2 / bug371
CommitLineData
0e94a94e 1
2puts "========================"
3puts "BUC61034"
4puts " OCC371 "
5puts "========================"
6puts ""
7#################################################################
8##Intersection between two BSplineSurfaces, using IntPatch_Intersection, lead to infinite cycle.
9#################################################################
10
11restore [locate_data_file OCC371a.brep] a
12restore [locate_data_file OCC371b.brep] b
13
14mksurface gs1 a
15mksurface gs2 b
16trim trgs1 gs1 0.0 1.0 0.9698725179864 1.0
17trim trgs2 gs2 0.0 1.0 0.24333094700742 0.92374551772989
18
19#cpulimit 300
20intersect result trgs1 trgs2
21
5747059b 22checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 23
24