0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / moddata_2 / bug4426_1
CommitLineData
61c421bf 1puts "================"
2puts "OCC4426"
3puts "================"
4puts ""
5#######################################################################################
6# Incorrect result of intersection in 2D between circle and line
7#######################################################################################
8
9v2d2
10circle c1 2 2 1
112dfit
122dzoom 120
13line l1 3 0 0 1
142dintersect l1 c1
15erase l1 c1
162dfit
17
18puts "ATTENTION! Check following:"
19puts "There is only one intersection point (green X)"
20
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 22