1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
vtn 400933675f 0023087: Upgrade of the OCCT test system
Integration of new occt testing system
2012-07-13 11:42:23 +04:00

12 lines
254 B
Plaintext

puts [DT_ShapeConvert result a 1 1]
set d [statshape result]
puts $d
set bspsur 0
set rx [regexp "(\[0-9\]+)\\s+bspsur *: *BSplineSurface" $d full bspsur]
if { $bspsur != 0 } {
puts "Error: $bspsur BSplineSurface after DT_ShapeConvert operation."
}