0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / moddata_3 / bug25706_2
CommitLineData
52ba6031 1puts "================"
2puts "OCC25706"
3puts "================"
4puts ""
5#######################################################################
6# Exception in conversion B-spline to rational
7#######################################################################
8
92dbsplinecurve bc 2 2 0.0 3 1.0 3 0 0 1.0 0.5 1 1.0 1 0 1.0
10mkedge e1 bc
11
12dump bc
13
14setweight bc 2 0.5
15
16set info [dump bc]
17if { [regexp {rational} ${info}] } {
18 puts "OK : B-spline is rational"
19} else {
20 puts "Error : B-spline is non-rational"
21}
22
23mkedge result bc
24
5747059b 25checkview -display result -2d -path ${imagedir}/${test_image}.png