0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_2 / bug513
CommitLineData
352ffd73 1puts "========"
2puts "OCC513"
3puts "========"
4puts ""
5
6######################################
7## Can not intersect plane and conical surfaces
8## The ">intersect" command hangs up the computer.
9######################################
10
11# cpulimit 9000
12
13restore [locate_data_file OCC513a.draw] sa23
14restore [locate_data_file OCC513b.draw] sb8
15
16if { [catch {intersect result sa23 sb8} catch_result] } {
17 puts "Faulty OCC513: function INTERSECTION works wrongly"
18} else {
19 puts "OCC513 OK: function INTERSECTION works properly"
20}
21
22set 2dviewer 0
23