1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0022877: Implementation of DRAW commands for non-regression testing:

- 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.
This commit is contained in:
aba
2014-09-11 13:37:09 +04:00
committed by bugmaster
parent 913a4c4ab0
commit 52f99d93a9
39 changed files with 2877 additions and 3 deletions

18
src/TKIVtkDraw/EXTERNLIB Normal file
View File

@@ -0,0 +1,18 @@
CSF_VTK
CSF_TclLibs
CSF_TclTkLibs
TKernel
TKBRep
TKDraw
TKG2d
TKG3d
TKGeomAlgo
TKGeomBase
TKMath
TKMesh
TKService
TKTopAlgo
TKV3d
TKOpenGl
TKIVtk

2
src/TKIVtkDraw/FILES Normal file
View File

@@ -0,0 +1,2 @@
PACKAGES
EXTERNLIB

1
src/TKIVtkDraw/PACKAGES Normal file
View File

@@ -0,0 +1 @@
IVtkDraw