mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08:00
18 lines
406 B
Plaintext
Executable File
18 lines
406 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC25027"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Visualization - 2D layer viewport is updated incorrectly on resize
|
|
#######################################################################
|
|
|
|
box b 1 2 3
|
|
vinit w=1024 h=512
|
|
vsetdispmode 1
|
|
vdisplay b
|
|
vfit
|
|
vcolorscale 10 20 100 16 2 0 0
|
|
vmoveto 512 250
|
|
|
|
set only_screen 1
|