0030346: Modeling Algorithms - BRepPrimAPI_MakeRevol throws "BRepSweep_Translation...
[occt.git] / tests / bugs / moddata_2 / bug541
CommitLineData
352ffd73 1puts "========================"
2puts " OCC541 "
3puts "========================"
4puts ""
5############################################
6## Extrema works wrong for line and circle laying on one plane.
7############################################
8
9restore [locate_data_file OCC541a.draw] c1x
10restore [locate_data_file OCC541b.draw] c2x
11
12set result [extrema c1x c2x]
13set err [llength $result]
14if { $err < 1} {
15 puts "Faulty OCC541 (amount of solution): command extrema does NOT work properly"
16} else {
17 puts "OCC541 OK (amount of solution): : command extrema works properly"
18}
19
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png