0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / moddata_2 / bug813
CommitLineData
352ffd73 1pload QAcommands
2
3puts "========="
4puts " OCC813 "
5puts "========="
6puts ""
7#####################################
8## Geom2dGcc_Lin2d2Tan fails on point and ellipse
9#####################################
10set U 200
11set V 200
12
13set result [OCC813 $U $V]
14
15set nb_sol 0
16
17regexp {nb of solutions = ([-0-9.+eE]+)} $result full nb_sol
18
19if {$nb_sol > 0} {
20 puts "OCC813 OK"
21} else {
22 puts "Faulty OCC813"
23}
24