0030416: Incorrect implementation of the method Bnd_OBB::SquareExtent
[occt.git] / tests / lowalgos / 2dinter / bug4426_1
1 puts "================"
2 puts "OCC4426"
3 puts "================"
4 puts ""
5 #######################################################################################
6 # Incorrect result of intersection in 2D between circle and line
7 #######################################################################################
8
9 v2d2
10 circle c1 2 2 1
11 2dfit
12 2dzoom 120
13 line l1 3 0 0 1
14 2dintersect l1 c1
15 erase l1 c1
16 2dfit
17
18 puts "ATTENTION! Check following:"
19 puts "There is only one intersection point (green X)"
20
21 checkview -display result -2d -path ${imagedir}/${test_image}.png
22