mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-25 09:07:26 +08:00
20 lines
249 B
Plaintext
20 lines
249 B
Plaintext
puts "============"
|
|
puts "CR25436"
|
|
puts "Test case check work of the new commands vselnext and vselprev"
|
|
puts "============"
|
|
puts ""
|
|
|
|
box b 10 10 10
|
|
vdisplay b
|
|
vfit
|
|
vselmode 2 1
|
|
vmoveto 30 101
|
|
|
|
vselnext
|
|
vselnext
|
|
vselnext
|
|
|
|
vselprev
|
|
vselprev
|
|
vselprev
|