b34e6308dd6fdf39c19985cc2da329f52182c43b
[occt.git] / tests / bugs / moddata_3 / bug31402_2
1 puts "==========================================================="
2 puts "0031402: Geom_BSplineSurface::Segment produces wrong result"
3 puts "==========================================================="
4 puts ""
5
6 2dbsplinecurve curve 3 4 \
7 0 3 1.5 1 2.5 3 3 2 \
8 1.0 3.0 1 \
9 1.4 3.7 1 \
10 1.8 4.1 1 \
11 2.2 4.5 1 \
12 2.5 4.8 1 \
13 2.7 4.9 1 \
14 3.0 5.0 1 \
15 3.3 5.2 1
16
17 segment curve 1.5000000001 2.4999999999998
18 bounds curve u1 u2
19
20 checkreal "U1" [dval u1] 1.5 0.001 0.0001
21 checkreal "U2" [dval u2] 2.5 0.001 0.0001