mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
20 lines
475 B
Plaintext
20 lines
475 B
Plaintext
puts "========"
|
|
puts "OCC24394"
|
|
puts "========"
|
|
puts ""
|
|
#################################################################################
|
|
# Visualization - implement more general way for rendering of immediate objects
|
|
#################################################################################
|
|
|
|
box b1 0 0 0 1 2 3
|
|
box b2 3 0 0 2 3 1
|
|
vinit View1
|
|
vclear
|
|
vaxo
|
|
vsetdispmode 1
|
|
vdisplay b1
|
|
vdisplay -top b1
|
|
vfit
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|