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

23 lines
544 B
Plaintext
Executable File

puts "TODO OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
puts "================"
puts "OCC346"
puts "================"
puts ""
#####################################################
## Avoiding exception when the 2 vertices of the edge are the same.
#####################################################
set x 10
set y 10
set z 10
vertex v1 $x $y $z
vertex v2 $x $y $z
edge result v1 v2
checkview -display result -2d -path ${imagedir}/${test_image}.png