0028631: Modeling Algorithms - Crash while building a 2D circle tangent to another...
[occt.git] / tests / geometry / circ2d3Tan / CirclePointPoint_23
1 qcircle c1 0 0 10
2 point p1 5 0
3 point p2 -10 0
4
5 set log [circ2d3Tan tan1 c1 p1 p2]
6 if {[llength $log]} {puts "Error:Incorrect circle is created"}