0023475: Wrong result of Geom_BSpline_Surface::IsVClosed()
[occt.git] / tests / bugs / moddata / bug23475
1 puts "============"
2 puts "CR23475"
3 puts "==========="
4 puts ""
5 ###############################################################################
6 # Wrong result of Geom_BSpline_Surface::IsVClosed()
7 ###############################################################################
8
9 restore [locate_data_file bug23475.brep] s1
10 set info [dump s1]
11
12 if { [regexp "BSplineSurface vclosed" $info] != 1} {
13     puts "Error : surface is not closed by V"
14 }
15
16