1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +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
251 B
Plaintext

puts [DT_ShapeDivide result a 0.01]
set d [statshape result]
puts $d
set c0curv 0
set rx [regexp "(\[0-9\]+)\\s+c0curv *: *Curve Only C0" $d full c0curv]
if { $c0curv != 0 } {
puts "Error: $c0curv Curve Only C0 after DT_ShapeDivide operation."
}