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

42 lines
1009 B
Plaintext
Executable File

puts "============"
puts "OCC16517"
puts "============"
puts ""
#######################################################################
# Cylindrical projection is wrong
#######################################################################
set BugNumber OCC16517
restore [locate_data_file OCC16517_c.brep] c
restore [locate_data_file OCC16517_s.brep] s
set Result_List [prj p c s 0 0 1]
set Result_Numbers [llength ${Result_List}]
set mistake 0
if { ${Result_Numbers} != 2 } {
puts "Faulty ${BugNumber} : projection numbers are wrong"
set mistake 1
} else {
puts "First projection ..."
renamevar p_1 result
set status 0
checkprops result -l 110.167
checkshape result
checksection result
checknbshapes result -vertex 1 -edge 1 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 3
}
if { ${mistake} != 0 } {
puts "Faulty ${BugNumber}"
} else {
puts "OK ${BugNumber}"
}
vinit
vdisplay c s result p_2
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png