0028594: Geom2dAPI_Interpolate generated curve is not the same as proe
[occt.git] / tests / bugs / modalg_6 / bug26063
CommitLineData
9176540c 1puts "========"
2puts "OCC26041"
3puts "========"
4puts ""
5################################################
6# GeomAPI_ExtremaCurveSurface have inexact API
7################################################
8
9polyline l 0 -10 -10 0 10 -10 0 10 10 0 -10 10 0 -10 -10
10mkplane pl l
11mksurface surf pl
12
13vinit
14vdisplay pl
15vertex v1 10 -5 0
16vertex v2 10 5 0
17edge e v1 v2
18mkcurve curv e
19vdisplay e
20vfit
21
22set bug_info [extrema surf curv]
23if {$bug_info != "No solutions!\n"} {
24 puts "ERROR: OCC25063 is reproduced."
25}
26
5747059b 27checkview -screenshot -3d -path ${imagedir}/${test_image}.png