1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/xde/bug22822
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

25 lines
711 B
Plaintext
Executable File

puts "================"
puts "OCC22822"
puts "================"
puts ""
######################################################################################
# Skipping of the first and the last edges of a wire for opened wires
######################################################################################
set BugNumber OCC22822
restore [locate_data_file OCC22822-selfIntersectingOpenWire.brep] result
set aList [checkselfintersection result]
if { [regexp {A self-intersecting wire.} $aList] } {
puts "OK ${BugNumber}"
} else {
puts "Faulty ${BugNumber}"
}
checkprops result -l 579.551
checksection result
checkshape result
checkview -display result -3d -path ${imagedir}/${test_image}.png