0024800: Point of intersection was not found for 2d offset curve.
[occt.git] / tests / bugs / moddata_3 / bug24800
CommitLineData
a874a4a0 1puts "============"
2puts "CR24800"
3puts "==========="
4puts ""
5###############################################################################
6# Point of intersection was not found for 2d offset curve.
7###############################################################################
8
9restore [locate_data_file bug24800_curve2.brep] c2
10
11set inter1 [2dintersect c2]
12
13set int1 [regexp {Intersection point 1} ${inter1}]
14
15if { ${int1} == 0 } {
16 puts "Error : Intersection is not found"
17}
18
19av2d
202dfit
21
22xwd ${imagedir}/${test_image}.png