0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / moddata_2 / bug23475
CommitLineData
a7493ad4 1puts "============"
2puts "CR23475"
3puts "==========="
4puts ""
5###############################################################################
6# Wrong result of Geom_BSpline_Surface::IsVClosed()
7###############################################################################
8
808b3f9f 9restore [locate_data_file bug23475.draw] s1
a7493ad4 10set info [dump s1]
11
12if { [regexp "BSplineSurface vclosed" $info] != 1} {
13 puts "Error : surface is not closed by V"
14}
15
16