0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / moddata_2 / bug814
CommitLineData
352ffd73 1pload QAcommands
2
3puts "========="
4puts " OCC814 "
5puts "========="
6puts ""
7####################################
8## Geom2dGcc_Lin2d2Tan fails on circle and ellipse
9####################################
10
11set result [OCC814]
12
13set nb_sol 0
14
15regexp {nb of solutions = ([-0-9.+eE]+)} $result full nb_sol
16
17if {$nb_sol > 0} {
18 puts "OCC814 OK"
19} else {
20 puts "Faulty OCC814"
21}
22
23