mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08: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
|