0024809: Exception is raised during perform of "bfillds" command on attached shape
[occt.git] / tests / heal / direct_faces / end
CommitLineData
40093367 1puts [directfaces result a]
2set s [statshape result particul]
3puts $s
4
5set indsur 0
6
7set rx [regexp "(\[0-9\]+)\\s+indsur *: *Indirect Surface" $s full indsur]
8
9if { $indsur != 0 } {
10 puts "Error: $indsur Indirect Surface after directfaces operation."
11}