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/bug23191
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

29 lines
668 B
Plaintext

puts "==========="
puts "OCC23191"
puts "==========="
puts ""
###########################################################################################
# Visualization - small objects displayed with visual artifacts
###########################################################################################
restore [locate_data_file bug23191_irons.brep] i
explode i
explode i_2 F
compound i_2_1 i_2_4 i_2_5 i2
compound i_2_2 i_2_3 i3
ttranslate i_2 0.003 0 0
ttranslate i2 0.006 0 0
ttranslate i3 0.006 0 0
vinit View1
vclear
vsetdispmode 1
vdisplay i_2 i2 i3
vsetcolor i3 RED
vbottom
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png