1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/caf/bug30215

21 lines
554 B
Plaintext

puts "========="
puts "OCC30215"
puts "========="
puts ""
######################################################################################
# Application Framework, TPrsStd_AISPresentation - Enable Lazy Presentation Updates
######################################################################################
NewDocument D
AISInitViewer D
box b1 100 100 100
SetShape D 0:1 b1
AISSet D 0:1 NS
AISDisplay D 0:1 0
box b2 100 200 300
SetShape D 0:1 b2
AISRemove D 0:1
AISDisplay D 0:1 0
checkview -screenshot -3d -path ${imagedir}/${test_image}.png