0027802: [Regression to 7.0] Solid classifier raises exception ConstructionError
[occt.git] / tests / bugs / modalg_6 / bug27762_2
CommitLineData
5a0fc7ce 1puts "========"
2puts "OCC27762"
3puts "========"
4puts ""
5# This is the second script that tries to reproduce the source of the problem -
6# impossibility to project a point on a torus with major radius == 0
7
8torus s 0 10
9set out [proj s 1 0 0]
10if {[llength $out] != 4} {
11 puts "Error: projection failed"
12} else {
13 puts "OK : projection passed"
14}