mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
- TKIVtkDraw toolkit provides IVtk packages functionality in DRAW. - it allows to create VTK interactive view in regular or virtual mode (virtual windows), display OCC objects and dump them. - TKIVtkDraw provides also test commands: ivtlinit, ivtkdisplay, ivtkerase, ivtksetdispmode, ivtksetselmode, ivtkmoveto, ivtkselect, ivtkfit, ivtkdump, ivtkbgcolor. Corrected offscreen rendering mode. Moved vinit command from /v3d/begin script to avoid unused occ view in ivtk tests.
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
puts "============"
|
|
puts "selection_mode"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################
|
|
# Tests selection modes changing in the IVtk view
|
|
#######################################################
|
|
|
|
set anImage $imagedir/${casename}.png
|
|
ivtkinit
|
|
box b 1 1 1
|
|
ivtkdisplay b
|
|
ivtksetselmode 2 1
|
|
ivtkselect 86 117
|
|
|
|
ivtkdump $anImage
|