From: mkr Date: Wed, 24 May 2006 08:49:07 +0000 (+0000) Subject: Update GUI and TUI documentation for Post-Pro module. X-Git-Tag: V3_2_0rc~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f7414fc20bc5467537cd5a45d50005e4d10d2e63;p=modules%2Fvisu.git Update GUI and TUI documentation for Post-Pro module. --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 59e6c596..c6bd633b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -38,6 +38,17 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done + +usr_docs: + @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + +dev_docs: + @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + clean: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ diff --git a/doc/salome/Makefile.in b/doc/salome/Makefile.in index 635b8470..7899adff 100644 --- a/doc/salome/Makefile.in +++ b/doc/salome/Makefile.in @@ -30,6 +30,8 @@ srcdir=@srcdir@ VPATH=.:@srcdir@ SUBDIRS= tui gui +SUBDIRSTUI= tui +SUBDIRSGUI= gui @COMMENCE@ @@ -37,7 +39,16 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - cp -f $(srcdir)/VISU_index_v3.1.0.html VISU_index_v3.1.0.html + +usr_docs: + @@SETX@; for d in $(SUBDIRSGUI); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done; \ + +dev_docs: + @@SETX@; for d in $(SUBDIRSTUI); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done; \ clean: @@SETX@; for d in $(SUBDIRS); do \ @@ -53,10 +64,8 @@ install: $(MAKE) docs (cd tui && $(MAKE) install); (cd gui && $(MAKE) install); - cp -f VISU_index_v3.1.0.html $(docdir) uninstall: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - rm -fr $(docdir)/VISU_index_v3.1.0.html diff --git a/doc/salome/VISU_index.html b/doc/salome/VISU_index.html deleted file mode 100644 index dce35eb1..00000000 --- a/doc/salome/VISU_index.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - Post-Pro Module Documentation - - - -
  -
-
                   -   
- - - - - - - - - -
- - - -
- -
-
-
-

Post-Pro MODULE Documentation

-
-
- - - - - -
-
- -
-

Application-About.png -     

-
- -
- - - - -
-
-
-
-
- -
GUI Documentation
- -
- -
Gauss Viewer User Guide
- -
- -
TUI Documentation
- -

-
-
-
-
-
-
- - diff --git a/doc/salome/VISU_index_v3.1.0.html b/doc/salome/VISU_index_v3.1.0.html deleted file mode 100644 index dce35eb1..00000000 --- a/doc/salome/VISU_index_v3.1.0.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - Post-Pro Module Documentation - - - -
  -
-
                   -   
- - - - - - - - - -
- - - -
- -
-
-
-

Post-Pro MODULE Documentation

-
-
- - - - - -
-
- -
-

Application-About.png -     

-
- -
- - - - -
-
-
-
-
- -
GUI Documentation
- -
- -
Gauss Viewer User Guide
- -
- -
TUI Documentation
- -

-
-
-
-
-
-
- - diff --git a/doc/salome/gui/Makefile.in b/doc/salome/gui/Makefile.in index 805d892e..c8e9872e 100644 --- a/doc/salome/gui/Makefile.in +++ b/doc/salome/gui/Makefile.in @@ -16,22 +16,20 @@ VPATH=.:@srcdir@ docs: cp -fr $(srcdir)/VISU ./ - cp -fr $(srcdir)/GAUSS ./ -find $(PWD) -name CVS -exec rm -rf {} \; +usr_docs: docs + clean: rm -fr `ls | grep -v "Makefile"` distclean: clean rm -fr VISU - rm -fr GAUSS install: mkdir -p $(docdir)/gui cp -rf VISU $(docdir)/gui - cp -rf GAUSS $(docdir)/gui -find $(PWD) -name CVS -exec rm -rf {} \; uninstall: rm -rf $(docdir)/gui/VISU - rm -rf $(docdir)/gui/GAUSS diff --git a/doc/salome/gui/VISU/animation_in_gauss_viewer.htm b/doc/salome/gui/VISU/animation_in_gauss_viewer.htm index 027e3bd6..ee412bbf 100755 --- a/doc/salome/gui/VISU/animation_in_gauss_viewer.htm +++ b/doc/salome/gui/VISU/animation_in_gauss_viewer.htm @@ -43,43 +43,48 @@ onerror = null; - - + +

Recording in Gauss Viewer

In the addition diff --git a/doc/salome/gui/VISU/clipping.htm b/doc/salome/gui/VISU/clipping.htm index 53a294f0..c2e3a4d0 100755 --- a/doc/salome/gui/VISU/clipping.htm +++ b/doc/salome/gui/VISU/clipping.htm @@ -35,43 +35,48 @@ onerror = null; - - + +

Clipping

Using this menu you can create cross-section views (clipping planes) diff --git a/doc/salome/gui/VISU/creating_tables.htm b/doc/salome/gui/VISU/creating_tables.htm index 3fc106e2..108dc20c 100755 --- a/doc/salome/gui/VISU/creating_tables.htm +++ b/doc/salome/gui/VISU/creating_tables.htm @@ -52,43 +52,48 @@ onerror = null; - - + +

Creating tables from Cut Lines presentations

diff --git a/doc/salome/gui/VISU/cshdat_robohelp.htm b/doc/salome/gui/VISU/cshdat_robohelp.htm index c948d8d1..86188b19 100755 --- a/doc/salome/gui/VISU/cshdat_robohelp.htm +++ b/doc/salome/gui/VISU/cshdat_robohelp.htm @@ -1,6 +1,6 @@ -Post-Pro Reference Manual +Post-Pro Module Reference Manual diff --git a/doc/salome/gui/VISU/cshdat_webhelp.htm b/doc/salome/gui/VISU/cshdat_webhelp.htm index f8d93044..28ae1d23 100755 --- a/doc/salome/gui/VISU/cshdat_webhelp.htm +++ b/doc/salome/gui/VISU/cshdat_webhelp.htm @@ -1,6 +1,6 @@ -Post-Pro Reference Manual +Post-Pro Module Reference Manual diff --git a/doc/salome/gui/VISU/files/about_structure_of_med_object.htm b/doc/salome/gui/VISU/files/about_structure_of_med_object.htm index d0686ce4..1a822da9 100755 --- a/doc/salome/gui/VISU/files/about_structure_of_med_object.htm +++ b/doc/salome/gui/VISU/files/about_structure_of_med_object.htm @@ -47,45 +47,49 @@ onerror = null; - - -

About the structure - of MED objects

+ + +

Structure of MED objects

 In Post-Pro module 3d representations are constructed on the base of  submeshes @@ -205,8 +209,8 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))

Fields represent the results of calculations - (it can be scalar or vector values), grouped together under one physical - concept.

+ (scalar or vector values), grouped together under one physical concept. +

These values are applied to the cells of a definite submesh, which is indicated @@ -217,13 +221,11 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) often the calculations are performed during some period of time. That's why fields include Time Stamps, representing the results of calculations in one definite - moment. In Post-Pro field presentation - are constructed on the base of these Time + moment. In Post-Pro field presentations + are constructed basing on these Time Stamps. (See: Creating field presentations)  

-

 

-

 

diff --git a/doc/salome/gui/VISU/files/about_tables.htm b/doc/salome/gui/VISU/files/about_tables.htm index 5fcd90d8..c0051dd2 100755 --- a/doc/salome/gui/VISU/files/about_tables.htm +++ b/doc/salome/gui/VISU/files/about_tables.htm @@ -49,43 +49,48 @@ onerror = null; - - + +

About tables

Functionality of - - + +

Animating presentations

In Post-Pro diff --git a/doc/salome/gui/VISU/files/changing_visualization_parameters_of_the_presenetation.htm b/doc/salome/gui/VISU/files/changing_visualization_parameters_of_the_presenetation.htm index 24d5144b..4bb665b6 100755 --- a/doc/salome/gui/VISU/files/changing_visualization_parameters_of_the_presenetation.htm +++ b/doc/salome/gui/VISU/files/changing_visualization_parameters_of_the_presenetation.htm @@ -78,43 +78,48 @@ onerror = null; - - + +

Viewing 3D presentations.

@@ -165,8 +170,8 @@ else the viewer.

  • Representation - allows to switch among the available types - representation.

  • + style="font-weight: normal;">allows to switch among the available representation + types.

     

    diff --git a/doc/salome/gui/VISU/files/creating_curves.htm b/doc/salome/gui/VISU/files/creating_curves.htm index d8586e82..6294c27c 100755 --- a/doc/salome/gui/VISU/files/creating_curves.htm +++ b/doc/salome/gui/VISU/files/creating_curves.htm @@ -61,43 +61,48 @@ onerror = null; - - + +

    Creating curves

    Post-Pro functionality allows to create  Curve diff --git a/doc/salome/gui/VISU/files/creating_field_presentations.htm b/doc/salome/gui/VISU/files/creating_field_presentations.htm index 392f9a5e..7028152b 100755 --- a/doc/salome/gui/VISU/files/creating_field_presentations.htm +++ b/doc/salome/gui/VISU/files/creating_field_presentations.htm @@ -57,43 +57,48 @@ onerror = null; - - + +

    Creating field presentations

    To create a field presentation (see diff --git a/doc/salome/gui/VISU/files/creating_presentations.htm b/doc/salome/gui/VISU/files/creating_presentations.htm index 63a6d2a3..16608476 100755 --- a/doc/salome/gui/VISU/files/creating_presentations.htm +++ b/doc/salome/gui/VISU/files/creating_presentations.htm @@ -48,43 +48,48 @@ onerror = null; - - + +

    Presentation of a submesh

    To create a presentation of a submesh:

    diff --git a/doc/salome/gui/VISU/files/creating_xy_plot.htm b/doc/salome/gui/VISU/files/creating_xy_plot.htm index 4f799462..bb68a0cd 100755 --- a/doc/salome/gui/VISU/files/creating_xy_plot.htm +++ b/doc/salome/gui/VISU/files/creating_xy_plot.htm @@ -58,43 +58,48 @@ onerror = null; - - + +

    Creating XY plots

    To create a XY plot based on one definite curve:

    diff --git a/doc/salome/gui/VISU/files/cut_lines_presentation.htm b/doc/salome/gui/VISU/files/cut_lines_presentation.htm index 6e6d6a1c..f2bdd25f 100755 --- a/doc/salome/gui/VISU/files/cut_lines_presentation.htm +++ b/doc/salome/gui/VISU/files/cut_lines_presentation.htm @@ -66,43 +66,48 @@ onerror = null; - - + +

    Cut Lines presentation

    diff --git a/doc/salome/gui/VISU/files/cut_lines_resentation.htm b/doc/salome/gui/VISU/files/cut_lines_resentation.htm index f6ab2a81..165a288a 100755 --- a/doc/salome/gui/VISU/files/cut_lines_resentation.htm +++ b/doc/salome/gui/VISU/files/cut_lines_resentation.htm @@ -59,43 +59,48 @@ onerror = null; - - + +

    Cut Planes presentation

    Cut Planes is a diff --git a/doc/salome/gui/VISU/files/deformed_shape_presentation.htm b/doc/salome/gui/VISU/files/deformed_shape_presentation.htm index b39ccb08..ee19f113 100755 --- a/doc/salome/gui/VISU/files/deformed_shape_presentation.htm +++ b/doc/salome/gui/VISU/files/deformed_shape_presentation.htm @@ -58,43 +58,48 @@ onerror = null; - - + +

    Deformed Shape presentation

    Deformed Shape is diff --git a/doc/salome/gui/VISU/files/displaying_hiding_presentations.htm b/doc/salome/gui/VISU/files/displaying_hiding_presentations.htm index 619b395b..c6c5fb8e 100755 --- a/doc/salome/gui/VISU/files/displaying_hiding_presentations.htm +++ b/doc/salome/gui/VISU/files/displaying_hiding_presentations.htm @@ -56,42 +56,47 @@ onerror = null; - - + +

    Operations with presentations

    diff --git a/doc/salome/gui/VISU/files/displaying_tables.htm b/doc/salome/gui/VISU/files/displaying_tables.htm index 89df606d..dd4a8189 100755 --- a/doc/salome/gui/VISU/files/displaying_tables.htm +++ b/doc/salome/gui/VISU/files/displaying_tables.htm @@ -49,43 +49,48 @@ onerror = null; - - + +

    Displaying tables

    To display a table:

    diff --git a/doc/salome/gui/VISU/files/getting_elements_attributes.htm b/doc/salome/gui/VISU/files/getting_elements_attributes.htm index cc94cc3e..6d36bf80 100755 --- a/doc/salome/gui/VISU/files/getting_elements_attributes.htm +++ b/doc/salome/gui/VISU/files/getting_elements_attributes.htm @@ -62,43 +62,48 @@ onerror = null; - - + +

    Selection Info

    To view the attributes of elements (cells, points, meshes) diff --git a/doc/salome/gui/VISU/files/getting_started.htm b/doc/salome/gui/VISU/files/getting_started.htm index 35810ce2..aab5c6aa 100755 --- a/doc/salome/gui/VISU/files/getting_started.htm +++ b/doc/salome/gui/VISU/files/getting_started.htm @@ -38,41 +38,46 @@ onerror = null; - - + + - - + +

    Importing MED file

    To import a MED file:

    diff --git a/doc/salome/gui/VISU/files/importing_tables.htm b/doc/salome/gui/VISU/files/importing_tables.htm index 6f446f0c..b4594309 100755 --- a/doc/salome/gui/VISU/files/importing_tables.htm +++ b/doc/salome/gui/VISU/files/importing_tables.htm @@ -43,43 +43,48 @@ onerror = null; - - + +

    Importing/exporting tables

    diff --git a/doc/salome/gui/VISU/files/insideframe.htm b/doc/salome/gui/VISU/files/insideframe.htm index beb2b608..f7f3644b 100755 --- a/doc/salome/gui/VISU/files/insideframe.htm +++ b/doc/salome/gui/VISU/files/insideframe.htm @@ -33,42 +33,47 @@ onerror = null; - - + +

    - - + +

    Introduction to Post-Pro

    Post-processing module Post-Pro diff --git a/doc/salome/gui/VISU/files/iso_surfaces_presentation.htm b/doc/salome/gui/VISU/files/iso_surfaces_presentation.htm index 9eb743b6..85d99bb0 100755 --- a/doc/salome/gui/VISU/files/iso_surfaces_presentation.htm +++ b/doc/salome/gui/VISU/files/iso_surfaces_presentation.htm @@ -59,43 +59,48 @@ onerror = null; - - + +

    Iso Surfaces presentation

    Iso Surfaces presentation diff --git a/doc/salome/gui/VISU/files/points.htm b/doc/salome/gui/VISU/files/points.htm index 885b3fa5..8b4820fc 100755 --- a/doc/salome/gui/VISU/files/points.htm +++ b/doc/salome/gui/VISU/files/points.htm @@ -33,42 +33,47 @@ onerror = null; - - + +

    - - + +

    Running Post-Pro

    To start Post-Pro module in the SALOME diff --git a/doc/salome/gui/VISU/files/scalar_map_presentation.htm b/doc/salome/gui/VISU/files/scalar_map_presentation.htm index 2c505779..49ea4f57 100755 --- a/doc/salome/gui/VISU/files/scalar_map_presentation.htm +++ b/doc/salome/gui/VISU/files/scalar_map_presentation.htm @@ -81,43 +81,48 @@ onerror = null; - - + +

    Scalar Map presentation

    Scalar Map is the basic type of visualization of calculation diff --git a/doc/salome/gui/VISU/files/scaling_presentations.htm b/doc/salome/gui/VISU/files/scaling_presentations.htm index f8b12d0a..995a1935 100755 --- a/doc/salome/gui/VISU/files/scaling_presentations.htm +++ b/doc/salome/gui/VISU/files/scaling_presentations.htm @@ -53,43 +53,48 @@ onerror = null; - - + +

    Translate Presentation

    In SALOME diff --git a/doc/salome/gui/VISU/files/setting_properties_of_xy_plots.htm b/doc/salome/gui/VISU/files/setting_properties_of_xy_plots.htm index adce3d38..7ea2ca83 100755 --- a/doc/salome/gui/VISU/files/setting_properties_of_xy_plots.htm +++ b/doc/salome/gui/VISU/files/setting_properties_of_xy_plots.htm @@ -50,43 +50,48 @@ onerror = null; - - + +

    Setting properties of XY plots

    To define properties of XY plots:

    diff --git a/doc/salome/gui/VISU/files/shrink.htm b/doc/salome/gui/VISU/files/shrink.htm index f1abcb34..6247e8df 100755 --- a/doc/salome/gui/VISU/files/shrink.htm +++ b/doc/salome/gui/VISU/files/shrink.htm @@ -33,42 +33,47 @@ onerror = null; - - + +

    - - + +

    Stream Lines presentation

    Stream Lines is a type of presentation transforming diff --git a/doc/salome/gui/VISU/files/surface.htm b/doc/salome/gui/VISU/files/surface.htm index 3a60e724..9ccbe874 100755 --- a/doc/salome/gui/VISU/files/surface.htm +++ b/doc/salome/gui/VISU/files/surface.htm @@ -33,42 +33,47 @@ onerror = null; - - + +

    - - + +

    - - + +

    Sweeping

    In Post-Pro there is an option allowing to display pseudo-animation of a field presentation. For creation of this pseudo-animation you should take one field presentation generated on the - base of ONE Time Step (For comparison, + base of ONE Time Step (for comparison, Animation  is generated on the base of ALL Time Steps of a field). The frame displaying this field presentation will be - basic. Post-Pro - automatically generates another frame displaying initial + the basic. Post-Pro + automatically generates another frame displaying the initial field presentation, which is composed of cells with minimum acceptable values regarding the values applied to the cells of the basic presentation. It also automatically generates a user-defined number of frames (steps), which will display the process of transformation of the field presentation - from initial state intoinitial state in the basic state.  Sweeping is a type of animation composed of these frames: the frame displaying - initial field presentation will - start the animation, the frame displaying basic + the initial field presentation + will start the animation, the frame displaying the basic field presentation will end it.

     

    @@ -132,10 +137,6 @@ else

    3. From the pop-up menu select Sweep option.

    -

     

    - -

    4. Enjoy it.

    -

     

    diff --git a/doc/salome/gui/VISU/files/vectors_presentation.htm b/doc/salome/gui/VISU/files/vectors_presentation.htm index b3fd67a7..3ab095c9 100755 --- a/doc/salome/gui/VISU/files/vectors_presentation.htm +++ b/doc/salome/gui/VISU/files/vectors_presentation.htm @@ -56,43 +56,48 @@ onerror = null; - - + +

    Vectors Presentation

    Vector Field  presentation diff --git a/doc/salome/gui/VISU/files/wireframe.htm b/doc/salome/gui/VISU/files/wireframe.htm index d265cfef..9b2f749f 100755 --- a/doc/salome/gui/VISU/files/wireframe.htm +++ b/doc/salome/gui/VISU/files/wireframe.htm @@ -33,42 +33,47 @@ onerror = null; - - + +

    - - + +

    Creating a Gauss Points Presentation

    To create a Gauss Points  presentation:

    diff --git a/doc/salome/gui/VISU/gauss_viewer.htm b/doc/salome/gui/VISU/gauss_viewer.htm index 076016bd..bff3ba85 100755 --- a/doc/salome/gui/VISU/gauss_viewer.htm +++ b/doc/salome/gui/VISU/gauss_viewer.htm @@ -54,43 +54,48 @@ onerror = null; - - + +

    Gauss Viewer

    Gauss Points Viewer is the viewer diff --git a/doc/salome/gui/VISU/index.htm b/doc/salome/gui/VISU/index.htm new file mode 100755 index 00000000..a401b3a4 --- /dev/null +++ b/doc/salome/gui/VISU/index.htm @@ -0,0 +1,180 @@ + + +Post-Pro Module Reference Manual + + + + + + + + + + +

    It seems javascript is disabled in your browser, please enable it and reload again, or click here to view without javascript

    + + + diff --git a/doc/salome/gui/VISU/index_csh.htm b/doc/salome/gui/VISU/index_csh.htm new file mode 100755 index 00000000..57b07d67 --- /dev/null +++ b/doc/salome/gui/VISU/index_csh.htm @@ -0,0 +1,106 @@ + + +Post-Pro Module Reference Manual + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/VISU/index_rhc.htm b/doc/salome/gui/VISU/index_rhc.htm new file mode 100755 index 00000000..8cc03d91 --- /dev/null +++ b/doc/salome/gui/VISU/index_rhc.htm @@ -0,0 +1,106 @@ + + +Post-Pro Module Reference Manual + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/VISU/navigation_with_keyboard_and_spacemouse.htm b/doc/salome/gui/VISU/navigation_with_keyboard_and_spacemouse.htm new file mode 100755 index 00000000..c2d040ee --- /dev/null +++ b/doc/salome/gui/VISU/navigation_with_keyboard_and_spacemouse.htm @@ -0,0 +1,457 @@ + + + + + +Navigation with keyboard and spacemouse + + + + + + + + + + + + +

    Navigation in the Gauss viewer

    + +

    Gauss viewer provides some navigation options, which are not available + in other Salome viewers.   

    + +

    Navigation using the mouse

    + +

    Salome standard

    + +

    The mouse is supported as a standard manipulator in Salome possessing + the following actions by default:

    + +

     

    + + + ++++ + + + + + + + + + + + + + + + + + + + + +
    +

    Action

    +

    Command

    +

    Movement

    +

    Dynamic rotation

    +

    [CTRL] key + Right Mouse Button

    +

    Rotation about the focal point

    +

    Dynamic panning

    +

    [CTRL] key + Central Mouse button

    +

    Translation in any direction

    +

    Dynamic zoom

    +

    [CTRL] key + Left Mouse Button

    +

     Increase + or decrease of zoom ratio

    + +

     

    + +

    Gauss Viewer

    + +

    In Gauss Viewer it is possible to manipulate + objects without locking keyboard keys, switching between the standard + and the advanced operation modes with Interaction + Style Switch button from Gauss Viewer Toolbar:

    + +

     

    + + + ++++ + + + + + + + + + + + + + + + + + + + + +
    +

    Action

    +

    Command

    +

    Movement

    +

    Dynamic rotation

    +

    Right Mouse Button

    +

    Rotation about the focal point

    +

    Dynamic panning

    +

    Central Mouse button

    +

    Translation in any direction

    +

    Dynamic zoom

    +

    Left Mouse Button + Central Mouse button

    +

     Increase + or decrease of zoom ratio

    + +

     

    + +

    Navigation using the keyboard

    + +

    Salome does not allow to manipulate objects + using keyboard keys, which is possible in Gauss Viewer only.

    + +

     

    + + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Action

    +

    Key

    +

    Movement

    +

    Dynamic rotation

    +

    [CTRL] key +

    +

    [ ], [ ],

    +

    [ ], [ ]

    +

    Rotation about the focal point

    +

    Dynamic panning

    +

    [ ], [ ],

    +

    [ ], [ ]

    +

    Translation in any direction

    +

    Dynamic zoom

    +

    [PageUp],

    +

    [PageDn]

    +

      Increase + or decrease of zoom ratio

    +

    Speed increment

    +

    [ + ],

    +

    [ - ]

    +

    Increase or decrease by 1 of the speed increment for the previously + defined movement.

    + +

     

    + +

    Navigation using the spacemouse

    + +

    Salome does not allow to manipulate objects using a spacemouse, which + is possible in Gauss Viewer only.  

    + +

     

    + +

    The spacemouse introduces a local coordinate system and 6 degrees of + freedom, which are independent from the 3D view coordinate system.

    + +

     

    + +

    + +

     

    + +

    The movement of 3D models in the screen depends on the user manipulations + with the controller head.

    + +

     

    + + ++++ + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Action

    +

    Move

    +

    Description

    +

    Dynamic rotation

    +

    +

    Tilt the controller head forward + and backward to rotate the object about axis X.

    +

     

    +

     

    +

    +

    Rotate the controller head clockwise + and counterclockwise to rotate the model about axis Y.

    +

    Dynamic panning

    +

    +

    Pull up and + push down to move the model up and down.

    +

    Move left and right + to move the model left and right.

    +

    Dynamic zoom

    +

    +

    Push forward or pull + backward to respectively decrease or increase the zoom ratio.

    + +

     

    + +

    Buttons of the spacemouse are also used to change the magnification + for Gauss points:

    + +

     

    + +

    + +

     

    + +

    By default, buttons are defined as follows, however the user can change + them in the preferences:

    + +

     

    + + + +++ + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Button

    +

    Description

    +

    Button 1

    +

    Decrease by 1 speed increment used for the keyboard (the same as [-] + key)

    +

    Button 2

    +

    Increase by 1 speed increment used for the keyboard (the same as [+] + key)

    +

    Button 10

    +

    Divide the current magnification by the magnification ratio

    +

    Button 11

    +

    Multiply the current magnification by the magnification ratio

    +

    Button Star

    +

    Toggle button to switch to dominant or combined movements

    + +

     

    + +

     

    + + + + diff --git a/doc/salome/gui/VISU/picking.htm b/doc/salome/gui/VISU/picking.htm index ae7f82a0..07625216 100755 --- a/doc/salome/gui/VISU/picking.htm +++ b/doc/salome/gui/VISU/picking.htm @@ -18,20 +18,21 @@ img_whs1 { border:none; float:none; width:30px; height:30px; border-style:none; p.whs2 { margin-left:40px; } img_whs3 { border:none; width:203px; height:156px; border-style:none; } img_whs4 { border:none; width:25px; height:26px; border-style:none; } -ul.whs5 { list-style:disc; } -img_whs6 { border:none; width:306px; height:501px; float:none; border-style:none; } -p.whs7 { margin-left:38px; } -p.whs8 { margin-left:0px; font-weight:bold; } -p.whs9 { margin-left:38px; font-weight:bold; } -p.whs10 { font-weight:bold; margin-left:0px; } +img_whs5 { border:none; border-style:none; width:207px; height:192px; float:none; } +ul.whs6 { list-style:disc; } +img_whs7 { border:none; width:306px; height:501px; float:none; border-style:none; } +p.whs8 { margin-left:38px; } +p.whs9 { margin-left:0px; font-weight:bold; } +p.whs10 { margin-left:38px; font-weight:bold; } +p.whs11 { font-weight:bold; margin-left:0px; } --> - - + +

    Picking

    Picking is a special @@ -109,6 +115,8 @@ else that apexes of each pyramid touch the point sprite boundary, and the height of the pyramid is fixed.

    +

    +

    To get information about the point click the left mouse button or press S (or s) key of the keyboard.

    @@ -116,7 +124,7 @@ else and a semi-transparent window is displayed next to the selected point and shows the following information:

    -
      +
      • The ID of the point within its parent mesh element

      • @@ -138,11 +146,11 @@ else

         

        -

        +

         

        -
          +
          • Cursor - allows to adjust the Size of @@ -159,29 +167,29 @@ else (from 0% = opaque to 100% = transparent) and Position of the window, which can be:

          • -
          • Centred +

          • Centred below the point, or

          • -
          • located at Top-left +

          • located at Top-left corner of the 3D view

          • -
          • Movement +

          • Movement of the Camera can also be define by the user.

          • -
          • Zoom +

          • Zoom at first selected point - This value is used to define the focal distance at the first selected point (at the end of the movement of the camera). This value is a ratio that will be multiplied by the current zoom value.

          • -
          • Number +

          • Number of steps between two positions - defines the smoothness of camera movement at selection by the number of iterations. If set to 1 the camera is zoomed and centered at the point momentarily. Greater numbers mean very slow camera movement.   

          • -
          • Display +

          • Display parent mesh element - allows to visualize or hide the parent mesh element of the selected gauss point.

          diff --git a/doc/salome/gui/VISU/pics/blue_down.jpg b/doc/salome/gui/VISU/pics/blue_down.jpg new file mode 100755 index 00000000..5376a154 Binary files /dev/null and b/doc/salome/gui/VISU/pics/blue_down.jpg differ diff --git a/doc/salome/gui/VISU/pics/blue_left.jpg b/doc/salome/gui/VISU/pics/blue_left.jpg new file mode 100755 index 00000000..ceb91efb Binary files /dev/null and b/doc/salome/gui/VISU/pics/blue_left.jpg differ diff --git a/doc/salome/gui/VISU/pics/blue_right.jpg b/doc/salome/gui/VISU/pics/blue_right.jpg new file mode 100755 index 00000000..bf6f9240 Binary files /dev/null and b/doc/salome/gui/VISU/pics/blue_right.jpg differ diff --git a/doc/salome/gui/VISU/pics/blue_up.jpg b/doc/salome/gui/VISU/pics/blue_up.jpg new file mode 100755 index 00000000..383840fd Binary files /dev/null and b/doc/salome/gui/VISU/pics/blue_up.jpg differ diff --git a/doc/salome/gui/VISU/pics/image117.gif b/doc/salome/gui/VISU/pics/image117.gif new file mode 100755 index 00000000..c0e2715f Binary files /dev/null and b/doc/salome/gui/VISU/pics/image117.gif differ diff --git a/doc/salome/gui/VISU/pics/image30.gif b/doc/salome/gui/VISU/pics/image30.gif new file mode 100755 index 00000000..f78b7c2b Binary files /dev/null and b/doc/salome/gui/VISU/pics/image30.gif differ diff --git a/doc/salome/gui/VISU/pics/image46.gif b/doc/salome/gui/VISU/pics/image46.gif new file mode 100755 index 00000000..0fe311c4 Binary files /dev/null and b/doc/salome/gui/VISU/pics/image46.gif differ diff --git a/doc/salome/gui/VISU/pics/image47.gif b/doc/salome/gui/VISU/pics/image47.gif new file mode 100755 index 00000000..57011e06 Binary files /dev/null and b/doc/salome/gui/VISU/pics/image47.gif differ diff --git a/doc/salome/gui/VISU/pics/image48.gif b/doc/salome/gui/VISU/pics/image48.gif new file mode 100755 index 00000000..4733090c Binary files /dev/null and b/doc/salome/gui/VISU/pics/image48.gif differ diff --git a/doc/salome/gui/VISU/pics/image49.gif b/doc/salome/gui/VISU/pics/image49.gif new file mode 100755 index 00000000..94df6479 Binary files /dev/null and b/doc/salome/gui/VISU/pics/image49.gif differ diff --git a/doc/salome/gui/VISU/pics/image50.gif b/doc/salome/gui/VISU/pics/image50.gif new file mode 100755 index 00000000..d86bc15f Binary files /dev/null and b/doc/salome/gui/VISU/pics/image50.gif differ diff --git a/doc/salome/gui/VISU/pics/image51.gif b/doc/salome/gui/VISU/pics/image51.gif new file mode 100755 index 00000000..e568a49d Binary files /dev/null and b/doc/salome/gui/VISU/pics/image51.gif differ diff --git a/doc/salome/gui/VISU/pics/image52.gif b/doc/salome/gui/VISU/pics/image52.gif new file mode 100755 index 00000000..d3764072 Binary files /dev/null and b/doc/salome/gui/VISU/pics/image52.gif differ diff --git a/doc/salome/gui/VISU/pics/image53.gif b/doc/salome/gui/VISU/pics/image53.gif new file mode 100755 index 00000000..139f9ee0 Binary files /dev/null and b/doc/salome/gui/VISU/pics/image53.gif differ diff --git a/doc/salome/gui/VISU/pics/image54.gif b/doc/salome/gui/VISU/pics/image54.gif new file mode 100755 index 00000000..7391fddd Binary files /dev/null and b/doc/salome/gui/VISU/pics/image54.gif differ diff --git a/doc/salome/gui/VISU/pics/image55.gif b/doc/salome/gui/VISU/pics/image55.gif new file mode 100755 index 00000000..f11da801 Binary files /dev/null and b/doc/salome/gui/VISU/pics/image55.gif differ diff --git a/doc/salome/gui/VISU/pics/image69.gif b/doc/salome/gui/VISU/pics/image69.gif new file mode 100755 index 00000000..36f57602 Binary files /dev/null and b/doc/salome/gui/VISU/pics/image69.gif differ diff --git a/doc/salome/gui/VISU/pics/image74.gif b/doc/salome/gui/VISU/pics/image74.gif new file mode 100755 index 00000000..85713fae Binary files /dev/null and b/doc/salome/gui/VISU/pics/image74.gif differ diff --git a/doc/salome/gui/VISU/plot2d_viewer.htm b/doc/salome/gui/VISU/plot2d_viewer.htm index 0fe9c4d9..423216db 100755 --- a/doc/salome/gui/VISU/plot2d_viewer.htm +++ b/doc/salome/gui/VISU/plot2d_viewer.htm @@ -63,43 +63,48 @@ onerror = null; - - + +

          Plot 2D viewer

          Plot 2d viewer is destined to diff --git a/doc/salome/gui/VISU/plot_3d_presentation.htm b/doc/salome/gui/VISU/plot_3d_presentation.htm index 55f48032..45e5b2a6 100755 --- a/doc/salome/gui/VISU/plot_3d_presentation.htm +++ b/doc/salome/gui/VISU/plot_3d_presentation.htm @@ -54,43 +54,48 @@ onerror = null; - - + +

          Plot 3D presentation

          Plot 3D is a presentation diff --git a/doc/salome/gui/VISU/primitive_types.htm b/doc/salome/gui/VISU/primitive_types.htm index c2e39266..0542809c 100755 --- a/doc/salome/gui/VISU/primitive_types.htm +++ b/doc/salome/gui/VISU/primitive_types.htm @@ -15,29 +15,31 @@ if (navigator.appName !="Netscape") - - + +

          Primitive Types

          Gauss Point presentations @@ -107,19 +114,21 @@ else within the 3D scene. At a given computed size, a primitive will be bigger when it is close to the camera and smaller at a distance.  

          +

          +

          There are three Basic primitive types which can be used in Gauss Points presentations: Point Sprites, Open GL Points and Geometrical Spheres.

           

          -

          Point Sprites

          +

          Point Sprites

          -

           

          +

           

          -

          +

          -

           

          +

           

          Each Point Sprite is visualised in 3D Viewer with two 16*16 textures: Main @@ -129,8 +138,8 @@ else you can browse for other .bmp, .png or .jpg files to be used as textures.

          -

          Alpha Channel Threshold defines - the level of transparency ranging from 0 to 1.

          +

          Alpha Channel Threshold defines + the level of transparency ranging from 0 to 1.

          The default sizes of point sprites are computed by the system, therefore, these parameters cannot be defined in the preferences, however, the  

          -

          OpenGL Points

          +

          OpenGL Points

          -

           

          +

           

          -

           

          +

           

           

          @@ -159,15 +168,15 @@ else

           

          -

          Geometrical Spheres

          +

          Geometrical Spheres

          -

           

          +

           

          -

          +

          -

           

          +

           

          -

          Geometrical Spheres Geometrical Spheres display results using a standard sphere with a number of faces be defined thought a Resolution parameter. By default the Resolution @@ -180,23 +189,23 @@ else the formula: NbrFaces = 2*Resolution x  [Resolution-2] and displayed to the end-user for information purpose.

          -

          in +

          in the pictures you can see the spheres with Resolution - of 8  and - 6

          + of 8  and + 6

          -

           

          +

           

          -

          Notify +

          Notify when number of faces exceeds prompts the user by a dialog to continue or to cancel the display operation if the number of faces is greater than the number defined in the menu.

          -

           

          +

           

          -

          +

          -

           

          +

           

           

          diff --git a/doc/salome/gui/VISU/scalar_bar.htm b/doc/salome/gui/VISU/scalar_bar.htm index a2f0a99d..7565b139 100755 --- a/doc/salome/gui/VISU/scalar_bar.htm +++ b/doc/salome/gui/VISU/scalar_bar.htm @@ -54,43 +54,48 @@ onerror = null; - - + +

          Scalar Bar

          Gauss Points Presentations diff --git a/doc/salome/gui/VISU/scalar_map_on_deformed_shape_presentation.htm b/doc/salome/gui/VISU/scalar_map_on_deformed_shape_presentation.htm index 43253209..e7e39eaf 100755 --- a/doc/salome/gui/VISU/scalar_map_on_deformed_shape_presentation.htm +++ b/doc/salome/gui/VISU/scalar_map_on_deformed_shape_presentation.htm @@ -55,43 +55,48 @@ onerror = null; - - + +

          Scalar Map on Deformed Shape presentation

          Scalar Map on Deformed diff --git a/doc/salome/gui/VISU/segmentation.htm b/doc/salome/gui/VISU/segmentation.htm index c79399a2..eeb779cb 100755 --- a/doc/salome/gui/VISU/segmentation.htm +++ b/doc/salome/gui/VISU/segmentation.htm @@ -19,9 +19,13 @@ img_whs2 { border:none; width:27px; height:27px; border-style:none; } img_whs3 { border:none; width:28px; height:29px; border-style:none; } p.whs4 { margin-left:40px; } img_whs5 { border:none; width:637px; height:545px; float:none; border-style:none; } -img_whs6 { border:none; width:450px; height:264px; border-style:none; } -img_whs7 { border:none; width:636px; height:552px; float:none; border-style:none; } -img_whs8 { border:none; width:449px; height:215px; border-style:none; } +p.whs6 { margin-left:120px; } +img_whs7 { border:none; border-style:none; width:283px; height:177px; float:none; } +img_whs8 { border:none; width:450px; height:264px; border-style:none; } +img_whs9 { border:none; width:636px; height:552px; float:none; border-style:none; } +p.whs10 { margin-left:200px; } +img_whs11 { border:none; border-style:none; width:154px; height:173px; float:none; } +img_whs12 { border:none; width:449px; height:215px; border-style:none; } --> - - + +

          Segmentation

          Segmentation is @@ -132,7 +141,11 @@ else

           

          -

          +

          + +

           

          + +

           

          @@ -151,7 +164,7 @@ else

           

          -

          +

           

          @@ -164,7 +177,11 @@ else

           

          -

          +

          + +

           

          + +

           

          diff --git a/doc/salome/gui/VISU/types_of_gauss_points_presentations.htm b/doc/salome/gui/VISU/types_of_gauss_points_presentations.htm index 7ec8dea8..39e439be 100755 --- a/doc/salome/gui/VISU/types_of_gauss_points_presentations.htm +++ b/doc/salome/gui/VISU/types_of_gauss_points_presentations.htm @@ -51,43 +51,48 @@ onerror = null; - - + +

          Types of Gauss Points Presentations

          There exist three diff --git a/doc/salome/gui/VISU/visu.htm b/doc/salome/gui/VISU/visu.htm deleted file mode 100755 index a946b8eb..00000000 --- a/doc/salome/gui/VISU/visu.htm +++ /dev/null @@ -1,139 +0,0 @@ - - - - Post-Pro Reference Manual - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/visu.log b/doc/salome/gui/VISU/visu.log index fd3080bf..798729a3 100755 --- a/doc/salome/gui/VISU/visu.log +++ b/doc/salome/gui/VISU/visu.log @@ -1,5 +1,5 @@ |SourceProjectName:VISU.hpr -|DestinationProjectName:visu.htm +|DestinationProjectName:index.htm whhost.js whmsg.js whmozemu.js @@ -74,63 +74,47 @@ cshdat_webhelp.htm whcsh_home.htm whcshdata.htm cshdat_robohelp.htm -wht_tab0.gif -wht_tab1.gif -wht_tab2.gif -wht_tab3.gif -wht_tab4.gif -wht_tab5.gif -wht_tab6.gif -wht_tab7.gif -wht_tab8.gif -wht_glo_h.gif -wht_glo_n.gif -wht_fts_h.gif -wht_fts_n.gif -wht_idx_h.gif -wht_idx_n.gif -wht_toc_h.gif -wht_toc_n.gif -wht_ws.gif -wht_ws_g.gif -wht_logo1.gif -wht_logo2.gif -wht_abgw.jpg -wht_abgi.jpg -wht_abge.jpg -wht_abtw.jpg -wht_abte.jpg -wht_abti.jpg -wht_spac.gif -wht_next.gif -wht_next_g.gif -wht_prev.gif -wht_prev_g.gif -wht_sync.gif -wht_hide.gif -wht_go.gif -whstart.ico -whestart.ico -whrstart.ico +whd_topic.xml +whd_nvp10.htm +whd_nvp20.htm +whd_tabs.htm +whd_dpns.htm +whd_tab0.gif +whd_tab1.gif +whd_tab2.gif +whd_tab3.gif +whd_tab4.gif +whd_tab5.gif +whd_tab6.gif +whd_tab7.gif +whd_tab8.gif +whd_toc1.gif +whd_toc2.gif +whd_toc3.gif +whd_toc4.gif +whd_show0.gif +whd_show1.gif +whd_show2.gif +whd_hide0.gif +whd_hide1.gif +whd_hide2.gif +whd_sync0.gif +whd_sync1.gif +whd_sync2.gif +whd_prev0.gif +whd_prev1.gif +whd_prev2.gif +whd_next0.gif +whd_next1.gif +whd_next2.gif +whd_wbsh0.gif +whd_wbsh1.gif +whd_wbsh2.gif whidhtml.htm whfdhtml.htm -whskin_banner.htm -whtbar.js -whskin_pdhtml.htm -whskin_papplet.htm -whskin_plist.htm -whskin_tbars.htm -whskin_mbars.htm -wht_toc4.gif -wht_toc1.gif -wht_toc2.gif -wht_toc3.gif -whskin_frmset010.htm -whst_topics.xml -whskin_frmset01.htm -visu_hha.hhk -visu.hhc -visu.hhk +index_hha.hhk +index.hhc +index.hhk animation_in_gauss_viewer.htm clipping.htm creating_tables.htm @@ -168,6 +152,7 @@ files\vectors_presentation.htm files\wireframe.htm gauss_points_presentation.htm gauss_viewer.htm +navigation_with_keyboard_and_spacemouse.htm picking.htm plot2d_viewer.htm plot_3d_presentation.htm @@ -180,8 +165,9 @@ vtk_3d_viewer.htm ehelp.xml robohhre.lng texture_horiz_ltbluebubbles.jpg -visu.glo +index.glo default.css +pics\image51.gif pics\smds-example.png pics\image84.gif pics\cutlinesprsnt.png @@ -191,6 +177,9 @@ pics\isosurfaces.png image20.jpg tip1.gif pics\scalarmapicon.jpg +pics\image74.gif +pics\image52.gif +pics\image30.gif pics\arrangeactors1.png pics\image96.gif pics\cutplpresent.png @@ -198,11 +187,13 @@ image40.gif note1.gif pics\wireframe.jpg pics\visuicon.jpg +pics\image53.gif pics\image97.gif image41.gif pics\plot3d.png image30.gif image33.jpg +pics\image54.gif image20.gif pics\image98.gif pics\image87.gif @@ -213,6 +204,7 @@ bgbaby.gif q_blue.jpg pics\cellsel.jpg pics\isosurf.jpg +pics\image55.gif pics\plot3d-example.png pics\image99.gif image43.gif @@ -230,6 +222,7 @@ pics\animation.png pics\fitdatarange.png image22.gif pics\begining.jpg +pics\image46.gif image23.gif image1.jpg image12.gif @@ -237,6 +230,8 @@ image37.jpg image34.gif pics\cutplanes.png pics\cutlinesicon.jpg +pics\image69.gif +pics\image47.gif image2.jpg pics\smds-example1.png image13.gif @@ -249,6 +244,7 @@ pics\clipping1.png pics\scalarrangesn.png pics\streamlinesicon.jpg pics\defshapeicon.jpg +pics\image48.gif image3.jpg image47.gif image14.gif @@ -259,6 +255,7 @@ more.jpg pics\speed.jpg pics\next.jpg pics\run.jpg +pics\image49.gif image26.gif image4.jpg image1.gif @@ -280,6 +277,8 @@ pics\rename.png pics\deformedshape.png image16.gif image19.jpg +pics\blue_up.jpg +pics\blue_left.jpg image3.gif image39.gif image17.gif @@ -298,6 +297,8 @@ pics\visufullscreen.png pics\editplot2dpresentation.png pics\cutlines.png pics\importfromfile.png +pics\image117.gif +pics\blue_right.jpg pics\arrangeactors.png pics\graduatedaxes1.png pics\image91.gif @@ -310,6 +311,7 @@ pics\gpp6.png pics\dataonelements2.png pics\animatdef.jpg pics\end.jpg +pics\blue_down.jpg pics\neo-transparency.png pics\image81.gif image6.gif @@ -324,6 +326,7 @@ pics\viewtable.png pics\vecticon.jpg pics\shrink.jpg i_blue.jpg +pics\image50.gif pics\image83.gif pics\image109.gif image8.gif @@ -331,7 +334,7 @@ pics\setupanimation.png pics\exporttable.png pics\deformedshapesn.png ehlpdhtm.js -visu.ppf +index.ppf ss_btn_related_topics.gif default_ns.css whxdata\whtdata0.xml @@ -387,6 +390,6 @@ whgdata\whlstf7.htm whgdata\whlstf8.htm whgdata\whlstf9.htm whgdata\whlstg0.htm -visu.htm -visu_csh.htm -visu_rhc.htm +index.htm +index_csh.htm +index_rhc.htm diff --git a/doc/salome/gui/VISU/visu_csh.htm b/doc/salome/gui/VISU/visu_csh.htm deleted file mode 100755 index 963cc5dc..00000000 --- a/doc/salome/gui/VISU/visu_csh.htm +++ /dev/null @@ -1,106 +0,0 @@ - - -Post-Pro Reference Manual - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/visu_rhc.htm b/doc/salome/gui/VISU/visu_rhc.htm deleted file mode 100755 index f295471b..00000000 --- a/doc/salome/gui/VISU/visu_rhc.htm +++ /dev/null @@ -1,106 +0,0 @@ - - -Post-Pro Reference Manual - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl-source.html b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl-source.html new file mode 100644 index 00000000..b4994bed --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl-source.html @@ -0,0 +1,845 @@ + + + + + + Main Page + + + +  + + + +

          idl/VISU_Gen.idl

          Go to the documentation of this file.
          00001 //  Copyright (C) 2003  CEA/DEN, EDF R&D
          +00002 //
          +00003 //
          +00004 //
          +00005 //  File   : VISU_Gen.idl
          +00006 //  Author : Alexey Petrov
          +00007 
          +00014 #ifndef __VISU_GEN__
          +00015 #define __VISU_GEN__
          +00016 
          +00017 #include "SALOME_Exception.idl"
          +00018 #include "SALOME_GenericObj.idl"
          +00019 #include "SALOME_Component.idl"
          +00020 #include "SALOMEDS.idl"
          +00021 #include "SALOMEDS_Attributes.idl"
          +00022 #include "MED.idl"
          +00023 
          +00027 module VISU {
          +00028   //-------------------------------------------------------
          +00029   typedef string IdType;
          +00030 
          +00035   enum Scaling{ LINEAR, 
          +00036           LOGARITHMIC 
          +00037            };
          +00038 
          +00043   enum Entity{ NODE, 
          +00044                EDGE, 
          +00045             FACE, 
          +00046             CELL  
          +00047             };
          +00048 
          +00053   enum VISUType {
          +00054     TNONE, 
          +00055     TCURVE, 
          +00056     TTABLE, 
          +00057     TCONTAINER, 
          +00058     TMESH, 
          +00059     TSCALARMAP, 
          +00060     TISOSURFACE, 
          +00061     TDEFORMEDSHAPE, 
          +00062     TSCALARMAPONDEFORMEDSHAPE, 
          +00063     TGAUSSPOINTS, 
          +00064     TPLOT3D, 
          +00065     TCUTPLANES, 
          +00066     TCUTLINES, 
          +00067     TVECTORS, 
          +00068     TSTREAMLINES, 
          +00069     TVISUGEN, 
          +00070     TVIEWMANAGER, 
          +00071     TRESULT, 
          +00072     TXYPLOT, 
          +00073     TTABLEVIEW, 
          +00074     TVIEW3D, 
          +00075     TGAUSSVIEW, 
          +00076     TENTITY, 
          +00077     TFAMILY, 
          +00078     TGROUP, 
          +00079     TFIELD, 
          +00080     TTIMESTAMP, 
          +00081     TANIMATION, 
          +00082     TALL
          +00083   };
          +00084 
          +00085   interface Base {
          +00089     IdType GetID();
          +00090 
          +00094     VISUType GetType();
          +00095   };
          +00096 
          +00102   interface RemovableObject : Base {
          +00106     void RemoveFromStudy();
          +00107   };
          +00108 
          +00113   interface PrsObject : RemovableObject {
          +00114   };
          +00115 
          +00116   //-------------------------------------------------------
          +00121   interface Table : PrsObject {
          +00126     void SetTitle(in string theTitle);
          +00127 
          +00132     string GetTitle();
          +00133 
          +00137     enum Orientation {
          +00138       HORIZONTAL, 
          +00139       VERTIACAL   
          +00140     };
          +00141 
          +00147     void SetOrientation(in Orientation theOrientation);
          +00148 
          +00154     Orientation GetOrientation();
          +00155 
          +00160     long GetNbRows();
          +00161 
          +00166     long GetNbColumns();
          +00167   };
          +00168 
          +00169   //-------------------------------------------------------
          +00175   interface Curve : PrsObject {
          +00180     void SetTitle(in string theTitle);
          +00181 
          +00186     string GetTitle();
          +00187 
          +00193     void SetColor(in SALOMEDS::Color theColor);
          +00194 
          +00200     SALOMEDS::Color GetColor();
          +00201 
          +00207     enum MarkerType { NONE,
          +00208                 CIRCLE,
          +00209                 RECTANGLE,
          +00210                 DIAMOND,
          +00211                 DTRIANGLE,
          +00212                 UTRIANGLE,
          +00213                 LTRIANGLE,
          +00214                 RTRIANGLE,
          +00215                 CROSS,
          +00216                 XCROSS
          +00217     };
          +00218 
          +00226     void SetMarker(in MarkerType theType);
          +00227 
          +00235     MarkerType GetMarker();
          +00236 
          +00241     enum LineType{ VOIDLINE, SOLIDLINE, DASHLINE, DOTLINE, DASHDOTLINE, DASHDOTDOTLINE};
          +00242 
          +00248     void SetLine(in LineType theType, in long theLineWidth);
          +00249 
          +00254     LineType GetLine();
          +00255 
          +00260     long GetLineWidth();
          +00261   };
          +00262 
          +00263   //-------------------------------------------------------
          +00269   interface Container : PrsObject {
          +00274     void AddCurve(in Curve theCurve);
          +00275 
          +00280     void RemoveCurve(in Curve theCurve);
          +00281 
          +00286     long GetNbCurves();
          +00287 
          +00291     void Clear();
          +00292   };
          +00293 
          +00294   //-------------------------------------------------------
          +00299   interface Prs3d : PrsObject, SALOME::GenericObj {
          +00300     //interface Prs3d : PrsObject{
          +00301     void SetOffset(in float theDx, in float theDy, in float theDz);
          +00302     void GetOffset(out float theDx, out float theDy, out float theDz);
          +00303   };
          +00304 
          +00309   enum PresentationType{ POINT,
          +00310                 WIREFRAME,
          +00311                 SHADED,
          +00312                 INSIDEFRAME,
          +00313                 SURFACEFRAME,
          +00314                 SHRINK
          +00315   };
          +00316 
          +00322   interface Mesh : Prs3d {
          +00327     void SetCellColor(in SALOMEDS::Color theColor);
          +00328 
          +00332     SALOMEDS::Color GetCellColor();
          +00333 
          +00338     void SetNodeColor(in SALOMEDS::Color theColor);
          +00339 
          +00343     SALOMEDS::Color GetNodeColor();
          +00344 
          +00349     void SetLinkColor(in SALOMEDS::Color theColor);
          +00350 
          +00354     SALOMEDS::Color GetLinkColor();
          +00355 
          +00361     void SetPresentationType(in PresentationType theType);
          +00362 
          +00367     PresentationType GetPresentationType();
          +00368   };
          +00369 
          +00370 
          +00371   //-------------------------------------------------------
          +00380   interface ColoredPrs3d : Prs3d {
          +00383     void SetScalarMode(in long theScalarMode);
          +00384 
          +00387     long GetScalarMode();
          +00388 
          +00392     double GetMin();
          +00393 
          +00397     double GetMax();
          +00398 
          +00405     void SetPosition(in double X, in double Y);
          +00406 
          +00410     double GetPosX();
          +00411 
          +00415     double GetPosY();
          +00416 
          +00423     void SetSize(in double theWidth, in double theHeight);
          +00424 
          +00429     double GetWidth();
          +00430 
          +00435     double GetHeight();
          +00436 
          +00441     void SetNbColors(in long theNbColors);
          +00442 
          +00448     long GetNbColors();
          +00449 
          +00455     void SetLabels(in long theNbLabels);
          +00456 
          +00462     long GetLabels();
          +00463 
          +00468     void SetTitle(in string theName);
          +00469 
          +00473     string GetTitle();
          +00474   };
          +00475 
          +00476 
          +00477   //-------------------------------------------------------
          +00486   interface ScalarMap : ColoredPrs3d {
          +00491     void SetScaling(in Scaling theScaling);
          +00492 
          +00496     Scaling GetScaling();
          +00497 
          +00503     void SetRange(in double theMin, in double theMax);
          +00504 
          +00506     enum Orientation {
          +00507       HORIZONTAL, 
          +00508       VERTICAL    
          +00509     };
          +00510 
          +00516     void SetBarOrientation(in Orientation theOrientation);
          +00517 
          +00521     Orientation GetBarOrientation();
          +00522   };
          +00523 
          +00524   //-------------------------------------------------------
          +00529   //-------------------------------------------------------
          +00530   interface GaussPoints : ColoredPrs3d {
          +00531   };
          +00532 
          +00537   interface DeformedShape : ScalarMap {
          +00542     void SetScale(in double theScale);
          +00543 
          +00547     double GetScale();
          +00548 
          +00551     boolean IsColored();
          +00552 
          +00557     void ShowColored(in boolean theColored);
          +00558 
          +00562     SALOMEDS::Color GetColor();
          +00563 
          +00568     void SetColor(in SALOMEDS::Color theColor);
          +00569   };
          +00570 
          +00571   //-------------------------------------------------------
          +00576   interface ScalarMapOnDeformedShape : ScalarMap {
          +00577     
          +00581     void SetSourceRange(in double theMinRange,in double theMaxRange);
          +00585     double GetSourceRangeMin();
          +00589     double GetSourceRangeMax();
          +00590     
          +00595     void SetScale(in double theScale);
          +00596 
          +00600     double GetScale();
          +00601 
          +00609     void SetScalarField(in string theMeshName,in string theFieldName,
          +00610                in long theIteration,in Entity theEntity);
          +00611 
          +00612   };
          +00613   //-------------------------------------------------------
          +00621   interface Plot3D : ScalarMap {
          +00626     enum Orientation { XY,   
          +00627                  YZ,   
          +00628                  ZX }; 
          +00639     void SetOrientation (in Orientation theOrientation, in double theXAngle, in double theYAngle);
          +00640 
          +00644     Orientation GetOrientationType();
          +00645 
          +00650     double GetRotateX();
          +00651 
          +00656     double GetRotateY();
          +00657 
          +00663     void SetPlanePosition (in double  thePlanePosition,
          +00664                   in boolean theIsRelative);
          +00665 
          +00669     double GetPlanePosition();
          +00670 
          +00674     boolean IsPositionRelative();
          +00675 
          +00681     void SetScaleFactor (in double theScaleFactor);
          +00682 
          +00687     double GetScaleFactor();
          +00688 
          +00693     void SetContourPrs (in boolean theIsContourPrs );
          +00694 
          +00698     boolean GetIsContourPrs();
          +00699 
          +00704     void SetNbOfContours (in long theNb);
          +00705 
          +00709     long GetNbOfContours();
          +00710   };
          +00711 
          +00712   //-------------------------------------------------------
          +00719   interface CutPlanes : ScalarMap {
          +00724     enum Orientation {XY, 
          +00725                       YZ, 
          +00726                 ZX}; 
          +00737     void SetOrientation(in Orientation theOrientation, in double theXAngle, in double theYAngle);
          +00738 
          +00742     Orientation GetOrientationType();
          +00743 
          +00747     double GetRotateX();
          +00748 
          +00752     double GetRotateY();
          +00753 
          +00763     void SetDisplacement(in double theDisp);
          +00764 
          +00768     double GetDisplacement();
          +00769 
          +00775      void SetPlanePosition(in long thePlaneNumber, in double thePlanePosition);
          +00776 
          +00781      void SetDefault(in long thePlaneNumber);
          +00782 
          +00786     double GetPlanePosition(in long thePlaneNumber);
          +00787 
          +00792     boolean IsDefault(in long thePlaneNumber);
          +00793 
          +00798     void SetNbPlanes(in long theNb);
          +00799 
          +00803     long GetNbPlanes();
          +00804   };
          +00805 
          +00806   //-------------------------------------------------------
          +00821   interface CutLines : ScalarMap {
          +00830     void SetOrientation(in CutPlanes::Orientation theOrientation, in double theXAngle, in double theYAngle);
          +00831 
          +00841     void SetOrientation2(in CutPlanes::Orientation theOrientation, in double theXAngle, in double theYAngle);
          +00842 
          +00846     CutPlanes::Orientation GetOrientationType();
          +00847 
          +00851     CutPlanes::Orientation GetOrientationType2();
          +00852 
          +00856     double GetRotateX();
          +00857 
          +00861     double GetRotateX2();
          +00862 
          +00866     double GetRotateY();
          +00867 
          +00871     double GetRotateY2();
          +00872 
          +00879     void SetDisplacement(in double theDisp);
          +00880 
          +00887     void SetDisplacement2(in double theDisp);
          +00888 
          +00892     double GetDisplacement();
          +00893 
          +00897     double GetDisplacement2();
          +00898 
          +00902     void SetBasePlanePosition(in double thePlanePosition);
          +00903 
          +00906     double GetBasePlanePosition();
          +00907 
          +00912     void SetLinePosition(in long thePlaneNumber, in double thePlanePosition);
          +00913 
          +00917     double GetLinePosition(in long thePlaneNumber);
          +00918 
          +00921     void SetDefault();
          +00922 
          +00927     boolean IsDefault();
          +00928 
          +00933     void SetDefaultPosition(in long thePlaneNumber);
          +00934 
          +00940     boolean IsDefaultPosition(in long thePlaneNumber);
          +00941 
          +00946     void SetNbLines(in long theNb);
          +00947 
          +00951     long GetNbLines();
          +00952   };
          +00953 
          +00963   interface StreamLines : DeformedShape {
          +00967     enum Direction{ FORWARD,
          +00968               BACKWARD,
          +00969               BOTH
          +00970     };
          +00971 
          +00992     boolean SetParams(in double theIntStep,
          +00993                 in double thePropogationTime,
          +00994                 in double theStepLength,
          +00995                 in Prs3d thePrs3d,
          +00996                 in double thePercents,
          +00997                 in Direction theDirection);
          +00998 
          +01001     double GetIntegrationStep();
          +01002 
          +01005     double GetPropagationTime();
          +01006 
          +01009     double GetStepLength();
          +01010 
          +01013     Prs3d GetSource();
          +01014 
          +01018     double GetUsedPoints();
          +01019 
          +01022     Direction GetDirection();
          +01023   };
          +01024 
          +01033   interface IsoSurfaces : ScalarMap {
          +01039     void SetNbSurfaces(in long theNb);
          +01040 
          +01044     long GetNbSurfaces();
          +01045   };
          +01046 
          +01047   //-------------------------------------------------------
          +01052   interface Vectors : DeformedShape {
          +01057     void SetLineWidth(in double theWidth);
          +01058 
          +01062     double GetLineWidth();
          +01063 
          +01067     enum GlyphType{ ARROW,
          +01068                     CONE2,
          +01069                     CONE6,
          +01070                     NONE
          +01071                   };
          +01072 
          +01078     void SetGlyphType(in GlyphType theType);
          +01079 
          +01083     GlyphType GetGlyphType();
          +01084 
          +01088     enum GlyphPos{ CENTER, 
          +01089                    TAIL,   
          +01090                    HEAD  
          +01091                  };
          +01092 
          +01098     void SetGlyphPos(in GlyphPos thePos);
          +01099 
          +01103     GlyphPos GetGlyphPos();
          +01104   };
          +01105 
          +01106   //-------------------------------------------------------
          +01121   interface Animation : Base {
          +01125     void addField(in SALOMEDS::SObject theObject);
          +01126 
          +01131     void generatePresentations(in long theFieldNum);
          +01132 
          +01138     boolean generateFrames();
          +01139 
          +01142     void clearView();
          +01143 
          +01147 
          +01150     void startAnimation();
          +01151 
          +01154     void stopAnimation();
          +01155 
          +01158     void nextFrame();
          +01159 
          +01162     void prevFrame();
          +01163 
          +01166     void firstFrame();
          +01167 
          +01170     void lastFrame();
          +01171 
          +01175     void gotoFrame(in long theFrame);
          +01180     long getNbFields();
          +01181 
          +01184     long getNbFrames();
          +01185 
          +01188     boolean isRunning();
          +01189 
          +01192     long getCurrentFrame();
          +01193 
          +01196     ColoredPrs3d getPresentation(in long theField, in long theFrame);
          +01197 
          +01201     void setPresentationType(in long theFieldNum, in VISUType theType);
          +01202 
          +01206     VISUType getPresentationType(in long theFieldNum);
          +01207 
          +01211     void setSpeed(in long theSpeed);
          +01212 
          +01215     long getSpeed();
          +01216 
          +01221     boolean isProportional();
          +01222 
          +01231     void setAnimationRange(in double theMin, in double theMax);
          +01232 
          +01235     double getMinRange();
          +01236 
          +01239     double getMaxRange();
          +01240 
          +01245     boolean isRangeDefined();
          +01246 
          +01251     void dumpTo(in string thePath);
          +01252 
          +01260     string setDumpFormat(in string theFormat);
          +01261 
          +01264     boolean isCycling();
          +01265 
          +01269     double getMinTime();
          +01270 
          +01274     double getMaxTime();
          +01275 
          +01281     void setProportional(in boolean theProp);
          +01282 
          +01288     void setCycling(in boolean theCycle);
          +01289 
          +01290     SALOMEDS::SObject publishInStudy();
          +01291 
          +01292     void saveAnimation();
          +01293 
          +01294     void restoreFromStudy(in SALOMEDS::SObject theSObj);
          +01295 
          +01296     boolean isSavedInStudy();
          +01297   };
          +01298 
          +01305   interface Result : RemovableObject, SALOME::GenericObj {
          +01308     boolean BuildAll();
          +01309 
          +01311     boolean Build(in boolean theIsBuildAll, in boolean theIsAtOnce);
          +01312 
          +01314     boolean IsDone();
          +01315 
          +01317     boolean IsEntitiesDone();
          +01318 
          +01320     void SetBuildFields(in boolean theIsBuildFields, in boolean theIsCalculateMinMax);
          +01321 
          +01323     boolean IsFieldsDone();
          +01324 
          +01326     void SetBuildGroups(in boolean theIsBuildGroups);
          +01327 
          +01329     boolean IsGroupsDone();
          +01330 
          +01332     boolean IsMinMaxDone();
          +01333   };
          +01334 
          +01335   //-------------------------------------------------------
          +01336   interface ViewManager;
          +01337   interface View3D;
          +01338 
          +01345   interface VISU_Gen : Engines::Component, SALOMEDS::Driver, Base {
          +01348     void SetCurrentStudy(in SALOMEDS::Study theStudy);
          +01349 
          +01352     SALOMEDS::Study GetCurrentStudy();
          +01353 
          +01358     ViewManager GetViewManager();
          +01359 
          +01363     SALOMEDS::SObject ImportTables(in string theFileName);
          +01364 
          +01368     boolean ExportTableToFile(in SALOMEDS::SObject theTable, in string theFileName);
          +01369 
          +01375     Result ImportFile(in string theFileName);
          +01376 
          +01382     Result CreateResult(in string theFileName);
          +01383 
          +01389     Result CopyAndImportFile(in string theFileName);
          +01390 
          +01394     Result ImportMed(in SALOMEDS::SObject theMedSObject);
          +01395 
          +01399     Result ImportMedField(in SALOME_MED::FIELD theField);
          +01400 
          +01409     void RenameEntityInStudy(in Result theResult,
          +01410                     in string theMeshName,
          +01411                     in Entity theEntity,
          +01412                     in string theNewName);
          +01413     void RenameFamilyInStudy(in Result theResult,
          +01414                     in string theMeshName,
          +01415                     in Entity theEntity,
          +01416                     in string theSubMeshName,
          +01417                     in string theNewName);
          +01418     void RenameGroupInStudy(in Result theResult,
          +01419                    in string theMeshName,
          +01420                    in string theSubMeshName,
          +01421                    in string theNewName);
          +01422 
          +01429     Mesh MeshOnEntity(in Result theResult, in string theMeshName, in Entity theEntity);
          +01430 
          +01438     Mesh FamilyMeshOnEntity(in Result theResult, in string theMeshName,
          +01439                    in Entity theEntity, in string theFamilyName);
          +01440 
          +01447     Mesh GroupMesh(in Result theResult, in string theMeshName, in string theGroupName);
          +01448 
          +01457     ScalarMap ScalarMapOnField(in Result theResult, in string theMeshName,
          +01458                       in Entity theEntity, in string theFieldName,
          +01459                       in double theIteration);
          +01460 
          +01469     GaussPoints GaussPointsOnField(in Result theResult, in string theMeshName,
          +01470                        in Entity theEntity, in string theFieldName,
          +01471                        in double theIteration);
          +01472 
          +01481     DeformedShape DeformedShapeOnField(in Result theResult, in string theMeshName,
          +01482                            in Entity theEntity, in string theFieldName,
          +01483                            in double theIteration);
          +01484 
          +01493     ScalarMapOnDeformedShape ScalarMapOnDeformedShapeOnField(in Result theResult, in string theMeshName,
          +01494                                         in Entity theEntity, in string theFieldName,
          +01495                                         in double theIteration);
          +01496 
          +01505     Vectors VectorsOnField(in Result theResult, in string theMeshName,
          +01506                   in Entity theEntity, in string theFieldName,
          +01507                   in double theIteration);
          +01508 
          +01517     IsoSurfaces IsoSurfacesOnField(in Result theResult, in string theMeshName,
          +01518                        in Entity theEntity, in string theFieldName,
          +01519                        in double theIteration);
          +01520 
          +01529     StreamLines StreamLinesOnField(in Result theResult, in string theMeshName,
          +01530                        in Entity theEntity, in string theFieldName,
          +01531                        in double theIteration);
          +01532 
          +01541     CutPlanes CutPlanesOnField(in Result theResult, in string theMeshName,
          +01542                       in Entity theEntity, in string theFieldName,
          +01543                       in double theIteration);
          +01544 
          +01553     CutLines CutLinesOnField(in Result theResult, in string theMeshName,
          +01554                     in Entity theEntity, in string theFieldName,
          +01555                     in double theIteration);
          +01556 
          +01565     Plot3D Plot3DOnField(in Result theResult, in string theMeshName,
          +01566                 in Entity theEntity, in string theFieldName,
          +01567                 in double theIteration);
          +01568 
          +01573     Table CreateTable(in string theTableEntry);
          +01574 
          +01581     Curve CreateCurve(in Table theTable, in long theHRow, in long theVRow);
          +01582 
          +01586     Container CreateContainer();
          +01587 
          +01591     Animation CreateAnimation(in View3D theView3d);
          +01592 
          +01593     void DeleteResult(in Result theResult);
          +01594 
          +01595     void DeletePrs3d(in Prs3d thePrs3d);
          +01596   };
          +01597 
          +01604   interface View: Base {
          +01605 
          +01610     enum ViewRepresentation {
          +01611       OBJECTBROWSER,
          +01612       VIEWER,
          +01613       PYTHON,
          +01614       MESSAGES
          +01615     };
          +01616 
          +01617     void ShowPart (in ViewRepresentation ViewRepr, in boolean state );
          +01618 
          +01619     boolean IsPartShown( in ViewRepresentation ViewRepr );
          +01620 
          +01630     void SplitRight();
          +01631 
          +01637     void SplitLeft();
          +01638 
          +01644     void SplitBottom();
          +01645 
          +01651     void SplitTop();
          +01652 
          +01656     void OnTop();
          +01657 
          +01664     void Attract (in View theView);
          +01665 
          +01672     void AttractAll (in View theView);
          +01673 
          +01681     void SetRelativePositionInSplitter (in double thePosition);
          +01682 
          +01690     void SetRelativeSizeInSplitter (in double theSize);
          +01691 
          +01697     void SetRelativePositionX (in double thePosition);
          +01698 
          +01704     void SetRelativePositionY (in double thePosition);
          +01705 
          +01711     void SetRelativeSizeX (in double theSize);
          +01712 
          +01718     void SetRelativeSizeY (in double theSize);
          +01719 
          +01723     void SetViewWidth (in long Width); //setting width of view
          +01724     void SetViewHeight (in long Height); //setting height of view
          +01725     long GetViewWidth(); //getting view width
          +01726     long GetViewHeight(); //getting view height
          +01727     enum ViewPosition {TOP, CENTER, BOTTOM, RIGHT, LEFT}; //position of the study frame
          +01728     void SetViewPositionHorizontal (in ViewPosition ViewPosHor); //setting of the horizontal view position
          +01729     void SetViewPositionVertical (in ViewPosition ViewPosVer); //setting of the vertical view position
          +01730     void SetRelativePosition( in double x, in double y );
          +01731     void SetRelativeSize( in double x, in double y );
          +01732     void Minimize(); // Minimizes to the task bar or to the bottom of the Desktop the %View frame.
          +01733     void Restore(); // Restores the %View frame.
          +01734     void Maximize(); // Maximizes the %View frame.
          +01735 
          +01740     void SetTitle(in string theTitle);
          +01741 
          +01745     string GetTitle();
          +01746 
          +01751     void SetBackground(in SALOMEDS::Color theColor);
          +01752 
          +01756     SALOMEDS::Color GetBackground();
          +01757 
          +01761     void EraseAll();
          +01762 
          +01766     void DisplayAll();
          +01767 
          +01772     void Erase(in PrsObject thePrsObj);
          +01773 
          +01778     void Display(in PrsObject thePrsObj);
          +01779 
          +01785     void DisplayOnly(in PrsObject thePrsObj);
          +01786 
          +01790     void Update();
          +01791 
          +01797     boolean SavePicture(in string theFileName);
          +01798   };
          +01799 
          +01800   //-------------------------------------------------------
          +01805   interface View3D : View {
          +01810     enum ViewType{ FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM};
          +01811 
          +01815     enum Axis{ XAxis, YAxis, ZAxis};
          +01816 
          +01820     typedef double XYZ[3];
          +01821 
          +01825     void FitAll();
          +01826 
          +01831     void SetView(in ViewType theType);
          +01832 
          +01838     void SetPointOfView(in XYZ theCoord);
          +01839 
          +01845     XYZ GetPointOfView();
          +01846 
          +01850     void SetViewUp(in XYZ theDir);
          +01851 
          +01855     XYZ GetViewUp();
          +01856 
          +01861     void SetFocalPoint(in XYZ theDir);
          +01862 
          +01867     XYZ GetFocalPoint();
          +01868 
          +01872     void SetParallelScale(in double theScale);
          +01873 
          +01877     double GetParallelScale();
          +01878 
          +01884     void ScaleView(in Axis theAxis, in double theParam);
          +01885 
          +01889     void RemoveScale();
          +01890 
          +01896     boolean SaveViewParams(in string theName);
          +01897 
          +01903     boolean RestoreViewParams(in string theName);
          +01904 
          +01905 
          +01910     PresentationType GetPresentationType(in ScalarMap thePrs);
          +01911 
          +01917     string SetPresentationType(in ScalarMap thePrs, in PresentationType thePrsType);
          +01918 
          +01923     boolean IsShrinked(in ScalarMap thePrs);
          +01924 
          +01930     string SetShrinked(in ScalarMap thePrs, in boolean isShrinked);
          +01931 
          +01936     boolean IsShaded(in ScalarMap thePrs);
          +01937 
          +01943     string SetShaded(in ScalarMap thePrs, in boolean isShaded);
          +01944 
          +01949     double GetOpacity(in ScalarMap thePrs);
          +01950 
          +01956     string SetOpacity(in ScalarMap thePrs, in double theOpacity);
          +01957 
          +01962     double GetLineWidth(in ScalarMap thePrs);
          +01963 
          +01969     string SetLineWidth(in ScalarMap thePrs, in double theLineWidth);
          +01970   };
          +01971 
          +01972   //-------------------------------------------------------
          +01977   interface TableView : View {
          +01978   };
          +01979 
          +01980   //-------------------------------------------------------
          +01986   interface XYPlot : View {
          +01990     void SetSubTitle(in string theTitle);
          +01991 
          +01994     string GetSubTitle();
          +01995 
          +02000     enum CurveType { POINTS, MULTYLINE, SPLINE};
          +02001 
          +02005     void SetCurveType(in CurveType theType);
          +02006 
          +02009     CurveType GetCurveType();
          +02010 
          +02015     void SetMarkerSize(in long theSize);
          +02016 
          +02020     long GetMarkerSize();
          +02021 
          +02024     void EnableXGrid(in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor);
          +02025 
          +02028     void EnableYGrid(in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor);
          +02029 
          +02033     void SetHorScaling(in Scaling theScaling);
          +02034 
          +02037     Scaling GetHorScaling();
          +02038 
          +02042     void SetVerScaling(in Scaling theScaling);
          +02043 
          +02046     Scaling GetVerScaling();
          +02047 
          +02051     void SetXTitle(in string theTitle);
          +02052 
          +02055     string GetXTitle();
          +02056 
          +02060     void SetYTitle(in string theTitle);
          +02061 
          +02064     string GetYTitle();
          +02065 
          +02068     void ShowLegend(in boolean theShowing);
          +02069 
          +02072     void FitAll();
          +02073 
          +02076     void FitXRange(in double xMin, in double xMax);
          +02077 
          +02080     void FitYRange(in double yMin, in double yMax);
          +02081 
          +02084     void FitRange(in double xMin, in double xMax,
          +02085             in double yMin, in double yMax);
          +02086 
          +02087     void GetFitRanges(out double xMin,out double xMax,
          +02088                 out double yMin,out double yMax);
          +02089   };
          +02090 
          +02091   //-------------------------------------------------------
          +02096   interface ViewManager: Base {
          +02103     View GetCurrentView();
          +02104 
          +02109     View3D Create3DView();
          +02110 
          +02115     TableView CreateTableView(in Table theTable);
          +02116 
          +02121     XYPlot CreateXYPlot();
          +02122 
          +02126     void Destroy(in View theView);
          +02127   };
          +02128 };
          +02129 
          +02130 #endif
          +
          + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl.html b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl.html new file mode 100644 index 00000000..062a41b4 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl.html @@ -0,0 +1,180 @@ + + + + + + Main Page + + + +  + + + +

          Interfaces of the VISU module: idl/VISU_Gen.idl File Reference

          #include "SALOME_Exception.idl"
          +#include "SALOME_GenericObj.idl"
          +#include "SALOME_Component.idl"
          +#include "SALOMEDS.idl"
          +#include "SALOMEDS_Attributes.idl"
          +#include "MED.idl"
          + +

          +Include dependency graph for VISU_Gen.idl:

          + +

          +Go to the source code of this file. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Namespaces

          namespace  VISU

          Data Structures

          interface  VISU.Base
          interface  VISU.RemovableObject
           Removable object interface. More...
          interface  VISU.PrsObject
           Presentable object interface. More...
          interface  VISU.Table
           Table representation interface More...
          interface  VISU.Curve
           Interface of curve representation. More...
          interface  VISU.Container
           Container presentable object interface More...
          interface  VISU.Prs3d
           3D presentation interface More...
          interface  VISU.Mesh
           Interface of the mesh. More...
          interface  VISU.ColoredPrs3d
           Basic Interface for the Colored 3D Presentations. More...
          interface  VISU.ScalarMap
           Interface of the Scalar Map. More...
          interface  VISU.GaussPoints
           Gauss Points presentation interface. More...
          interface  VISU.DeformedShape
           Deformed shape presentation interface. More...
          interface  VISU.ScalarMapOnDeformedShape
           Scalar Map on Deformed shape presentation interface. More...
          interface  VISU.Plot3D
           Plot3D interface. More...
          interface  VISU.CutPlanes
           Cut planes interface. More...
          interface  VISU.CutLines
           Cut lines presentation. More...
          interface  VISU.StreamLines
           Interface of the stream lines representation. More...
          interface  VISU.IsoSurfaces
           Interface of the isometric surface presentation. More...
          interface  VISU.Vectors
           Interface of the vector presentation. More...
          interface  VISU.Animation
           Animation class More...
          interface  VISU.Result
           Interface Result. More...
          interface  VISU.VISU_Gen
           VISU_Gen interface More...
          interface  VISU.View
           View interface More...
          interface  VISU.View3D
           3D view interface More...
          interface  VISU.TableView
           Interface of the Table view. More...
          interface  VISU.XYPlot
           Interface of the 2D plot view. More...
          interface  VISU.ViewManager
           Interface of the ViewManager. More...

          Typedefs

          typedef string VISU.IdType

          Enumerations

          enum  VISU.Scaling { VISU.LINEAR, +VISU.LOGARITHMIC + }
          enum  VISU.Entity { VISU.NODE, +VISU.EDGE, +VISU.FACE, +VISU.CELL + }
          enum  VISU.VISUType {
          +  VISU.TNONE, +VISU.TCURVE, +VISU.TTABLE, +VISU.TCONTAINER, +
          +  VISU.TMESH, +VISU.TSCALARMAP, +VISU.TISOSURFACE, +VISU.TDEFORMEDSHAPE, +
          +  VISU.TSCALARMAPONDEFORMEDSHAPE, +VISU.TGAUSSPOINTS, +VISU.TPLOT3D, +VISU.TCUTPLANES, +
          +  VISU.TCUTLINES, +VISU.TVECTORS, +VISU.TSTREAMLINES, +VISU.TVISUGEN, +
          +  VISU.TVIEWMANAGER, +VISU.TRESULT, +VISU.TXYPLOT, +VISU.TTABLEVIEW, +
          +  VISU.TVIEW3D, +VISU.TGAUSSVIEW, +VISU.TENTITY, +VISU.TFAMILY, +
          +  VISU.TGROUP, +VISU.TFIELD, +VISU.TTIMESTAMP, +VISU.TANIMATION, +
          +  VISU.TALL +
          + }
          enum  VISU.PresentationType {
          +  VISU.POINT, +VISU.WIREFRAME, +VISU.SHADED, +VISU.INSIDEFRAME, +
          +  VISU.SURFACEFRAME, +VISU.SHRINK +
          + }
          +


          Detailed Description

          +This file conatins a set of interfaces of the VISU module. This module provides various forms of data visualization in SALOME application. These forms include data tables, XY plots, 3d representations and combination of these forms. + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl__incl.jpg b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl__incl.jpg new file mode 100644 index 00000000..7d8a72ac Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl__incl.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/doxygen.css b/doc/salome/gui/VISU/visugenidl_doc/doxygen.css new file mode 100644 index 00000000..dc9da522 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/doxygen.css @@ -0,0 +1,218 @@ +H1 { + text-align: center; + font-family: Geneva, Arial, Helvetica, sans-serif; +} +H2 { + font-family: Geneva, Arial, Helvetica, sans-serif; +} +CAPTION { font-weight: bold } +DIV.qindex { + width: 100%; + background-color: #eeeeff; + border: 1px solid #B0B0B0; + text-align: center; + margin: 2px; + padding: 2px; + line-height: 120%; +} +A.qindex { + text-decoration: none; + font-weight: bold; + color: #1A419D; + padding: 2px; +} +A.qindex:visited { + text-decoration: none; + font-weight: bold; + color: #1A419D + padding: 2px; +} +A.qindex:hover { + text-decoration: none; + background-color: #ddddff; + padding: 2px; +} +A.qindexHL { + text-decoration: none; + font-weight: bold; + background-color: #6666cc; + color: #ffffff; + padding: 2px 6px; + border: 1px double #9295C2; +} +A.qindexHL:hover { + text-decoration: none; + background-color: #6666cc; + color: #ffffff; + padding: 2px 6px; +} +A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff } +A.el { text-decoration: none; font-weight: bold } +A.elRef { font-weight: bold } +A.code { text-decoration: none; font-weight: normal; color: #1A419D} +A.codeRef { font-weight: normal; color: #1A419D} +A:hover { text-decoration: none; background-color: #f2f2ff } +DL.el { margin-left: -1cm } +PRE.fragment { + border: 1px solid #CCCCCC; + background-color: #f5f5f5; + margin-top: 4px; + margin-bottom: 4px; + margin-left: 2px; + margin-right: 8px; + padding-left: 6px; + padding-right: 6px; + padding-top: 4px; + padding-bottom: 4px; +} +DIV.fragment { + border: 1px solid #CCCCCC; + background-color: #f5f5f5; + padding: 6px; +} +DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } +TD.md { background-color: #F4F4FB; font-weight: bold; } +TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; } +TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; } +DIV.groupHeader { + margin-left: 16px; + margin-top: 12px; + margin-bottom: 6px; + font-weight: bold; + font-family: Geneva, Arial, Helvetica, sans-serif; +} +DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller } +BODY { + background: white; + color: black; + margin-right: 20px; + margin-left: 20px; +} +TD.indexkey { + background-color: #eeeeff; + font-weight: bold; + padding-right : 10px; + padding-top : 2px; + padding-left : 10px; + padding-bottom : 2px; + margin-left : 0px; + margin-right : 0px; + margin-top : 2px; + margin-bottom : 2px; + border: 1px solid #CCCCCC; +} +TD.indexvalue { + background-color: #eeeeff; + font-style: italic; + padding-right : 10px; + padding-top : 2px; + padding-left : 10px; + padding-bottom : 2px; + margin-left : 0px; + margin-right : 0px; + margin-top : 2px; + margin-bottom : 2px; + border: 1px solid #CCCCCC; +} +TR.memlist { + background-color: #f0f0f0; +} +P.formulaDsp { text-align: center; } +IMG.formulaDsp { } +IMG.formulaInl { vertical-align: middle; } +SPAN.keyword { color: #008000 } +SPAN.keywordtype { color: #604020 } +SPAN.keywordflow { color: #e08000 } +SPAN.comment { color: #800000 } +SPAN.preprocessor { color: #806020 } +SPAN.stringliteral { color: #002080 } +SPAN.charliteral { color: #008080 } +.mdTable { + border: 1px solid #868686; + background-color: #F4F4FB; +} +.mdRow { + padding: 8px 10px; +} +.mdescLeft { + font-size: smaller; + font-style: italic; + background-color: #FAFAFA; + padding-left: 8px; + border-top: 1px none #E0E0E0; + border-right: 1px none #E0E0E0; + border-bottom: 1px none #E0E0E0; + border-left: 1px none #E0E0E0; + margin: 0px; +} +.mdescRight { + font-size: smaller; + font-style: italic; + background-color: #FAFAFA; + padding-left: 4px; + border-top: 1px none #E0E0E0; + border-right: 1px none #E0E0E0; + border-bottom: 1px none #E0E0E0; + border-left: 1px none #E0E0E0; + margin: 0px; + padding-bottom: 0px; + padding-right: 8px; +} +.memItemLeft { + padding: 1px 0px 0px 8px; + margin: 4px; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-top-color: #E0E0E0; + border-right-color: #E0E0E0; + border-bottom-color: #E0E0E0; + border-left-color: #E0E0E0; + border-right-style: none; + border-bottom-style: none; + border-left-style: none; + background-color: #FAFAFA; + font-family: Geneva, Arial, Helvetica, sans-serif; + font-size: 12px; +} +.memItemRight { + padding: 1px 0px 0px 8px; + margin: 4px; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-top-color: #E0E0E0; + border-right-color: #E0E0E0; + border-bottom-color: #E0E0E0; + border-left-color: #E0E0E0; + border-right-style: none; + border-bottom-style: none; + border-left-style: none; + background-color: #FAFAFA; + font-family: Geneva, Arial, Helvetica, sans-serif; + font-size: 13px; +} +.search { color: #003399; + font-weight: bold; +} +FORM.search { + margin-bottom: 0px; + margin-top: 0px; +} +INPUT.search { font-size: 75%; + color: #000080; + font-weight: normal; + background-color: #eeeeff; +} +TD.tiny { font-size: 75%; +} +a { + color: #252E78; +} +a:visited { + color: #3D2185; +} diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation.html new file mode 100644 index 00000000..1c5bf25f --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation.html @@ -0,0 +1,1235 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Animation Interface Reference

          Animation class +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Animation:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Member Functions

          void addField (in SALOMEDS::SObject theObject)
          void generatePresentations (in long theFieldNum)
          boolean generateFrames ()
          void clearView ()
          long getNbFields ()
          long getNbFrames ()
          boolean isRunning ()
          long getCurrentFrame ()
          ColoredPrs3d getPresentation (in long theField, in long theFrame)
          void setPresentationType (in long theFieldNum, in VISUType theType)
          VISUType getPresentationType (in long theFieldNum)
          void setSpeed (in long theSpeed)
          long getSpeed ()
          boolean isProportional ()
          void setAnimationRange (in double theMin, in double theMax)
          double getMinRange ()
          double getMaxRange ()
          boolean isRangeDefined ()
          void dumpTo (in string thePath)
          string setDumpFormat (in string theFormat)
          boolean isCycling ()
          double getMinTime ()
          double getMaxTime ()
          void setProportional (in boolean theProp)
          void setCycling (in boolean theCycle)
          SALOMEDS::SObject publishInStudy ()
          void saveAnimation ()
          void restoreFromStudy (in SALOMEDS::SObject theSObj)
          boolean isSavedInStudy ()
          IdType GetID ()
          VISUType GetType ()
          Playback of an animation:
          void startAnimation ()
          void stopAnimation ()
          void nextFrame ()
          void prevFrame ()
          void firstFrame ()
          void lastFrame ()
          void gotoFrame (in long theFrame)
          +

          Detailed Description

          +This class provides a set of methods used for:
          +
            +
          • +generating different animations on the basis of a field,
          • +
          • +setting the parameters of the animations,
          • +
          • +playing these animations in the VISU module.
          • +
          +
          Note:

          +Field represents the results of calculations (it can be scalar or vector values), grouped together under one physical concept.
          +Time stamp represents a subfield: the results of calculations are taken in one definite moment.
          + +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Animation.addField in SALOMEDS::SObject  theObject  ) 
          +
          + + + + + +
          +   + + +

          +Defines the field which will be used as a base for generation of the animation.

          Parameters:
          + + +
          theObject The SObject corresponding to the field.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.Animation.generatePresentations in long  theFieldNum  ) 
          +
          + + + + + +
          +   + + +

          +Generates presentations on the basis of the field.

          Parameters:
          + + +
          theFieldNum The number of the field, which will be used as the basis for construction of the presentation.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Animation.generateFrames  ) 
          +
          + + + + + +
          +   + + +

          +Generates a set of frames from the created by the method generatePresentations3D presentations. A sequence of these frames will be transformed into an animation.

          Returns:
          True, if the frames have been successfully generated.
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.Animation.clearView  ) 
          +
          + + + + + +
          +   + + +

          +Clears the view before starting an animation.

          +

          + + + + +
          + + + + + + + + +
          void VISU.Animation.startAnimation  ) 
          +
          + + + + + +
          +   + + +

          +Starts an animation.

          +

          + + + + +
          + + + + + + + + +
          void VISU.Animation.stopAnimation  ) 
          +
          + + + + + +
          +   + + +

          +Stops an animation.

          +

          + + + + +
          + + + + + + + + +
          void VISU.Animation.nextFrame  ) 
          +
          + + + + + +
          +   + + +

          +Forwards to the next frame.

          +

          + + + + +
          + + + + + + + + +
          void VISU.Animation.prevFrame  ) 
          +
          + + + + + +
          +   + + +

          +Returns to the previous frame.

          +

          + + + + +
          + + + + + + + + +
          void VISU.Animation.firstFrame  ) 
          +
          + + + + + +
          +   + + +

          +Returns to the first frame of the animation.

          +

          + + + + +
          + + + + + + + + +
          void VISU.Animation.lastFrame  ) 
          +
          + + + + + +
          +   + + +

          +Forwards to the last frame of the animation.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Animation.gotoFrame in long  theFrame  ) 
          +
          + + + + + +
          +   + + +

          +Passes to a definite frame of the animation.

          Parameters:
          + + +
          theFrame A long value defining the number of the frame.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.Animation.getNbFields  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of time stamps (subfields) contained in the given field.

          +

          + + + + +
          + + + + + + + + +
          long VISU.Animation.getNbFrames  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of generated frames

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Animation.isRunning  ) 
          +
          + + + + + +
          +   + + +

          +Returns True, if the animation is currently running.

          +

          + + + + +
          + + + + + + + + +
          long VISU.Animation.getCurrentFrame  ) 
          +
          + + + + + +
          +   + + +

          +Returns the number of the current frame.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          ColoredPrs3d VISU.Animation.getPresentation in long  theField,
          in long  theFrame
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.Animation.setPresentationType in long  theFieldNum,
          in VISUType  theType
          +
          + + + + + +
          +   + + +

          +Sets the type of presentation (vectors, deformed shape etc.) which will be generated by the method generatePresentations.

          +

          + + + + +
          + + + + + + + + + +
          VISUType VISU.Animation.getPresentationType in long  theFieldNum  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of presentation (vectors, deformed shape etc.) which will be generated by the method generatePresentations.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Animation.setSpeed in long  theSpeed  ) 
          +
          + + + + + +
          +   + + +

          +Sets the speed of the animation.

          Parameters:
          + + +
          theSpeed The speed of the animation. The value varies from 1 to 99.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.Animation.getSpeed  ) 
          +
          + + + + + +
          +   + + +

          +Gets the speed of the animation.

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Animation.isProportional  ) 
          +
          + + + + + +
          +   + + +

          +Ruturns True, if playback of the animation is proportional. This option allows to render your animation with proportional periods of time between every frame (not depending on the time stamps).

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.Animation.setAnimationRange in double  theMin,
          in double  theMax
          +
          + + + + + +
          +   + + +

          +Sets the range of the animation. The range is defined on the basis of the time stamps of the field which have been used for generation of the animation. This method allows to bound the range of generated frames. If this method is not used, the animation will be generated on the basis of all time stamps contained in the field.

          Parameters:
          + + + +
          theMin The value of the first time stamp which will be used for generation of the animation.
          theMax The value of the last time stamp which will be used for generation of the animation.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.Animation.getMinRange  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of the first time stamp which will be used for generation of the animation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.Animation.getMaxRange  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of the last time stamp which will be used for generation of the animation.

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Animation.isRangeDefined  ) 
          +
          + + + + + +
          +   + + +

          +Returns True if the range of the animation has been defined by the method setAnimationRange. Otherwise the animation will be generated on the basis of all time stamps contained in the field.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Animation.dumpTo in string  thePath  ) 
          +
          + + + + + +
          +   + + +

          +Saves all the frames composing the animation into a definite directory. Pictures format is set with method setDumpFormat().

          Parameters:
          + + +
          thePath The directory where all the frames will be saved.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          string VISU.Animation.setDumpFormat in string  theFormat  ) 
          +
          + + + + + +
          +   + + +

          +Set format for saving all the frames composing the animation.

          Parameters:
          + + +
          theFormat The format for saving pictures. For available formats see QImageIO documentation (Qt). If specified format is not available, default format will be used. Default format is JPEG or first of supported, if JPEG is not available.
          +
          +
          Returns:
          Really set format. Differ from theFormat if theFormat is not available.
          +
          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Animation.isCycling  ) 
          +
          + + + + + +
          +   + + +

          +Returns True, if the playback of the animation is cycling.

          +

          + + + + +
          + + + + + + + + +
          double VISU.Animation.getMinTime  ) 
          +
          + + + + + +
          +   + + +

          +Gets the first time stamp of the field defined at the input of the animation.

          Note:
          This method is used if animation range is NOT defined.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.Animation.getMaxTime  ) 
          +
          + + + + + +
          +   + + +

          +Gets the last time stamp of the field defined at the input of the animation.

          Note:
          This method is used if animation range is NOT defined.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.Animation.setProportional in boolean  theProp  ) 
          +
          + + + + + +
          +   + + +

          +Sets proprtional playback of the animation. This option allows to render your animation with proportional periods of time between every frame (not depending on the time stamps).

          Parameters:
          + + +
          theProp If this boolean parameter is True, playback of your animation will be set as proportional.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.Animation.setCycling in boolean  theCycle  ) 
          +
          + + + + + +
          +   + + +

          +Sets cycling playback of the animation. The number of cycles can be infinite, untill you use startAnimation method.

          Parameters:
          + + +
          theCycle If this boolean parameter is True, playback of your animation will be set as cycling.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::SObject VISU.Animation.publishInStudy  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.Animation.saveAnimation  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Animation.restoreFromStudy in SALOMEDS::SObject  theSObj  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Animation.isSavedInStudy  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation__inherit__graph.jpg new file mode 100644 index 00000000..2ef14411 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base.html new file mode 100644 index 00000000..893d6a08 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base.html @@ -0,0 +1,82 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Base Interface Reference

          import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Base:

          Inheritance graph
          + + + + + + + +

          Public Member Functions

          IdType GetID ()
          VISUType GetType ()
          +

          Member Function Documentation

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  ) 
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  ) 
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base__inherit__graph.jpg new file mode 100644 index 00000000..afd2825c Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d.html new file mode 100644 index 00000000..520511b3 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d.html @@ -0,0 +1,728 @@ + + + + + + Main Page + + + +  + + + +

          VISU.ColoredPrs3d Interface Reference

          Basic Interface for the Colored 3D Presentations. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.ColoredPrs3d:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Member Functions

          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface is responsable for coloring of 3D field presentations according the scalar values applied to different cells. As well it contains presentation parameters of the scalar bar. The scalar bar is displayed along with each colored field presentation and serves for consulting the correspondance between colors and data values. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  ) 
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  ) 
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  ) 
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  ) 
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  ) 
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  ) 
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  ) 
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  ) 
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  ) 
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  ) 
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  ) 
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  ) 
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d__inherit__graph.jpg new file mode 100644 index 00000000..7525305c Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container.html new file mode 100644 index 00000000..69f99750 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container.html @@ -0,0 +1,246 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Container Interface Reference

          Container presentable object interface +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Container:

          Inheritance graph
          + + + + + + + + + + + + + + + + + +

          Public Member Functions

          void AddCurve (in Curve theCurve)
          void RemoveCurve (in Curve theCurve)
          long GetNbCurves ()
          void Clear ()
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This class is provided in order to create one presentation using several presentable objects. This can provide a combination of a set of curves to display them in XY plot view. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Container.AddCurve in Curve  theCurve  ) 
          +
          + + + + + +
          +   + + +

          +Adds a curve into the container.

          Parameters:
          + + +
          theCurve The added curve.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.Container.RemoveCurve in Curve  theCurve  ) 
          +
          + + + + + +
          +   + + +

          +Removes a curve from the container.

          Parameters:
          + + +
          theCurve The removed curve.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.Container.GetNbCurves  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of curves which are stored in the container.

          Returns:
          A long value corresponding to the number of curves which are stored in the container.
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.Container.Clear  ) 
          +
          + + + + + +
          +   + + +

          +Removes all curves from the container.

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container__inherit__graph.jpg new file mode 100644 index 00000000..fb62a027 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve.html new file mode 100644 index 00000000..0a4e76fd --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve.html @@ -0,0 +1,532 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Curve Interface Reference

          Interface of curve representation. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Curve:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  MarkerType {
          +  NONE, +CIRCLE, +RECTANGLE, +DIAMOND, +
          +  DTRIANGLE, +UTRIANGLE, +LTRIANGLE, +RTRIANGLE, +
          +  CROSS, +XCROSS +
          + }
          enum  LineType {
          +  VOIDLINE, +SOLIDLINE, +DASHLINE, +DOTLINE, +
          +  DASHDOTLINE, +DASHDOTDOTLINE +
          + }

          Public Member Functions

          void SetTitle (in string theTitle)
          string GetTitle ()
          void SetColor (in SALOMEDS::Color theColor)
          SALOMEDS::Color GetColor ()
          void SetMarker (in MarkerType theType)
          MarkerType GetMarker ()
          void SetLine (in LineType theType, in long theLineWidth)
          LineType GetLine ()
          long GetLineWidth ()
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Manages presentation parameters of one curve. It can be used for presentation of a set of curves using a combined presentation. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::Curve::MarkerType
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements defining the presentation type of markers (data points) with help of which the curve is constructed on the graphics.

          Enumerator:
          + + + + + + + + + + + +
          NONE  +
          CIRCLE  +
          RECTANGLE  +
          DIAMOND  +
          DTRIANGLE  +
          UTRIANGLE  +
          LTRIANGLE  +
          RTRIANGLE  +
          CROSS  +
          XCROSS  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::Curve::LineType
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements defining the type of presentation of a curve line on the graphics.

          Enumerator:
          + + + + + + + +
          VOIDLINE  +
          SOLIDLINE  +
          DASHLINE  +
          DOTLINE  +
          DASHDOTLINE  +
          DASHDOTDOTLINE  +
          +
          +
          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Curve.SetTitle in string  theTitle  ) 
          +
          + + + + + +
          +   + + +

          +Sets the title of the curve.

          Parameters:
          + + +
          theTitle This string parameter defines the title of this curve.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.Curve.GetTitle  ) 
          +
          + + + + + +
          +   + + +

          +Gets the title of the curve.

          Returns:
          String value corresponding to the title of the curve.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.Curve.SetColor in SALOMEDS::Color  theColor  ) 
          +
          + + + + + +
          +   + + +

          +Sets the color of the curve.

          Parameters:
          + + +
          theColor The color of the curve. This parameter is taken from the Orientation enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.Curve.GetColor  ) 
          +
          + + + + + +
          +   + + +

          +Gets the color of the curve.

          Returns:
          Color of the curve. The returned value will correspond to one of the elements the Color enumeration.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.Curve.SetMarker in MarkerType  theType  ) 
          +
          + + + + + +
          +   + + +

          +Sets the presentation type of markers (data points) with help of which the curve is constructed on the graphics.

          Parameters:
          + + +
          theType This parameter defines the type of marker with help of which the curve is constructed on the graphics. It is taken from MarkerType enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          MarkerType VISU.Curve.GetMarker  ) 
          +
          + + + + + +
          +   + + +

          +Gets the presentation type of markers (data points) with help of which the curve is constructed on the graphics.

          Returns:
          The type of marker with help of which the curve is constructed on the graphics. The returned value will correspond to one of the elements the MarkerType enumeration.
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.Curve.SetLine in LineType  theType,
          in long  theLineWidth
          +
          + + + + + +
          +   + + +

          +Sets the type of presentation of curve lines on the graphics.

          Parameters:
          + + + +
          theType This parameter defines the type of presentation of curve lines on the graphics.
          theLineWidth Long value defining the width of the curve line.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          LineType VISU.Curve.GetLine  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of representation of curve lines on the graphics.

          Returns:
          The type of representation of curve lines on the graphics.
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.Curve.GetLineWidth  ) 
          +
          + + + + + +
          +   + + +

          +Gets the width of the curve line.

          Returns:
          Long value corresponding to the width of the curve line.
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve__inherit__graph.jpg new file mode 100644 index 00000000..5f593d45 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines.html new file mode 100644 index 00000000..84f6308d --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines.html @@ -0,0 +1,1687 @@ + + + + + + Main Page + + + +  + + + +

          VISU.CutLines Interface Reference

          Cut lines presentation. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.CutLines:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Orientation { HORIZONTAL, +VERTICAL + }

          Public Member Functions

          void SetOrientation (in CutPlanes::Orientation theOrientation, in double theXAngle, in double theYAngle)
          void SetOrientation2 (in CutPlanes::Orientation theOrientation, in double theXAngle, in double theYAngle)
          CutPlanes::Orientation GetOrientationType ()
          CutPlanes::Orientation GetOrientationType2 ()
          double GetRotateX ()
          double GetRotateX2 ()
          double GetRotateY ()
          double GetRotateY2 ()
          void SetDisplacement (in double theDisp)
          void SetDisplacement2 (in double theDisp)
          double GetDisplacement ()
          double GetDisplacement2 ()
          void SetBasePlanePosition (in double thePlanePosition)
          double GetBasePlanePosition ()
          void SetLinePosition (in long thePlaneNumber, in double thePlanePosition)
          double GetLinePosition (in long thePlaneNumber)
          void SetDefault ()
          boolean IsDefault ()
          void SetDefaultPosition (in long thePlaneNumber)
          boolean IsDefaultPosition (in long thePlaneNumber)
          void SetNbLines (in long theNb)
          long GetNbLines ()
          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Presentation parameters of a Cut lines presentation. Cut Lines is a type of presentation which displays colored cells with applied scalar values on the mesh where lines are placed. The procedure of construction of a Cut Lines presentation reuses the algorithm of creation of Cut Planes presentation and consists of two steps:

          +1. From Cut Planes presentation one plane is taken and it is used as base plane for construction of cut lines. 2. This plane is cut by a regular array of planes. The result of this operation is a regular array of lines in space, belonging to the same plane and having the same orientation. They are located inside or on the mesh. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::ScalarMap::Orientation [inherited]
          +
          + + + + + +
          +   + + +

          +Orientation of the scalar bar (to provide backward compatibility).

          Enumerator:
          + + + +
          HORIZONTAL  +Horizontal orientation of the scalar bar.
          VERTICAL  +Vertical orientation of the scalar bar.
          +
          + +

          +Implemented in VISU.Plot3D, and VISU.CutPlanes.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.CutLines.SetOrientation in CutPlanes::Orientation  theOrientation,
          in double  theXAngle,
          in double  theYAngle
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation in 3D space of the base plane of a cut lines presentation.

          Parameters:
          + + + + +
          theOrientation The orientation of the base plane in 3D space.
          theXAngle The angle of rotation of the base plane around the first axis of the chosen orientation.
          theXAngle The angle of rotation of the base plane around the second axis of the chosen orientation.
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.CutLines.SetOrientation2 in CutPlanes::Orientation  theOrientation,
          in double  theXAngle,
          in double  theYAngle
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation in 3D space of the cutting planes of a cut lines presentation.

          Parameters:
          + + + + +
          theOrientation This parameter defines the type of orientation of the cutting planes in 3D space. It is taken from the Orientation enumeration.
          theXAngle The angle of rotation of the cutting planes around the first axis of the chosen orientation.
          theXAngle The angle of rotation of the cutting planes around the second axis of the chosen orientation.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          CutPlanes::Orientation VISU.CutLines.GetOrientationType  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation in 3D space of the base plane of a cut lines presentation.

          +

          + + + + +
          + + + + + + + + +
          CutPlanes::Orientation VISU.CutLines.GetOrientationType2  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation in 3D space of the cutting planes of a cut lines presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.CutLines.GetRotateX  ) 
          +
          + + + + + +
          +   + + +

          +Gets rotation angle of the base plane around the first axis of the chosen orientation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.CutLines.GetRotateX2  ) 
          +
          + + + + + +
          +   + + +

          +Gets rotation angle of the cutting planes around the first axis of the chosen orientation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.CutLines.GetRotateY  ) 
          +
          + + + + + +
          +   + + +

          +Gets rotation angle of the base plane around the second axis of the chosen orientation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.CutLines.GetRotateY2  ) 
          +
          + + + + + +
          +   + + +

          +Gets rotation angle of the cutting planes around the second axis of the chosen orientation.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.CutLines.SetDisplacement in double  theDisp  ) 
          +
          + + + + + +
          +   + + +

          +Sets the displacement of the base plane of the cut lines presentation in 3D space.

          +

          Parameters:
          + + +
          theDisp This parameter defines position of the base plane in 3D space. It varies from 0 to 1.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.CutLines.SetDisplacement2 in double  theDisp  ) 
          +
          + + + + + +
          +   + + +

          +Sets the displacement of the cutting planes of the cut lines presentation in 3D space.

          +

          Parameters:
          + + +
          theDisp This parameter defines position of the cutting planes in 3D space. It varies from 0 to 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.CutLines.GetDisplacement  ) 
          +
          + + + + + +
          +   + + +

          +Gets the displacement of the base plane of the cut lines presentation in 3D space.

          +

          + + + + +
          + + + + + + + + +
          double VISU.CutLines.GetDisplacement2  ) 
          +
          + + + + + +
          +   + + +

          +Gets the displacement of the cutting planes of the cut lines presentation in 3D space.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.CutLines.SetBasePlanePosition in double  thePlanePosition  ) 
          +
          + + + + + +
          +   + + +

          +Sets the position of the base plane in 3D space.

          Parameters:
          + + +
          thePlanePosition A double value defining the position of the base plane in 3D space.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.CutLines.GetBasePlanePosition  ) 
          +
          + + + + + +
          +   + + +

          +Gets the position of the base plane in 3D space.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.CutLines.SetLinePosition in long  thePlaneNumber,
          in double  thePlanePosition
          +
          + + + + + +
          +   + + +

          +Sets the position of one of cutting planes in 3D space.

          Parameters:
          + + + +
          thePlaneNumber A long value defining the order number of this cutting plane.
          thePlanePosition A double value defining the position of the base plane in 3D space.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          double VISU.CutLines.GetLinePosition in long  thePlaneNumber  ) 
          +
          + + + + + +
          +   + + +

          +Gets the position of one of cutting planes in 3D space.

          Parameters:
          + + +
          thePlaneNumber A long value defining the order number of this cutting plane.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.CutLines.SetDefault  ) 
          +
          + + + + + +
          +   + + +

          +Sets the position of the base plane to default value.

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.CutLines.IsDefault  ) 
          +
          + + + + + +
          +   + + +

          +Determines whether the base plane has default position.

          Returns:
          True if the base plane has default position.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.CutLines.SetDefaultPosition in long  thePlaneNumber  ) 
          +
          + + + + + +
          +   + + +

          +Sets the position of the choosen cutting plane to default value.

          Parameters:
          + + +
          thePlaneNumber The number of this cutting plane.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.CutLines.IsDefaultPosition in long  thePlaneNumber  ) 
          +
          + + + + + +
          +   + + +

          +Determines whether the choosen cutting plane has default position.

          Parameters:
          + + +
          thePlaneNumber The number of this cutting plane.
          +
          +
          Returns:
          True if this cutting plane has default position.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.CutLines.SetNbLines in long  theNb  ) 
          +
          + + + + + +
          +   + + +

          +Sets the number of cut lines.

          Parameters:
          + + +
          theNb The number of cut lines.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.CutLines.GetNbLines  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of cut lines.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines__inherit__graph.jpg new file mode 100644 index 00000000..e7cdf9bc Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes.html new file mode 100644 index 00000000..0a984a7d --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes.html @@ -0,0 +1,1356 @@ + + + + + + Main Page + + + +  + + + +

          VISU.CutPlanes Interface Reference

          Cut planes interface. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.CutPlanes:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Orientation { XY, +YZ, +ZX + }

          Public Member Functions

          void SetOrientation (in Orientation theOrientation, in double theXAngle, in double theYAngle)
          Orientation GetOrientationType ()
          double GetRotateX ()
          double GetRotateY ()
          void SetDisplacement (in double theDisp)
          double GetDisplacement ()
          void SetPlanePosition (in long thePlaneNumber, in double thePlanePosition)
          void SetDefault (in long thePlaneNumber)
          double GetPlanePosition (in long thePlaneNumber)
          boolean IsDefault (in long thePlaneNumber)
          void SetNbPlanes (in long theNb)
          long GetNbPlanes ()
          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Presentation parameters of Cut planes presentation. This type of presentation consists of cutting your initial mesh by a definite number of planes. As the result you will see these planes which will be cutted by the borders of the mesh. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::CutPlanes::Orientation
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements defining the type of orientation in 3D space of the cut planes.

          Enumerator:
          + + + + +
          XY  +The object is located in the plane formed by X and Y axis.
          YZ  +The object is located in the plane formed by Y and Z axis.
          ZX  +
          +
          + +

          +Implements VISU.ScalarMap.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.CutPlanes.SetOrientation in Orientation  theOrientation,
          in double  theXAngle,
          in double  theYAngle
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation in 3D space of cut planes presentation.

          Parameters:
          + + + + +
          theOrientation This parameter defines the type of orientation of cut planes in 3D space. It is taken from the Orientation enumeration.
          theXAngle The angle of rotation of the cut planes around the first axis of the chosen orientation.
          theXAngle The angle of rotation of the cut planes around the second axis of the chosen orientation.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.CutPlanes.GetOrientationType  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation in 3D space of cut planes presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.CutPlanes.GetRotateX  ) 
          +
          + + + + + +
          +   + + +

          +Gets rotation angle of the cut plane presentation around the first axis of the chosen orientation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.CutPlanes.GetRotateY  ) 
          +
          + + + + + +
          +   + + +

          +Gets rotation angle of the cut plane presentation around the second axis of the chosen orientation.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.CutPlanes.SetDisplacement in double  theDisp  ) 
          +
          + + + + + +
          +   + + +

          +Sets the displacement of the cut planes in 3D space.

          +

          Parameters:
          + + +
          theDisp This parameter defines position of the cut planes in 3D space. It varies from 0 to 1. If the chosen value is 0.5, the cut planes will be evenly located regarding each other; in other words, the distance between all of them will be equal. If the value is higher or lower than 0.5, the planes will be displaced to one or another side.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.CutPlanes.GetDisplacement  ) 
          +
          + + + + + +
          +   + + +

          +Gets the displacement of the cut planes in 3D space.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.CutPlanes.SetPlanePosition in long  thePlaneNumber,
          in double  thePlanePosition
          +
          + + + + + +
          +   + + +

          +Sets the position of a definite cut plane.

          Parameters:
          + + + +
          thePlaneNumber The number of this cut plane.
          thePlanePosition The position of this cut plane.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.CutPlanes.SetDefault in long  thePlaneNumber  ) 
          +
          + + + + + +
          +   + + +

          +Sets the position of the choosen plane to default value.

          Parameters:
          + + +
          thePlaneNumber The number of this cut plane.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          double VISU.CutPlanes.GetPlanePosition in long  thePlaneNumber  ) 
          +
          + + + + + +
          +   + + +

          +Gets the position of the choosen plane

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.CutPlanes.IsDefault in long  thePlaneNumber  ) 
          +
          + + + + + +
          +   + + +

          +Determines whether the choosen plane has default position.

          Parameters:
          + + +
          thePlaneNumber The number of this cut plane.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.CutPlanes.SetNbPlanes in long  theNb  ) 
          +
          + + + + + +
          +   + + +

          +Sets the number of cut planes.

          Parameters:
          + + +
          theNb The number of cut planes.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.CutPlanes.GetNbPlanes  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of cut planes.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes__inherit__graph.jpg new file mode 100644 index 00000000..d955467b Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape.html new file mode 100644 index 00000000..85f1b42c --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape.html @@ -0,0 +1,1133 @@ + + + + + + Main Page + + + +  + + + +

          VISU.DeformedShape Interface Reference

          Deformed shape presentation interface. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.DeformedShape:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Orientation { HORIZONTAL, +VERTICAL + }

          Public Member Functions

          void SetScale (in double theScale)
          double GetScale ()
          boolean IsColored ()
          void ShowColored (in boolean theColored)
          SALOMEDS::Color GetColor ()
          void SetColor (in SALOMEDS::Color theColor)
          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Presentation parameters of the deformed shape presentation. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::ScalarMap::Orientation [inherited]
          +
          + + + + + +
          +   + + +

          +Orientation of the scalar bar (to provide backward compatibility).

          Enumerator:
          + + + +
          HORIZONTAL  +Horizontal orientation of the scalar bar.
          VERTICAL  +Vertical orientation of the scalar bar.
          +
          + +

          +Implemented in VISU.Plot3D, and VISU.CutPlanes.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.SetScale in double  theScale  ) 
          +
          + + + + + +
          +   + + +

          +Sets the scale of the presentatable object.

          Parameters:
          + + +
          theScale Double value defining the scale of this presentable object.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.DeformedShape.GetScale  ) 
          +
          + + + + + +
          +   + + +

          +Gets the scale of the presentatable object.

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.DeformedShape.IsColored  ) 
          +
          + + + + + +
          +   + + +

          +This boolean method returns True if this deformed shape presentation is colored.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.ShowColored in boolean  theColored  ) 
          +
          + + + + + +
          +   + + +

          +Shows this presentation in colored mode.

          Parameters:
          + + +
          theColored If this boolean parameter is True this presentable object will be shown in colored mode.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.DeformedShape.GetColor  ) 
          +
          + + + + + +
          +   + + +

          +Gets the color of this presentable object.

          Returns:
          The color of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.SetColor in SALOMEDS::Color  theColor  ) 
          +
          + + + + + +
          +   + + +

          +Sets the color of this presentation.

          Parameters:
          + + +
          theColor The color of this presentation. This parameter is taken from the Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape__inherit__graph.jpg new file mode 100644 index 00000000..934effb2 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints.html new file mode 100644 index 00000000..99332f1e --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints.html @@ -0,0 +1,728 @@ + + + + + + Main Page + + + +  + + + +

          VISU.GaussPoints Interface Reference

          Gauss Points presentation interface. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.GaussPoints:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Member Functions

          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Presentation parameters of the Gauss Points presentation. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints__inherit__graph.jpg new file mode 100644 index 00000000..634b26d9 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces.html new file mode 100644 index 00000000..59cfa569 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces.html @@ -0,0 +1,1005 @@ + + + + + + Main Page + + + +  + + + +

          VISU.IsoSurfaces Interface Reference

          Interface of the isometric surface presentation. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.IsoSurfaces:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Orientation { HORIZONTAL, +VERTICAL + }

          Public Member Functions

          void SetNbSurfaces (in long theNb)
          long GetNbSurfaces ()
          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface contains presentation parameters of isometric surface presentations.
          +Iso surfaces presentation combines all equal scalar values on the cells and on the basis of them constructs isobaric surfaces, which form this presentation. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::ScalarMap::Orientation [inherited]
          +
          + + + + + +
          +   + + +

          +Orientation of the scalar bar (to provide backward compatibility).

          Enumerator:
          + + + +
          HORIZONTAL  +Horizontal orientation of the scalar bar.
          VERTICAL  +Vertical orientation of the scalar bar.
          +
          + +

          +Implemented in VISU.Plot3D, and VISU.CutPlanes.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.IsoSurfaces.SetNbSurfaces in long  theNb  ) 
          +
          + + + + + +
          +   + + +

          +Sets the number of isometric surfaces.

          Parameters:
          + + +
          theNb A long value defining the number of isometric surfaces which will be used for construction of this presentation.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.IsoSurfaces.GetNbSurfaces  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of isometric surfaces

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces__inherit__graph.jpg new file mode 100644 index 00000000..e2bbaee5 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh.html new file mode 100644 index 00000000..4323e7db --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh.html @@ -0,0 +1,464 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Mesh Interface Reference

          Interface of the mesh. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Mesh:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Member Functions

          void SetCellColor (in SALOMEDS::Color theColor)
          SALOMEDS::Color GetCellColor ()
          void SetNodeColor (in SALOMEDS::Color theColor)
          SALOMEDS::Color GetNodeColor ()
          void SetLinkColor (in SALOMEDS::Color theColor)
          SALOMEDS::Color GetLinkColor ()
          void SetPresentationType (in PresentationType theType)
          PresentationType GetPresentationType ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Manages presentation parameters of a 3D presentation of a mesh. This object can be used for presentation of set of curves using Container class. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Mesh.SetCellColor in SALOMEDS::Color  theColor  ) 
          +
          + + + + + +
          +   + + +

          +Sets the color of mesh cells.

          Parameters:
          + + +
          theColor The color of the cells. This parameter is taken from Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.Mesh.GetCellColor  ) 
          +
          + + + + + +
          +   + + +

          +Gets the color of mesh cells.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Mesh.SetNodeColor in SALOMEDS::Color  theColor  ) 
          +
          + + + + + +
          +   + + +

          +Sets the color of mesh nodes.

          Parameters:
          + + +
          theColor The color of the nodes. This parameter is taken from Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.Mesh.GetNodeColor  ) 
          +
          + + + + + +
          +   + + +

          +Gets the color of mesh nodes.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Mesh.SetLinkColor in SALOMEDS::Color  theColor  ) 
          +
          + + + + + +
          +   + + +

          +Sets the color of mesh links.

          Parameters:
          + + +
          theColor The color of the links. This parameter is taken from Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.Mesh.GetLinkColor  ) 
          +
          + + + + + +
          +   + + +

          +Gets the color of mesh links.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Mesh.SetPresentationType in PresentationType  theType  ) 
          +
          + + + + + +
          +   + + +

          +Sets the type of representation of a mesh.

          Parameters:
          + + +
          theType The of representation of a mesh. This parameter is taken from PresentationType enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          PresentationType VISU.Mesh.GetPresentationType  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of representation of the mesh.

          Returns:
          The type of representation of the mesh.
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh__inherit__graph.jpg new file mode 100644 index 00000000..db020f48 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D.html new file mode 100644 index 00000000..95389d07 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D.html @@ -0,0 +1,1377 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Plot3D Interface Reference

          Plot3D interface. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Plot3D:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Orientation { XY, +YZ, +ZX + }

          Public Member Functions

          void SetOrientation (in Orientation theOrientation, in double theXAngle, in double theYAngle)
          Orientation GetOrientationType ()
          double GetRotateX ()
          double GetRotateY ()
          void SetPlanePosition (in double thePlanePosition, in boolean theIsRelative)
          double GetPlanePosition ()
          boolean IsPositionRelative ()
          void SetScaleFactor (in double theScaleFactor)
          double GetScaleFactor ()
          void SetContourPrs (in boolean theIsContourPrs)
          boolean GetIsContourPrs ()
          void SetNbOfContours (in long theNb)
          long GetNbOfContours ()
          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Presentation parameters of Plot3D presentation. This type of presentation consists of deforming initial planar mesh according to values assigned to the mesh elements. If mesh not planar but volumic one, it is possible to generate intermediate planar mesh. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::Plot3D::Orientation
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements defining the type of orientation in 3D space of the cutting plane.

          Enumerator:
          + + + + +
          XY  +The object is located in the plane formed by X and Y axis.
          YZ  +The object is located in the plane formed by Y and Z axis.
          ZX  +
          +
          + +

          +Implements VISU.ScalarMap.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Plot3D.SetOrientation in Orientation  theOrientation,
          in double  theXAngle,
          in double  theYAngle
          +
          + + + + + +
          +   + + +

          +Sets the orientation in 3D space of cutting plane for the presentation.

          Parameters:
          + + + + +
          theOrientation This parameter defines the type of orientation of cutting plane in 3D space. It is taken from the Orientation enumeration.
          theXAngle The angle of rotation of the cutting plane around the first axis of the chosen orientation.
          theXAngle The angle of rotation of the cutting plane around the second axis of the chosen orientation.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.Plot3D.GetOrientationType  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation in 3D space of cutting plane.

          +

          + + + + +
          + + + + + + + + +
          double VISU.Plot3D.GetRotateX  ) 
          +
          + + + + + +
          +   + + +

          +Gets rotation angle of the cutting plane around the first axis of the chosen orientation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.Plot3D.GetRotateY  ) 
          +
          + + + + + +
          +   + + +

          +Gets rotation angle of the cutting plane around the second axis of the chosen orientation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.Plot3D.SetPlanePosition in double  thePlanePosition,
          in boolean  theIsRelative
          +
          + + + + + +
          +   + + +

          +Sets the position of a cutting plane.

          Parameters:
          + + + +
          thePlanePosition The position of the cutting plane.
          theIsRelative Define, whether the input position is relative.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.Plot3D.GetPlanePosition  ) 
          +
          + + + + + +
          +   + + +

          +Gets the position of the cutting plane

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Plot3D.IsPositionRelative  ) 
          +
          + + + + + +
          +   + + +

          +Returns true if a position of cutting plane is relative

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Plot3D.SetScaleFactor in double  theScaleFactor  ) 
          +
          + + + + + +
          +   + + +

          +Sets the scale factor for scalar values (how much corresponding mesh elements should be translated).

          Parameters:
          + + +
          theScaleFactor The scaling factor.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.Plot3D.GetScaleFactor  ) 
          +
          + + + + + +
          +   + + +

          +Gets the scale factor for scalar values. (how much corresponding mesh elements is translated)

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Plot3D.SetContourPrs in boolean  theIsContourPrs  ) 
          +
          + + + + + +
          +   + + +

          +Sets presentation type: contour or surface.

          Parameters:
          + + +
          theIsContourPrs Define, whether presentation type is contour.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Plot3D.GetIsContourPrs  ) 
          +
          + + + + + +
          +   + + +

          +Returns true if presentation type is contour.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Plot3D.SetNbOfContours in long  theNb  ) 
          +
          + + + + + +
          +   + + +

          +Sets the number of contours.

          Parameters:
          + + +
          theNb The number of contours.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.Plot3D.GetNbOfContours  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of contours.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D__inherit__graph.jpg new file mode 100644 index 00000000..016dd659 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d.html new file mode 100644 index 00000000..a352a928 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d.html @@ -0,0 +1,207 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Prs3d Interface Reference

          3D presentation interface +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Prs3d:

          Inheritance graph
          + + + + + + + + + + + + + +

          Public Member Functions

          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This is a root class for all 3D presentations, which can be displayed in VISU module. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d__inherit__graph.jpg new file mode 100644 index 00000000..35888ac5 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject.html new file mode 100644 index 00000000..e3e0679b --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject.html @@ -0,0 +1,117 @@ + + + + + + Main Page + + + +  + + + +

          VISU.PrsObject Interface Reference

          Presentable object interface. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.PrsObject:

          Inheritance graph
          + + + + + + + + + +

          Public Member Functions

          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Presentable object interface is the root class of all presentable objects. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject__inherit__graph.jpg new file mode 100644 index 00000000..e1344b68 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject.html new file mode 100644 index 00000000..17e06eed --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject.html @@ -0,0 +1,117 @@ + + + + + + Main Page + + + +  + + + +

          VISU.RemovableObject Interface Reference

          Removable object interface. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.RemovableObject:

          Inheritance graph
          + + + + + + + + + +

          Public Member Functions

          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Removable object interface is the root class of all removable objects. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  ) 
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject__inherit__graph.jpg new file mode 100644 index 00000000..3adacb5e Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result.html new file mode 100644 index 00000000..3485b96e --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result.html @@ -0,0 +1,399 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Result Interface Reference

          Interface Result. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Result:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Member Functions

          boolean BuildAll ()
          boolean Build (in boolean theIsBuildAll, in boolean theIsAtOnce)
          boolean IsDone ()
          boolean IsEntitiesDone ()
          void SetBuildFields (in boolean theIsBuildFields, in boolean theIsCalculateMinMax)
          boolean IsFieldsDone ()
          void SetBuildGroups (in boolean theIsBuildGroups)
          boolean IsGroupsDone ()
          boolean IsMinMaxDone ()
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface serves for inner representation of data generated in other sources (MED object or file). This data is needed for further construction of graphical presentations. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Result.BuildAll  ) 
          +
          + + + + + +
          +   + + +

          +Reads all data from the corresponding sources. By default the data is loaded on demand.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          boolean VISU.Result.Build in boolean  theIsBuildAll,
          in boolean  theIsAtOnce
          +
          + + + + + +
          +   + + +

          +Start to parse the source MED file and publish all its entities into the study

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Result.IsDone  ) 
          +
          + + + + + +
          +   + + +

          +Allow to check is all requested MED entites already loaded or not

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Result.IsEntitiesDone  ) 
          +
          + + + + + +
          +   + + +

          +Allow to check is corresponding MED entites already loaded or not

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.Result.SetBuildFields in boolean  theIsBuildFields,
          in boolean  theIsCalculateMinMax
          +
          + + + + + +
          +   + + +

          +Choose to parse MED fields and perform global min / max on the MED timestamps.

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Result.IsFieldsDone  ) 
          +
          + + + + + +
          +   + + +

          +Allow to check is corresponding MED fields already loaded or not

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Result.SetBuildGroups in boolean  theIsBuildGroups  ) 
          +
          + + + + + +
          +   + + +

          +Choose to parse MED groups.

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Result.IsGroupsDone  ) 
          +
          + + + + + +
          +   + + +

          +Allow to check is corresponding MED groups and families already loaded or not

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.Result.IsMinMaxDone  ) 
          +
          + + + + + +
          +   + + +

          +Allow to check is min / max calculation over field's components already perfrormed or not

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result__inherit__graph.jpg new file mode 100644 index 00000000..975d8e12 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap.html new file mode 100644 index 00000000..277943e2 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap.html @@ -0,0 +1,940 @@ + + + + + + Main Page + + + +  + + + +

          VISU.ScalarMap Interface Reference

          Interface of the Scalar Map. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.ScalarMap:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Orientation { HORIZONTAL, +VERTICAL + }

          Public Member Functions

          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface is responsable for coloring of 3D field presentations according the scalar values applied to different cells. As well it contains presentation parameters of the scalar bar. The scalar bar is displayed along with each colored field presentation and serves for consulting the correspondance between colors and data values. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::ScalarMap::Orientation
          +
          + + + + + +
          +   + + +

          +Orientation of the scalar bar (to provide backward compatibility).

          Enumerator:
          + + + +
          HORIZONTAL  +Horizontal orientation of the scalar bar.
          VERTICAL  +Vertical orientation of the scalar bar.
          +
          + +

          +Implemented in VISU.Plot3D, and VISU.CutPlanes.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  ) 
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  ) 
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape.html new file mode 100644 index 00000000..fef17552 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape.html @@ -0,0 +1,1160 @@ + + + + + + Main Page + + + +  + + + +

          VISU.ScalarMapOnDeformedShape Interface Reference

          Scalar Map on Deformed shape presentation interface. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.ScalarMapOnDeformedShape:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Orientation { HORIZONTAL, +VERTICAL + }

          Public Member Functions

          void SetSourceRange (in double theMinRange, in double theMaxRange)
          double GetSourceRangeMin ()
          double GetSourceRangeMax ()
          void SetScale (in double theScale)
          double GetScale ()
          void SetScalarField (in string theMeshName, in string theFieldName, in long theIteration, in Entity theEntity)
          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Presentation parameters of the scalar map on deformed shape presentation. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::ScalarMap::Orientation [inherited]
          +
          + + + + + +
          +   + + +

          +Orientation of the scalar bar (to provide backward compatibility).

          Enumerator:
          + + + +
          HORIZONTAL  +Horizontal orientation of the scalar bar.
          VERTICAL  +Vertical orientation of the scalar bar.
          +
          + +

          +Implemented in VISU.Plot3D, and VISU.CutPlanes.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMapOnDeformedShape.SetSourceRange in double  theMinRange,
          in double  theMaxRange
          +
          + + + + + +
          +   + + +

          +Sets the source ranges of pipeline

          +

          + + + + +
          + + + + + + + + +
          double VISU.ScalarMapOnDeformedShape.GetSourceRangeMin  ) 
          +
          + + + + + +
          +   + + +

          +Gets the minimum source range of pipeline

          +

          + + + + +
          + + + + + + + + +
          double VISU.ScalarMapOnDeformedShape.GetSourceRangeMax  ) 
          +
          + + + + + +
          +   + + +

          +Gets the maximum source range of pipeline

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMapOnDeformedShape.SetScale in double  theScale  ) 
          +
          + + + + + +
          +   + + +

          +Sets the scale of the presentatable object.

          Parameters:
          + + +
          theScale Double value defining the scale of this presentable object.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ScalarMapOnDeformedShape.GetScale  ) 
          +
          + + + + + +
          +   + + +

          +Gets the scale of the presentatable object.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMapOnDeformedShape.SetScalarField in string  theMeshName,
          in string  theFieldName,
          in long  theIteration,
          in Entity  theEntity
          +
          + + + + + +
          +   + + +

          +Sets the scalar field

          Parameters:
          + + + + + +
          theMeshName - mesh name
          theFieldName - the name of scalar field
          theIteration - the iteration number for scalar field
          theEntity - entity of scalar field
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape__inherit__graph.jpg new file mode 100644 index 00000000..4b16b4fa Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap__inherit__graph.jpg new file mode 100644 index 00000000..e11ff50e Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines.html new file mode 100644 index 00000000..87dd7eff --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines.html @@ -0,0 +1,1425 @@ + + + + + + Main Page + + + +  + + + +

          VISU.StreamLines Interface Reference

          Interface of the stream lines representation. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.StreamLines:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Direction { FORWARD, +BACKWARD, +BOTH + }
          enum  Orientation { HORIZONTAL, +VERTICAL + }

          Public Member Functions

          boolean SetParams (in double theIntStep, in double thePropogationTime, in double theStepLength, in Prs3d thePrs3d, in double thePercents, in Direction theDirection)
          double GetIntegrationStep ()
          double GetPropagationTime ()
          double GetStepLength ()
          Prs3d GetSource ()
          double GetUsedPoints ()
          Direction GetDirection ()
          void SetScale (in double theScale)
          double GetScale ()
          boolean IsColored ()
          void ShowColored (in boolean theColored)
          SALOMEDS::Color GetColor ()
          void SetColor (in SALOMEDS::Color theColor)
          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface contains presentation parameters of stream lines presentations.
          +Stream lines is a type of presentation transforming into lines the cells with vectors having most similar direction. A stream line can be thought of as the path that a massless particle takes in a vector field. Streamlines are used to convey the structure of a vector field. Usually streamlines are created to explore the most interesting features in the field. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::StreamLines::Direction
          +
          + + + + + +
          +   + + +

          +This enumerations contains a set of elements necessary for definition of direction of the stream lines.

          Enumerator:
          + + + + +
          FORWARD  +
          BACKWARD  +
          BOTH  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::ScalarMap::Orientation [inherited]
          +
          + + + + + +
          +   + + +

          +Orientation of the scalar bar (to provide backward compatibility).

          Enumerator:
          + + + +
          HORIZONTAL  +Horizontal orientation of the scalar bar.
          VERTICAL  +Vertical orientation of the scalar bar.
          +
          + +

          +Implemented in VISU.Plot3D, and VISU.CutPlanes.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          boolean VISU.StreamLines.SetParams in double  theIntStep,
          in double  thePropogationTime,
          in double  theStepLength,
          in Prs3d  thePrs3d,
          in double  thePercents,
          in Direction  theDirection
          +
          + + + + + +
          +   + + +

          +Sets the parameters of the stream lines presentation.

          Parameters:
          + + + + + +
          theIntStep Inegration step is a parameter of smoothness of the stream lines. This parameter defines the accuracy of construction of the streamlines. A smaller value of this parameter allows to construct smoother streamlines (at the cost of more computation time).
          thePropogationTime This parameter controls the maximum length of the stream line (measured in units of time).
          theStepLength This parameter defines the size of the output line segments that make up the streamline (which is represented as a polyline).
          thePrs3d The source presentation. The points of the field located on this source presentation will serve as starting points for generation of stream lines.
          +
          +
          Note:
          If this parameter is not defined, your stream lines presentation will be generated on all points of the field.
          +
          Parameters:
          + + + +
          thePercents This parameter defines the quantity of points of the field (from 0 to 100%) which will be used as starting points for construction of the stream lines. Thus, the value of this parameter can vary from 0 to 1.
          theDirection Direction of the stream lines (Forward, Backward or Both).
          +
          +
          Returns:
          True if all parameters are properly set.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.StreamLines.GetIntegrationStep  ) 
          +
          + + + + + +
          +   + + +

          +Gets the value of integration step of the stream lines presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.StreamLines.GetPropagationTime  ) 
          +
          + + + + + +
          +   + + +

          +Gets the value of propagation time of the stream lines presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.StreamLines.GetStepLength  ) 
          +
          + + + + + +
          +   + + +

          +Gets the value of step length of the stream lines presentation.

          +

          + + + + +
          + + + + + + + + +
          Prs3d VISU.StreamLines.GetSource  ) 
          +
          + + + + + +
          +   + + +

          +Returns the source presentation used for generation of the stream lines.

          +

          + + + + +
          + + + + + + + + +
          double VISU.StreamLines.GetUsedPoints  ) 
          +
          + + + + + +
          +   + + +

          +Gets the quantity of points of the field used as starting points for generation of the stream lines presentation.

          +

          + + + + +
          + + + + + + + + +
          Direction VISU.StreamLines.GetDirection  ) 
          +
          + + + + + +
          +   + + +

          +Returns the direction of the stream lines.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.SetScale in double  theScale  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the scale of the presentatable object.

          Parameters:
          + + +
          theScale Double value defining the scale of this presentable object.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.DeformedShape.GetScale  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the scale of the presentatable object.

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.DeformedShape.IsColored  )  [inherited]
          +
          + + + + + +
          +   + + +

          +This boolean method returns True if this deformed shape presentation is colored.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.ShowColored in boolean  theColored  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Shows this presentation in colored mode.

          Parameters:
          + + +
          theColored If this boolean parameter is True this presentable object will be shown in colored mode.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.DeformedShape.GetColor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the color of this presentable object.

          Returns:
          The color of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.SetColor in SALOMEDS::Color  theColor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the color of this presentation.

          Parameters:
          + + +
          theColor The color of this presentation. This parameter is taken from the Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines__inherit__graph.jpg new file mode 100644 index 00000000..551bfc52 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table.html new file mode 100644 index 00000000..c4d4f208 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table.html @@ -0,0 +1,344 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Table Interface Reference

          Table representation interface +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Table:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  Orientation { HORIZONTAL, +VERTIACAL + }

          Public Member Functions

          void SetTitle (in string theTitle)
          string GetTitle ()
          void SetOrientation (in Orientation theOrientation)
          Orientation GetOrientation ()
          long GetNbRows ()
          long GetNbColumns ()
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Presentation parameters of the Table view. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::Table::Orientation
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements defining the orientation of the table.

          Enumerator:
          + + + +
          HORIZONTAL  +Horizontal orientation of the table.
          VERTIACAL  +Vertical orientation of the table.
          +
          +
          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Table.SetTitle in string  theTitle  ) 
          +
          + + + + + +
          +   + + +

          +Sets the title of the table.

          Parameters:
          + + +
          theTitle String parameter defining the title of this table.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.Table.GetTitle  ) 
          +
          + + + + + +
          +   + + +

          +Gets the title of the table.

          Returns:
          A string value containing the title of the table.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.Table.SetOrientation in Orientation  theOrientation  ) 
          +
          + + + + + +
          +   + + +

          +Sets orientation of the table.

          Parameters:
          + + +
          theOrientation This input parameter defines the orientation of the table. It is taken from the Orientation enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.Table.GetOrientation  ) 
          +
          + + + + + +
          +   + + +

          +Gets orientation of the table.

          Returns:
          Orientation of the table. The returned value will correspond to one of the elements the Orientation enumeration.
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.Table.GetNbRows  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of rows of the table.

          Returns:
          Long value corresponding to the number of rows of the table
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.Table.GetNbColumns  ) 
          +
          + + + + + +
          +   + + +

          +Gets the number of columns of the table.

          Returns:
          Long value corresponding to the number of columns of the table
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView.html new file mode 100644 index 00000000..375929f3 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView.html @@ -0,0 +1,1376 @@ + + + + + + Main Page + + + +  + + + +

          VISU.TableView Interface Reference

          Interface of the Table view. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.TableView:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  ViewRepresentation { OBJECTBROWSER, +VIEWER, +PYTHON, +MESSAGES + }
           ViewRepresentation enumeration More...
          enum  ViewPosition {
          +  TOP, +CENTER, +BOTTOM, +RIGHT, +
          +  LEFT +
          + }

          Public Member Functions

          void ShowPart (in ViewRepresentation ViewRepr, in boolean state)
          boolean IsPartShown (in ViewRepresentation ViewRepr)
          void SplitRight ()
           Split workarea of this view.
          void SplitLeft ()
           Split workarea of this view.
          void SplitBottom ()
           Split workarea of this view.
          void SplitTop ()
           Split workarea of this view.
          void OnTop ()
          void Attract (in View theView)
          void AttractAll (in View theView)
          void SetRelativePositionInSplitter (in double thePosition)
          void SetRelativeSizeInSplitter (in double theSize)
          void SetRelativePositionX (in double thePosition)
          void SetRelativePositionY (in double thePosition)
          void SetRelativeSizeX (in double theSize)
          void SetRelativeSizeY (in double theSize)
          void SetViewWidth (in long Width)
          void SetViewHeight (in long Height)
          long GetViewWidth ()
          long GetViewHeight ()
          void SetViewPositionHorizontal (in ViewPosition ViewPosHor)
          void SetViewPositionVertical (in ViewPosition ViewPosVer)
          void SetRelativePosition (in double x, in double y)
          void SetRelativeSize (in double x, in double y)
          void Minimize ()
          void Restore ()
          void Maximize ()
          void SetTitle (in string theTitle)
          string GetTitle ()
          void SetBackground (in SALOMEDS::Color theColor)
          SALOMEDS::Color GetBackground ()
          void EraseAll ()
          void DisplayAll ()
          void Erase (in PrsObject thePrsObj)
          void Display (in PrsObject thePrsObj)
          void DisplayOnly (in PrsObject thePrsObj)
          void Update ()
          boolean SavePicture (in string theFileName)
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface is used for creation of a view necessary for presentation of a table. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::View::ViewRepresentation [inherited]
          +
          + + + + + +
          +   + + +

          +displaying part ("ALL" isn't setable)

          Enumerator:
          + + + + + +
          OBJECTBROWSER  +
          VIEWER  +
          PYTHON  +
          MESSAGES  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::View::ViewPosition [inherited]
          +
          + + + + + +
          +   + + +

          +

          Enumerator:
          + + + + + + +
          TOP  +
          CENTER  +
          BOTTOM  +
          RIGHT  +
          LEFT  +
          +
          +
          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.ShowPart in ViewRepresentation  ViewRepr,
          in boolean  state
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View.IsPartShown in ViewRepresentation  ViewRepr  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitRight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Horizontally split workarea of this view. This view is moved in a new right area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitLeft  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Horizontally split workarea of this view. This view stays in an old left area, others are moved in a new right area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitBottom  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Vertically split workarea of this view. This view is moved in a new bottom area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitTop  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Vertically split workarea of this view. This view stays in an old top area, others are moved in a new bottom area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.OnTop  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put this view window on top of its work area.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Attract in View  theView  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put theView in workarea of this view right after it. If theView was alone in its workarea, workarea of theView will be destroyed. If theView was in the same workarea with this view, simple reordering will take place.

          Parameters:
          + + +
          theView A view window to be attracted to this one.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.AttractAll in View  theView  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put all the view windows from workarea of theView in workarea of this view right after it. Workarea of theView will be destroyed. If theView was in the same workarea with this view, simple reordering will take place.

          Parameters:
          + + +
          theView A view window to be attracted to this one together with all its workarea.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionInSplitter in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set position of this view window relatively its splitter.

          Parameters:
          + + +
          thePosition Desired position of this view window relatively its splitter. Meaningfull values lays in range [0..1].
          +
          +Direction of positioning is defined by the splitter orientation.
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeInSplitter in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set size of this view window relatively its splitter.

          Parameters:
          + + +
          theSize Desired size of this view window relatively its splitter. Meaningfull values lays in range [0..1].
          +
          +Direction of resizing is defined by the splitter orientation.
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionX in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set horizontal position of this view window relatively its workstack.

          Parameters:
          + + +
          thePosition Desired horizontal position of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionY in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set vertical position of this view window relatively its workstack.

          Parameters:
          + + +
          thePosition Desired vertical position of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeX in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set horizontal size of this view window relatively its workstack.

          Parameters:
          + + +
          theSize Desired horizontal size of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeY in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set vertical size of this view window relatively its workstack.

          Parameters:
          + + +
          theSize Desired vertical size of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewWidth in long  Width  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Old methods for view parameters management, they don't work now

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewHeight in long  Height  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          long VISU.View.GetViewWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          long VISU.View.GetViewHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewPositionHorizontal in ViewPosition  ViewPosHor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewPositionVertical in ViewPosition  ViewPosVer  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.SetRelativePosition in double  x,
          in double  y
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.SetRelativeSize in double  x,
          in double  y
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Minimize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Restore  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Maximize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetTitle in string  theTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the View frame.

          Parameters:
          + + +
          theTitle String parameter defining the title of the View frame.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.View.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the View frame.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetBackground in SALOMEDS::Color  theColor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets background color of the View frame.

          Parameters:
          + + +
          theColor Background color defined in SALOMEDS.Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.View.GetBackground  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets background color of the View frame.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.EraseAll  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Removes all presentations (presentable objects) from the view.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.DisplayAll  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Displays all presentations (presentable objects) in the view.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Erase in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Removes a definite presentation (presentable object) from the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be deleted.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Display in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Displays a definite presentation (presentable object) in the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.DisplayOnly in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Allows to display only a definite presentation (presentable object) in the view. All other presentations are removed from the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Update  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Updates the view.

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View.SavePicture in string  theFileName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Saves the view.

          Parameters:
          + + +
          theFileName The name of the file where the view will be saved.
          +
          +
          Returns:
          True, if the view have been saved successfully.
          +
          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView__inherit__graph.jpg new file mode 100644 index 00000000..cfc5f762 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table__inherit__graph.jpg new file mode 100644 index 00000000..314fd93b Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen.html new file mode 100644 index 00000000..2031854b --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen.html @@ -0,0 +1,1611 @@ + + + + + + Main Page + + + +  + + + +

          VISU.VISU_Gen Interface Reference

          VISU_Gen interface +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.VISU_Gen:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Member Functions

          void SetCurrentStudy (in SALOMEDS::Study theStudy)
          SALOMEDS::Study GetCurrentStudy ()
          ViewManager GetViewManager ()
          SALOMEDS::SObject ImportTables (in string theFileName)
          boolean ExportTableToFile (in SALOMEDS::SObject theTable, in string theFileName)
          Result ImportFile (in string theFileName)
          Result CreateResult (in string theFileName)
          Result CopyAndImportFile (in string theFileName)
          Result ImportMed (in SALOMEDS::SObject theMedSObject)
          Result ImportMedField (in SALOME_MED::FIELD theField)
          void RenameEntityInStudy (in Result theResult, in string theMeshName, in Entity theEntity, in string theNewName)
          void RenameFamilyInStudy (in Result theResult, in string theMeshName, in Entity theEntity, in string theSubMeshName, in string theNewName)
          void RenameGroupInStudy (in Result theResult, in string theMeshName, in string theSubMeshName, in string theNewName)
          Mesh MeshOnEntity (in Result theResult, in string theMeshName, in Entity theEntity)
          Mesh FamilyMeshOnEntity (in Result theResult, in string theMeshName, in Entity theEntity, in string theFamilyName)
          Mesh GroupMesh (in Result theResult, in string theMeshName, in string theGroupName)
          ScalarMap ScalarMapOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          GaussPoints GaussPointsOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          DeformedShape DeformedShapeOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          ScalarMapOnDeformedShape ScalarMapOnDeformedShapeOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          Vectors VectorsOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          IsoSurfaces IsoSurfacesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          StreamLines StreamLinesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          CutPlanes CutPlanesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          CutLines CutLinesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          Plot3D Plot3DOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)
          Table CreateTable (in string theTableEntry)
          Curve CreateCurve (in Table theTable, in long theHRow, in long theVRow)
          Container CreateContainer ()
          Animation CreateAnimation (in View3D theView3d)
          void DeleteResult (in Result theResult)
          void DeletePrs3d (in Prs3d thePrs3d)
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This is the main interface of VISU component. It is necessary for creation of post-processing presentations from given Result and Table object reference, using the views provided by ViewManager. +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.VISU_Gen.SetCurrentStudy in SALOMEDS::Study  theStudy  ) 
          +
          + + + + + +
          +   + + +

          +Sets a definite study to be current.

          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Study VISU.VISU_Gen.GetCurrentStudy  ) 
          +
          + + + + + +
          +   + + +

          +Gets the current study.

          +

          + + + + +
          + + + + + + + + +
          ViewManager VISU.VISU_Gen.GetViewManager  ) 
          +
          + + + + + +
          +   + + +

          +Gets the View Manager which is used for creation of post-processing presentations.

          +

          + + + + +
          + + + + + + + + + +
          SALOMEDS::SObject VISU.VISU_Gen.ImportTables in string  theFileName  ) 
          +
          + + + + + +
          +   + + +

          +Imports tables from a file and create TableAttribute in Sudy

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          boolean VISU.VISU_Gen.ExportTableToFile in SALOMEDS::SObject  theTable,
          in string  theFileName
          +
          + + + + + +
          +   + + +

          +Export table to a file

          +

          + + + + +
          + + + + + + + + + +
          Result VISU.VISU_Gen.ImportFile in string  theFileName  ) 
          +
          + + + + + +
          +   + + +

          +Imports data from a file. The access to this file will be conserved outside of the application.

          Parameters:
          + + +
          theFileName String parameter defining the name of the file from which the data will be imported.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          Result VISU.VISU_Gen.CreateResult in string  theFileName  ) 
          +
          + + + + + +
          +   + + +

          +Create result and initialize its with the file. The access to this file will be conserved outside of the application.

          Parameters:
          + + +
          theFileName String parameter defining the name of the file from which the data will be imported.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          Result VISU.VISU_Gen.CopyAndImportFile in string  theFileName  ) 
          +
          + + + + + +
          +   + + +

          +Imports data from a file. The access to this file will closed.

          Parameters:
          + + +
          theFileName String parameter defining the name of the file from which the data will be imported.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          Result VISU.VISU_Gen.ImportMed in SALOMEDS::SObject  theMedSObject  ) 
          +
          + + + + + +
          +   + + +

          +Imports data from a MED object.

          +

          + + + + +
          + + + + + + + + + +
          Result VISU.VISU_Gen.ImportMedField in SALOME_MED::FIELD  theField  ) 
          +
          + + + + + +
          +   + + +

          +Imports data from a MED field.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.VISU_Gen.RenameEntityInStudy in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theNewName
          +
          + + + + + +
          +   + + +

          +Rename a study object, representing a mesh, specified by given values.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources (MED object or file).
          theMeshName One of the meshes presented in MED file.
          theEntity Type of entity where the field is defined.
          theSubMeshName Name of sub-mesh (group or family).
          theNewName Name to be given to the study object.
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.VISU_Gen.RenameFamilyInStudy in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theSubMeshName,
          in string  theNewName
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.VISU_Gen.RenameGroupInStudy in Result  theResult,
          in string  theMeshName,
          in string  theSubMeshName,
          in string  theNewName
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          Mesh VISU.VISU_Gen.MeshOnEntity in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity
          +
          + + + + + +
          +   + + +

          +Creates a mesh on the basis of the data generated in other sources (MED object or file).

          Parameters:
          + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Mesh VISU.VISU_Gen.FamilyMeshOnEntity in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFamilyName
          +
          + + + + + +
          +   + + +

          +Creates on the basis of a family a mesh which will be composed of geometrical elements, corresponding to the type of cells (node, edge, face or cell) of this family.

          Parameters:
          + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined.
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          Mesh VISU.VISU_Gen.GroupMesh in Result  theResult,
          in string  theMeshName,
          in string  theGroupName
          +
          + + + + + +
          +   + + +

          +Creates a mesh on the basis of a group of families.

          Parameters:
          + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theGroupName Name of the group.
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          ScalarMap VISU.VISU_Gen.ScalarMapOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates a scalar map presentation.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          GaussPoints VISU.VISU_Gen.GaussPointsOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates a Gauss Points presentation.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          DeformedShape VISU.VISU_Gen.DeformedShapeOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates a deformed shape presentation.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          ScalarMapOnDeformedShape VISU.VISU_Gen.ScalarMapOnDeformedShapeOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates a deformed shape presentation.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Vectors VISU.VISU_Gen.VectorsOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates a vector presentation.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          IsoSurfaces VISU.VISU_Gen.IsoSurfacesOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates an iso surface presentation.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          StreamLines VISU.VISU_Gen.StreamLinesOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates an stream lines presentation.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          CutPlanes VISU.VISU_Gen.CutPlanesOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates a presentation of cut planes.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          CutLines VISU.VISU_Gen.CutLinesOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates a presentation of cut lines.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Plot3D VISU.VISU_Gen.Plot3DOnField in Result  theResult,
          in string  theMeshName,
          in Entity  theEntity,
          in string  theFieldName,
          in double  theIteration
          +
          + + + + + +
          +   + + +

          +Creates a Plot3D presentation.

          Parameters:
          + + + + + + +
          theResult Data generated in other sources. (MED object or file)
          theMeshName One of the meshes presented in MED file
          theEntity Type of entity where the field is defined
          theFieldName Group of data attributed to the MESH. The data can be scalar or vector.
          theIteration Number of iteration on the field
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          Table VISU.VISU_Gen.CreateTable in string  theTableEntry  ) 
          +
          + + + + + +
          +   + + +

          +Creates a table presentation.

          Parameters:
          + + +
          theTableEntry The entry of the table which will be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          Curve VISU.VISU_Gen.CreateCurve in Table  theTable,
          in long  theHRow,
          in long  theVRow
          +
          + + + + + +
          +   + + +

          +Creates a curve on the basis of points, whose values are taken from the table.

          Parameters:
          + + + + +
          theTable Table containing the data for construction of curves.
          HRow Index of the row in the table: abscissa of the point.
          VRow Index of the row in the table: ordinate of the point.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Container VISU.VISU_Gen.CreateContainer  ) 
          +
          + + + + + +
          +   + + +

          +Creates a presentation form containing an array of references to the curves.

          +

          + + + + +
          + + + + + + + + + +
          Animation VISU.VISU_Gen.CreateAnimation in View3D  theView3d  ) 
          +
          + + + + + +
          +   + + +

          +Creates an animation in the 3D view.

          Parameters:
          + + +
          theView3d The 3D view, where the animation will be rendered.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.VISU_Gen.DeleteResult in Result  theResult  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.VISU_Gen.DeletePrs3d in Prs3d  thePrs3d  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen__inherit__graph.jpg new file mode 100644 index 00000000..4872dbe9 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors.html new file mode 100644 index 00000000..c035a891 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors.html @@ -0,0 +1,1404 @@ + + + + + + Main Page + + + +  + + + +

          VISU.Vectors Interface Reference

          Interface of the vector presentation. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.Vectors:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  GlyphType { ARROW, +CONE2, +CONE6, +NONE + }
          enum  GlyphPos { CENTER, +TAIL, +HEAD + }
          enum  Orientation { HORIZONTAL, +VERTICAL + }

          Public Member Functions

          void SetLineWidth (in double theWidth)
          double GetLineWidth ()
          void SetGlyphType (in GlyphType theType)
          GlyphType GetGlyphType ()
          void SetGlyphPos (in GlyphPos thePos)
          GlyphPos GetGlyphPos ()
          void SetScale (in double theScale)
          double GetScale ()
          boolean IsColored ()
          void ShowColored (in boolean theColored)
          SALOMEDS::Color GetColor ()
          void SetColor (in SALOMEDS::Color theColor)
          void SetScaling (in Scaling theScaling)
          Scaling GetScaling ()
          void SetRange (in double theMin, in double theMax)
          void SetBarOrientation (in Orientation theOrientation)
          Orientation GetBarOrientation ()
          void SetScalarMode (in long theScalarMode)
          long GetScalarMode ()
          double GetMin ()
          double GetMax ()
          void SetPosition (in double X, in double Y)
           Position of the scalar bar.
          double GetPosX ()
          double GetPosY ()
          void SetSize (in double theWidth, in double theHeight)
           Size of this presentable object.
          double GetWidth ()
          double GetHeight ()
          void SetNbColors (in long theNbColors)
          long GetNbColors ()
          void SetLabels (in long theNbLabels)
          long GetLabels ()
          void SetTitle (in string theName)
          string GetTitle ()
          void SetOffset (in float theDx, in float theDy, in float theDz)
          void GetOffset (out float theDx, out float theDy, out float theDz)
          void RemoveFromStudy ()
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface contains presentation parameters of vector presentations. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::Vectors::GlyphType
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements defining the type of representation of the vector head.

          Enumerator:
          + + + + + +
          ARROW  +
          CONE2  +
          CONE6  +
          NONE  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::Vectors::GlyphPos
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements defining the position of the vector head.

          Enumerator:
          + + + + +
          CENTER  +In the center of the vector.
          TAIL  +In the tail of the vector.
          HEAD  +In the head of the vector.
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::ScalarMap::Orientation [inherited]
          +
          + + + + + +
          +   + + +

          +Orientation of the scalar bar (to provide backward compatibility).

          Enumerator:
          + + + +
          HORIZONTAL  +Horizontal orientation of the scalar bar.
          VERTICAL  +Vertical orientation of the scalar bar.
          +
          + +

          +Implemented in VISU.Plot3D, and VISU.CutPlanes.

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Vectors.SetLineWidth in double  theWidth  ) 
          +
          + + + + + +
          +   + + +

          +Sets the width of the lines of the vectors.

          Parameters:
          + + +
          theWidth A double value defining the width of the lines of the vectors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.Vectors.GetLineWidth  ) 
          +
          + + + + + +
          +   + + +

          +Gets the width of the lines of the vectors.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Vectors.SetGlyphType in GlyphType  theType  ) 
          +
          + + + + + +
          +   + + +

          +Sets the type of representation of the vector head.

          Parameters:
          + + +
          theType This parameter defines the type of representation of the vector head. This value is taken from the GlyphType enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          GlyphType VISU.Vectors.GetGlyphType  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of representation of the vector head.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.Vectors.SetGlyphPos in GlyphPos  thePos  ) 
          +
          + + + + + +
          +   + + +

          +Sets the position of the vector head.

          Parameters:
          + + +
          thePos This parameter defines the position of the vector head. This value is taken from the GlyphPos enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          GlyphPos VISU.Vectors.GetGlyphPos  ) 
          +
          + + + + + +
          +   + + +

          +Gets the position of the vector head.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.SetScale in double  theScale  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the scale of the presentatable object.

          Parameters:
          + + +
          theScale Double value defining the scale of this presentable object.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.DeformedShape.GetScale  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the scale of the presentatable object.

          +

          + + + + +
          + + + + + + + + +
          boolean VISU.DeformedShape.IsColored  )  [inherited]
          +
          + + + + + +
          +   + + +

          +This boolean method returns True if this deformed shape presentation is colored.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.ShowColored in boolean  theColored  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Shows this presentation in colored mode.

          Parameters:
          + + +
          theColored If this boolean parameter is True this presentable object will be shown in colored mode.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.DeformedShape.GetColor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the color of this presentable object.

          Returns:
          The color of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.DeformedShape.SetColor in SALOMEDS::Color  theColor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the color of this presentation.

          Parameters:
          + + +
          theColor The color of this presentation. This parameter is taken from the Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetScaling in Scaling  theScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of scaling of the values reflected by the scalar bar.

          Parameters:
          + + +
          theScaling The value of this parameter is taken from the Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.ScalarMap.GetScaling  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of scaling of the values reflected by this presentation.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ScalarMap.SetRange in double  theMin,
          in double  theMax
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets scalar range - min and max boundaries of the scalar bar.

          Parameters:
          + + + +
          theMin Min boundary of the scalar bar.
          theMax Max boundary of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ScalarMap.SetBarOrientation in Orientation  theOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the type of orientation of the scalar bar (to provide backward compatibility).

          Parameters:
          + + +
          theOrientation This parameter defines the orientation of the scalar bar. It is taken from the Orientaton enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Orientation VISU.ScalarMap.GetBarOrientation  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the type of orientation of the scalar bar (to provide backward compatibility).

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetScalarMode in long  theScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetScalarMode  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the method of coloring of the elements composing a 3D presentation.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMin  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the min boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetMax  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the max boundary of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetPosition in double  X,
          in double  Y
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the position of the scalar bar origin on the screen.

          Parameters:
          + + + +
          X Horizontal position. The value can be between 0 and 1.
          Y Vertical position. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosX  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets horizontal position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetPosY  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets vertical position of the scalar bar origin.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.ColoredPrs3d.SetSize in double  theWidth,
          in double  theHeight
          [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the size of the scalar bar.

          Parameters:
          + + + +
          theWidth Width of this presentable object. The value can be between 0 and 1.
          theHeight Height of this presentable object. The value can be between 0 and 1.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the width of this presentable object.

          Returns:
          A double value corresponding to the width of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + +
          double VISU.ColoredPrs3d.GetHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the height of this presentable object.

          Returns:
          A double value corresponding to the height of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetNbColors in long  theNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of colors which will be used for presentation of this presentable object.

          Parameters:
          + + +
          theNbColors A long value defining the number of colors.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetNbColors  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of colors which will be used for visualization of this presentable object.

          Returns:
          A long value corresponding to the number of colors which will be used for visualization of this presentable object.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetLabels in long  theNbLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the number of labels which will be used for indication of color gradation of the scalar bar.

          Parameters:
          + + +
          theNbLabels A long value defining the number of labels.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.ColoredPrs3d.GetLabels  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the number of labels which will be used for indication of color gradation of the scalar bar.

          Returns:
          A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar.
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.ColoredPrs3d.SetTitle in string  theName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the scalar bar. By default - the name of the selected result is used.

          Parameters:
          + + +
          theName String parameter defining the name of the scalar bar.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.ColoredPrs3d.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the scalar bar.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.SetOffset in float  theDx,
          in float  theDy,
          in float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.Prs3d.GetOffset out float  theDx,
          out float  theDy,
          out float  theDz
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.RemovableObject.RemoveFromStudy  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Remove object from study.

          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors__inherit__graph.jpg new file mode 100644 index 00000000..bebda0d5 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View.html new file mode 100644 index 00000000..d2037c8a --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View.html @@ -0,0 +1,1376 @@ + + + + + + Main Page + + + +  + + + +

          VISU.View Interface Reference

          View interface +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.View:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  ViewRepresentation { OBJECTBROWSER, +VIEWER, +PYTHON, +MESSAGES + }
           ViewRepresentation enumeration More...
          enum  ViewPosition {
          +  TOP, +CENTER, +BOTTOM, +RIGHT, +
          +  LEFT +
          + }

          Public Member Functions

          void ShowPart (in ViewRepresentation ViewRepr, in boolean state)
          boolean IsPartShown (in ViewRepresentation ViewRepr)
          void SplitRight ()
           Split workarea of this view.
          void SplitLeft ()
           Split workarea of this view.
          void SplitBottom ()
           Split workarea of this view.
          void SplitTop ()
           Split workarea of this view.
          void OnTop ()
          void Attract (in View theView)
          void AttractAll (in View theView)
          void SetRelativePositionInSplitter (in double thePosition)
          void SetRelativeSizeInSplitter (in double theSize)
          void SetRelativePositionX (in double thePosition)
          void SetRelativePositionY (in double thePosition)
          void SetRelativeSizeX (in double theSize)
          void SetRelativeSizeY (in double theSize)
          void SetViewWidth (in long Width)
          void SetViewHeight (in long Height)
          long GetViewWidth ()
          long GetViewHeight ()
          void SetViewPositionHorizontal (in ViewPosition ViewPosHor)
          void SetViewPositionVertical (in ViewPosition ViewPosVer)
          void SetRelativePosition (in double x, in double y)
          void SetRelativeSize (in double x, in double y)
          void Minimize ()
          void Restore ()
          void Maximize ()
          void SetTitle (in string theTitle)
          string GetTitle ()
          void SetBackground (in SALOMEDS::Color theColor)
          SALOMEDS::Color GetBackground ()
          void EraseAll ()
          void DisplayAll ()
          void Erase (in PrsObject thePrsObj)
          void Display (in PrsObject thePrsObj)
          void DisplayOnly (in PrsObject thePrsObj)
          void Update ()
          boolean SavePicture (in string theFileName)
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +Contains a set of methods used by the View frame, which can be one of the following types: 3d, Table, XY plot. View interface is a base for all types of view interfaces. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::View::ViewRepresentation
          +
          + + + + + +
          +   + + +

          +displaying part ("ALL" isn't setable)

          Enumerator:
          + + + + + +
          OBJECTBROWSER  +
          VIEWER  +
          PYTHON  +
          MESSAGES  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::View::ViewPosition
          +
          + + + + + +
          +   + + +

          +

          Enumerator:
          + + + + + + +
          TOP  +
          CENTER  +
          BOTTOM  +
          RIGHT  +
          LEFT  +
          +
          +
          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.ShowPart in ViewRepresentation  ViewRepr,
          in boolean  state
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View.IsPartShown in ViewRepresentation  ViewRepr  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitRight  ) 
          +
          + + + + + +
          +   + + +

          +Horizontally split workarea of this view. This view is moved in a new right area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitLeft  ) 
          +
          + + + + + +
          +   + + +

          +Horizontally split workarea of this view. This view stays in an old left area, others are moved in a new right area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitBottom  ) 
          +
          + + + + + +
          +   + + +

          +Vertically split workarea of this view. This view is moved in a new bottom area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitTop  ) 
          +
          + + + + + +
          +   + + +

          +Vertically split workarea of this view. This view stays in an old top area, others are moved in a new bottom area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.OnTop  ) 
          +
          + + + + + +
          +   + + +

          +Put this view window on top of its work area.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Attract in View  theView  ) 
          +
          + + + + + +
          +   + + +

          +Put theView in workarea of this view right after it. If theView was alone in its workarea, workarea of theView will be destroyed. If theView was in the same workarea with this view, simple reordering will take place.

          Parameters:
          + + +
          theView A view window to be attracted to this one.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.AttractAll in View  theView  ) 
          +
          + + + + + +
          +   + + +

          +Put all the view windows from workarea of theView in workarea of this view right after it. Workarea of theView will be destroyed. If theView was in the same workarea with this view, simple reordering will take place.

          Parameters:
          + + +
          theView A view window to be attracted to this one together with all its workarea.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionInSplitter in double  thePosition  ) 
          +
          + + + + + +
          +   + + +

          +Set position of this view window relatively its splitter.

          Parameters:
          + + +
          thePosition Desired position of this view window relatively its splitter. Meaningfull values lays in range [0..1].
          +
          +Direction of positioning is defined by the splitter orientation.
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeInSplitter in double  theSize  ) 
          +
          + + + + + +
          +   + + +

          +Set size of this view window relatively its splitter.

          Parameters:
          + + +
          theSize Desired size of this view window relatively its splitter. Meaningfull values lays in range [0..1].
          +
          +Direction of resizing is defined by the splitter orientation.
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionX in double  thePosition  ) 
          +
          + + + + + +
          +   + + +

          +Set horizontal position of this view window relatively its workstack.

          Parameters:
          + + +
          thePosition Desired horizontal position of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionY in double  thePosition  ) 
          +
          + + + + + +
          +   + + +

          +Set vertical position of this view window relatively its workstack.

          Parameters:
          + + +
          thePosition Desired vertical position of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeX in double  theSize  ) 
          +
          + + + + + +
          +   + + +

          +Set horizontal size of this view window relatively its workstack.

          Parameters:
          + + +
          theSize Desired horizontal size of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeY in double  theSize  ) 
          +
          + + + + + +
          +   + + +

          +Set vertical size of this view window relatively its workstack.

          Parameters:
          + + +
          theSize Desired vertical size of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewWidth in long  Width  ) 
          +
          + + + + + +
          +   + + +

          +Old methods for view parameters management, they don't work now

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewHeight in long  Height  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          long VISU.View.GetViewWidth  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          long VISU.View.GetViewHeight  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewPositionHorizontal in ViewPosition  ViewPosHor  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewPositionVertical in ViewPosition  ViewPosVer  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.SetRelativePosition in double  x,
          in double  y
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.SetRelativeSize in double  x,
          in double  y
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Minimize  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Restore  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Maximize  ) 
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetTitle in string  theTitle  ) 
          +
          + + + + + +
          +   + + +

          +Sets the title of the View frame.

          Parameters:
          + + +
          theTitle String parameter defining the title of the View frame.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.View.GetTitle  ) 
          +
          + + + + + +
          +   + + +

          +Gets the title of the View frame.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetBackground in SALOMEDS::Color  theColor  ) 
          +
          + + + + + +
          +   + + +

          +Sets background color of the View frame.

          Parameters:
          + + +
          theColor Background color defined in SALOMEDS.Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.View.GetBackground  ) 
          +
          + + + + + +
          +   + + +

          +Gets background color of the View frame.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.EraseAll  ) 
          +
          + + + + + +
          +   + + +

          +Removes all presentations (presentable objects) from the view.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.DisplayAll  ) 
          +
          + + + + + +
          +   + + +

          +Displays all presentations (presentable objects) in the view.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Erase in PrsObject  thePrsObj  ) 
          +
          + + + + + +
          +   + + +

          +Removes a definite presentation (presentable object) from the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be deleted.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Display in PrsObject  thePrsObj  ) 
          +
          + + + + + +
          +   + + +

          +Displays a definite presentation (presentable object) in the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.DisplayOnly in PrsObject  thePrsObj  ) 
          +
          + + + + + +
          +   + + +

          +Allows to display only a definite presentation (presentable object) in the view. All other presentations are removed from the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Update  ) 
          +
          + + + + + +
          +   + + +

          +Updates the view.

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View.SavePicture in string  theFileName  ) 
          +
          + + + + + +
          +   + + +

          +Saves the view.

          Parameters:
          + + +
          theFileName The name of the file where the view will be saved.
          +
          +
          Returns:
          True, if the view have been saved successfully.
          +
          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D.html new file mode 100644 index 00000000..fa86b4c5 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D.html @@ -0,0 +1,2341 @@ + + + + + + Main Page + + + +  + + + +

          VISU.View3D Interface Reference

          3D view interface +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.View3D:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          typedef double XYZ [3]
          enum  ViewType {
          +  FRONT, +BACK, +LEFT, +RIGHT, +
          +  TOP, +BOTTOM +
          + }
          enum  Axis { XAxis, +YAxis, +ZAxis + }
          enum  ViewRepresentation { OBJECTBROWSER, +VIEWER, +PYTHON, +MESSAGES + }
           ViewRepresentation enumeration More...
          enum  ViewPosition {
          +  TOP, +CENTER, +BOTTOM, +RIGHT, +
          +  LEFT +
          + }

          Public Member Functions

          void FitAll ()
          void SetView (in ViewType theType)
          void SetPointOfView (in XYZ theCoord)
          XYZ GetPointOfView ()
          void SetViewUp (in XYZ theDir)
          XYZ GetViewUp ()
          void SetFocalPoint (in XYZ theDir)
          XYZ GetFocalPoint ()
          void SetParallelScale (in double theScale)
          double GetParallelScale ()
          void ScaleView (in Axis theAxis, in double theParam)
          void RemoveScale ()
          boolean SaveViewParams (in string theName)
          boolean RestoreViewParams (in string theName)
          PresentationType GetPresentationType (in ScalarMap thePrs)
          string SetPresentationType (in ScalarMap thePrs, in PresentationType thePrsType)
          boolean IsShrinked (in ScalarMap thePrs)
          string SetShrinked (in ScalarMap thePrs, in boolean isShrinked)
          boolean IsShaded (in ScalarMap thePrs)
          string SetShaded (in ScalarMap thePrs, in boolean isShaded)
          double GetOpacity (in ScalarMap thePrs)
          string SetOpacity (in ScalarMap thePrs, in double theOpacity)
          double GetLineWidth (in ScalarMap thePrs)
          string SetLineWidth (in ScalarMap thePrs, in double theLineWidth)
          void ShowPart (in ViewRepresentation ViewRepr, in boolean state)
          boolean IsPartShown (in ViewRepresentation ViewRepr)
          void SplitRight ()
           Split workarea of this view.
          void SplitLeft ()
           Split workarea of this view.
          void SplitBottom ()
           Split workarea of this view.
          void SplitTop ()
           Split workarea of this view.
          void OnTop ()
          void Attract (in View theView)
          void AttractAll (in View theView)
          void SetRelativePositionInSplitter (in double thePosition)
          void SetRelativeSizeInSplitter (in double theSize)
          void SetRelativePositionX (in double thePosition)
          void SetRelativePositionY (in double thePosition)
          void SetRelativeSizeX (in double theSize)
          void SetRelativeSizeY (in double theSize)
          void SetViewWidth (in long Width)
          void SetViewHeight (in long Height)
          long GetViewWidth ()
          long GetViewHeight ()
          void SetViewPositionHorizontal (in ViewPosition ViewPosHor)
          void SetViewPositionVertical (in ViewPosition ViewPosVer)
          void SetRelativePosition (in double x, in double y)
          void SetRelativeSize (in double x, in double y)
          void Minimize ()
          void Restore ()
          void Maximize ()
          void SetTitle (in string theTitle)
          string GetTitle ()
          void SetBackground (in SALOMEDS::Color theColor)
          SALOMEDS::Color GetBackground ()
          void EraseAll ()
          void DisplayAll ()
          void Erase (in PrsObject thePrsObj)
          void Display (in PrsObject thePrsObj)
          void DisplayOnly (in PrsObject thePrsObj)
          void Update ()
          boolean SavePicture (in string theFileName)
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface contains a set of methods necessary for representation of objects in 3D space. +

          +


          Member Typedef Documentation

          +

          + + + + +
          + + + + +
          typedef double VISU.View3D.XYZ[3]
          +
          + + + + + +
          +   + + +

          +Data type defining coordinates in 3D space.

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::View3D::ViewType
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements determining a predefined point of view (position of the camera in 3D space relative to the presentable object).

          Enumerator:
          + + + + + + + +
          FRONT  +
          BACK  +
          LEFT  +
          RIGHT  +
          TOP  +
          BOTTOM  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::View3D::Axis
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements determining the axis

          Enumerator:
          + + + + +
          XAxis  +
          YAxis  +
          ZAxis  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::View::ViewRepresentation [inherited]
          +
          + + + + + +
          +   + + +

          +displaying part ("ALL" isn't setable)

          Enumerator:
          + + + + + +
          OBJECTBROWSER  +
          VIEWER  +
          PYTHON  +
          MESSAGES  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::View::ViewPosition [inherited]
          +
          + + + + + +
          +   + + +

          +

          Enumerator:
          + + + + + + +
          TOP  +
          CENTER  +
          BOTTOM  +
          RIGHT  +
          LEFT  +
          +
          +
          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + +
          void VISU.View3D.FitAll  ) 
          +
          + + + + + +
          +   + + +

          +Makes all presentations, which are currently present in the view, completely visible.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View3D.SetView in ViewType  theType  ) 
          +
          + + + + + +
          +   + + +

          +Sets a predefined point of view (FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM). (In other words it means a predefined position of the camera in 3D space with respect to the object which is represented.)

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View3D.SetPointOfView in XYZ  theCoord  ) 
          +
          + + + + + +
          +   + + +

          +Sets the position of the camera in 3D space. This point is used as the first point of the vector defining the view direction of the camera.

          +

          + + + + +
          + + + + + + + + +
          XYZ VISU.View3D.GetPointOfView  ) 
          +
          + + + + + +
          +   + + +

          +Gets the position of the camera in 3D space. This point is used as the first point of the vector defining the view direction of the camera.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View3D.SetViewUp in XYZ  theDir  ) 
          +
          + + + + + +
          +   + + +

          +Sets the vertical line of the camera in 3D space.

          +

          + + + + +
          + + + + + + + + +
          XYZ VISU.View3D.GetViewUp  ) 
          +
          + + + + + +
          +   + + +

          +Gets the vertical line of the camera in 3D space.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View3D.SetFocalPoint in XYZ  theDir  ) 
          +
          + + + + + +
          +   + + +

          +Sets the point of sight of the camera. This point is used as the second point of the vector defining the view direction of the camera.

          +

          + + + + +
          + + + + + + + + +
          XYZ VISU.View3D.GetFocalPoint  ) 
          +
          + + + + + +
          +   + + +

          +Gets the point of sight of the camera. This point is used as the second point of the vector defining the view direction of the camera.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View3D.SetParallelScale in double  theScale  ) 
          +
          + + + + + +
          +   + + +

          +Zooming of the presentable object. Sets the scale.

          +

          + + + + +
          + + + + + + + + +
          double VISU.View3D.GetParallelScale  ) 
          +
          + + + + + +
          +   + + +

          +Zooming of the presentable object. Gets the scale.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View3D.ScaleView in Axis  theAxis,
          in double  theParam
          +
          + + + + + +
          +   + + +

          +Scaling of the view along a definite axis.

          Parameters:
          + + + +
          theAxis The axis of the scaling
          theParam The coefficient of the scaling
          +
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.View3D.RemoveScale  ) 
          +
          + + + + + +
          +   + + +

          +Removes the scaling of the view.

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View3D.SaveViewParams in string  theName  ) 
          +
          + + + + + +
          +   + + +

          +Saves view parameters.

          Returns:
          True if the view parameters have been created, False if the parameters have been modified.
          +
          Parameters:
          + + +
          theName The name under which the view parameters will be saved.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View3D.RestoreViewParams in string  theName  ) 
          +
          + + + + + +
          +   + + +

          +Restores view parameters.

          Returns:
          True if the view parameters have been found and applied to the view, False if the parameters with this name don't exist.
          +
          Parameters:
          + + +
          theName The name of the view parameters which will be restored.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          PresentationType VISU.View3D.GetPresentationType in ScalarMap  thePrs  ) 
          +
          + + + + + +
          +   + + +

          +Get representation type of the given presentation in this view.

          Parameters:
          + + +
          thePrs Object to get a representation type of.
          +
          +
          Returns:
          PresentationType Representation type of object in this view.
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          string VISU.View3D.SetPresentationType in ScalarMap  thePrs,
          in PresentationType  thePrsType
          +
          + + + + + +
          +   + + +

          +Set representation type of the given presentation in this view.

          Parameters:
          + + + +
          thePrs Object to set a representation type of.
          thePrsType Representation type to be set to the given object.
          +
          +
          Returns:
          Empty string in case of success, error description in case of failure.
          +
          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View3D.IsShrinked in ScalarMap  thePrs  ) 
          +
          + + + + + +
          +   + + +

          +Get shrink state of the given presentation in this view.

          Parameters:
          + + +
          thePrs Object to get a shrink state of.
          +
          +
          Returns:
          TRUE if thePrs is shrinked in this view, FALSE overwise.
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          string VISU.View3D.SetShrinked in ScalarMap  thePrs,
          in boolean  isShrinked
          +
          + + + + + +
          +   + + +

          +Make the given presentation shrinked or not shrinked in this view.

          Parameters:
          + + + +
          thePrs Object to change a shrink state of.
          isShrinked Pass TRUE to make thePrs shrinked, FALSE overwise.
          +
          +
          Returns:
          Empty string in case of success, error description in case of failure.
          +
          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View3D.IsShaded in ScalarMap  thePrs  ) 
          +
          + + + + + +
          +   + + +

          +Get shading state of the given presentation in this view.

          Parameters:
          + + +
          thePrs Object to get a shading state of.
          +
          +
          Returns:
          TRUE if thePrs is shaded in this view, FALSE overwise.
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          string VISU.View3D.SetShaded in ScalarMap  thePrs,
          in boolean  isShaded
          +
          + + + + + +
          +   + + +

          +Make the given presentation shaded or not shaded in this view.

          Parameters:
          + + + +
          thePrs Object to set a shading state of.
          isShaded Pass TRUE to make thePrs shaded, FALSE overwise.
          +
          +
          Returns:
          Empty string in case of success, error description in case of failure.
          +
          +

          + + + + +
          + + + + + + + + + +
          double VISU.View3D.GetOpacity in ScalarMap  thePrs  ) 
          +
          + + + + + +
          +   + + +

          +Get opacity of the given presentation in this view.

          Parameters:
          + + +
          thePrs Object to get an opacity of.
          +
          +
          Returns:
          Opacity value in range [0, 1], 0 - transparent, 1 - opaque.
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          string VISU.View3D.SetOpacity in ScalarMap  thePrs,
          in double  theOpacity
          +
          + + + + + +
          +   + + +

          +Set opacity of the given presentation in this view.

          Parameters:
          + + + +
          thePrs Object to set an opacity of.
          theOpacity Opacity value [0, 1]. 0 - transparent, 1 - opaque.
          +
          +
          Returns:
          Empty string in case of success, error description in case of failure.
          +
          +

          + + + + +
          + + + + + + + + + +
          double VISU.View3D.GetLineWidth in ScalarMap  thePrs  ) 
          +
          + + + + + +
          +   + + +

          +Get line width of the given presentation in this view.

          Parameters:
          + + +
          thePrs Object to get a line width of.
          +
          +
          Returns:
          Line width of thePrs in this view.
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          string VISU.View3D.SetLineWidth in ScalarMap  thePrs,
          in double  theLineWidth
          +
          + + + + + +
          +   + + +

          +Set line width of the given presentation in this view.

          Parameters:
          + + + +
          thePrs Object to set a line width of.
          theLineWidth Line width value. Recommended values are in range [1, 10].
          +
          +
          Returns:
          Empty string in case of success, error description in case of failure.
          +
          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.ShowPart in ViewRepresentation  ViewRepr,
          in boolean  state
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View.IsPartShown in ViewRepresentation  ViewRepr  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitRight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Horizontally split workarea of this view. This view is moved in a new right area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitLeft  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Horizontally split workarea of this view. This view stays in an old left area, others are moved in a new right area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitBottom  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Vertically split workarea of this view. This view is moved in a new bottom area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitTop  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Vertically split workarea of this view. This view stays in an old top area, others are moved in a new bottom area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.OnTop  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put this view window on top of its work area.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Attract in View  theView  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put theView in workarea of this view right after it. If theView was alone in its workarea, workarea of theView will be destroyed. If theView was in the same workarea with this view, simple reordering will take place.

          Parameters:
          + + +
          theView A view window to be attracted to this one.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.AttractAll in View  theView  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put all the view windows from workarea of theView in workarea of this view right after it. Workarea of theView will be destroyed. If theView was in the same workarea with this view, simple reordering will take place.

          Parameters:
          + + +
          theView A view window to be attracted to this one together with all its workarea.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionInSplitter in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set position of this view window relatively its splitter.

          Parameters:
          + + +
          thePosition Desired position of this view window relatively its splitter. Meaningfull values lays in range [0..1].
          +
          +Direction of positioning is defined by the splitter orientation.
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeInSplitter in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set size of this view window relatively its splitter.

          Parameters:
          + + +
          theSize Desired size of this view window relatively its splitter. Meaningfull values lays in range [0..1].
          +
          +Direction of resizing is defined by the splitter orientation.
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionX in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set horizontal position of this view window relatively its workstack.

          Parameters:
          + + +
          thePosition Desired horizontal position of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionY in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set vertical position of this view window relatively its workstack.

          Parameters:
          + + +
          thePosition Desired vertical position of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeX in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set horizontal size of this view window relatively its workstack.

          Parameters:
          + + +
          theSize Desired horizontal size of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeY in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set vertical size of this view window relatively its workstack.

          Parameters:
          + + +
          theSize Desired vertical size of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewWidth in long  Width  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Old methods for view parameters management, they don't work now

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewHeight in long  Height  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          long VISU.View.GetViewWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          long VISU.View.GetViewHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewPositionHorizontal in ViewPosition  ViewPosHor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewPositionVertical in ViewPosition  ViewPosVer  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.SetRelativePosition in double  x,
          in double  y
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.SetRelativeSize in double  x,
          in double  y
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Minimize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Restore  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Maximize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetTitle in string  theTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the View frame.

          Parameters:
          + + +
          theTitle String parameter defining the title of the View frame.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.View.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the View frame.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetBackground in SALOMEDS::Color  theColor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets background color of the View frame.

          Parameters:
          + + +
          theColor Background color defined in SALOMEDS.Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.View.GetBackground  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets background color of the View frame.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.EraseAll  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Removes all presentations (presentable objects) from the view.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.DisplayAll  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Displays all presentations (presentable objects) in the view.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Erase in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Removes a definite presentation (presentable object) from the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be deleted.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Display in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Displays a definite presentation (presentable object) in the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.DisplayOnly in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Allows to display only a definite presentation (presentable object) in the view. All other presentations are removed from the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Update  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Updates the view.

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View.SavePicture in string  theFileName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Saves the view.

          Parameters:
          + + +
          theFileName The name of the file where the view will be saved.
          +
          +
          Returns:
          True, if the view have been saved successfully.
          +
          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D__inherit__graph.jpg new file mode 100644 index 00000000..7da1ebe1 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager.html new file mode 100644 index 00000000..2b150d41 --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager.html @@ -0,0 +1,246 @@ + + + + + + Main Page + + + +  + + + +

          VISU.ViewManager Interface Reference

          Interface of the ViewManager. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.ViewManager:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + +

          Public Member Functions

          View GetCurrentView ()
           Getting an active View Frame.
          View3D Create3DView ()
           Creation of a 3d View.
          TableView CreateTableView (in Table theTable)
           Creation of a Table View.
          XYPlot CreateXYPlot ()
           Creation of a 2D plot View.
          void Destroy (in View theView)
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +The ViewManager is necessary for work with view windows (creation and deletion). +

          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + +
          View VISU.ViewManager.GetCurrentView  ) 
          +
          + + + + + +
          +   + + +

          +Returns an object reference to the active View Frame. Type of the View must be checked.

          Note:

          +Returns nil if there are no views currently opened.
          +
          +

          + + + + +
          + + + + + + + + +
          View3D VISU.ViewManager.Create3DView  ) 
          +
          + + + + + +
          +   + + +

          +Returns an object reference to the newly created 3D View.

          +

          + + + + +
          + + + + + + + + + +
          TableView VISU.ViewManager.CreateTableView in Table  theTable  ) 
          +
          + + + + + +
          +   + + +

          +Returns an object reference to the newly created Table View.

          +

          + + + + +
          + + + + + + + + +
          XYPlot VISU.ViewManager.CreateXYPlot  ) 
          +
          + + + + + +
          +   + + +

          +Returns an object reference to the newly created 2D plot View.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.ViewManager.Destroy in View  theView  ) 
          +
          + + + + + +
          +   + + +

          +Deletes a definite view.

          Parameters:
          + + +
          theView The view which should be deleted.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager__inherit__graph.jpg new file mode 100644 index 00000000..a1188b14 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View__inherit__graph.jpg new file mode 100644 index 00000000..d7272208 Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot.html new file mode 100644 index 00000000..3c109aad --- /dev/null +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot.html @@ -0,0 +1,2203 @@ + + + + + + Main Page + + + +  + + + +

          VISU.XYPlot Interface Reference

          Interface of the 2D plot view. +More... +

          +import "VISU_Gen.idl"; +

          +Inheritance diagram for VISU.XYPlot:

          Inheritance graph
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Public Types

          enum  CurveType { POINTS, +MULTYLINE, +SPLINE + }
          enum  ViewRepresentation { OBJECTBROWSER, +VIEWER, +PYTHON, +MESSAGES + }
           ViewRepresentation enumeration More...
          enum  ViewPosition {
          +  TOP, +CENTER, +BOTTOM, +RIGHT, +
          +  LEFT +
          + }

          Public Member Functions

          void SetSubTitle (in string theTitle)
          string GetSubTitle ()
          void SetCurveType (in CurveType theType)
          CurveType GetCurveType ()
          void SetMarkerSize (in long theSize)
          long GetMarkerSize ()
          void EnableXGrid (in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor)
          void EnableYGrid (in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor)
          void SetHorScaling (in Scaling theScaling)
          Scaling GetHorScaling ()
          void SetVerScaling (in Scaling theScaling)
          Scaling GetVerScaling ()
          void SetXTitle (in string theTitle)
          string GetXTitle ()
          void SetYTitle (in string theTitle)
          string GetYTitle ()
          void ShowLegend (in boolean theShowing)
          void FitAll ()
          void FitXRange (in double xMin, in double xMax)
          void FitYRange (in double yMin, in double yMax)
          void FitRange (in double xMin, in double xMax, in double yMin, in double yMax)
          void GetFitRanges (out double xMin, out double xMax, out double yMin, out double yMax)
          void ShowPart (in ViewRepresentation ViewRepr, in boolean state)
          boolean IsPartShown (in ViewRepresentation ViewRepr)
          void SplitRight ()
           Split workarea of this view.
          void SplitLeft ()
           Split workarea of this view.
          void SplitBottom ()
           Split workarea of this view.
          void SplitTop ()
           Split workarea of this view.
          void OnTop ()
          void Attract (in View theView)
          void AttractAll (in View theView)
          void SetRelativePositionInSplitter (in double thePosition)
          void SetRelativeSizeInSplitter (in double theSize)
          void SetRelativePositionX (in double thePosition)
          void SetRelativePositionY (in double thePosition)
          void SetRelativeSizeX (in double theSize)
          void SetRelativeSizeY (in double theSize)
          void SetViewWidth (in long Width)
          void SetViewHeight (in long Height)
          long GetViewWidth ()
          long GetViewHeight ()
          void SetViewPositionHorizontal (in ViewPosition ViewPosHor)
          void SetViewPositionVertical (in ViewPosition ViewPosVer)
          void SetRelativePosition (in double x, in double y)
          void SetRelativeSize (in double x, in double y)
          void Minimize ()
          void Restore ()
          void Maximize ()
          void SetTitle (in string theTitle)
          string GetTitle ()
          void SetBackground (in SALOMEDS::Color theColor)
          SALOMEDS::Color GetBackground ()
          void EraseAll ()
          void DisplayAll ()
          void Erase (in PrsObject thePrsObj)
          void Display (in PrsObject thePrsObj)
          void DisplayOnly (in PrsObject thePrsObj)
          void Update ()
          boolean SavePicture (in string theFileName)
          IdType GetID ()
          VISUType GetType ()
          +

          Detailed Description

          +This interface is used for creation of a view necessary for presentation of a XY plot generated on the basis of one or several curve lines. +

          +


          Member Enumeration Documentation

          +

          + + + + +
          + + + + +
          enum VISU::XYPlot::CurveType
          +
          + + + + + +
          +   + + +

          +This enumeration contains a set of elements determining the type of the curve lines, which will be displayed in your XY plot.

          Enumerator:
          + + + + +
          POINTS  +
          MULTYLINE  +
          SPLINE  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::View::ViewRepresentation [inherited]
          +
          + + + + + +
          +   + + +

          +displaying part ("ALL" isn't setable)

          Enumerator:
          + + + + + +
          OBJECTBROWSER  +
          VIEWER  +
          PYTHON  +
          MESSAGES  +
          +
          +
          +

          + + + + +
          + + + + +
          enum VISU::View::ViewPosition [inherited]
          +
          + + + + + +
          +   + + +

          +

          Enumerator:
          + + + + + + +
          TOP  +
          CENTER  +
          BOTTOM  +
          RIGHT  +
          LEFT  +
          +
          +
          +


          Member Function Documentation

          +

          + + + + +
          + + + + + + + + + +
          void VISU.XYPlot.SetSubTitle in string  theTitle  ) 
          +
          + + + + + +
          +   + + +

          +Sets the title of the XY plot

          Parameters:
          + + +
          theTitle The title of the XY plot
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.XYPlot.GetSubTitle  ) 
          +
          + + + + + +
          +   + + +

          +Gets the title of the XY plot

          +

          + + + + +
          + + + + + + + + + +
          void VISU.XYPlot.SetCurveType in CurveType  theType  ) 
          +
          + + + + + +
          +   + + +

          +Sets the type of the curve lines.

          Parameters:
          + + +
          theType The type of the curve lines taken from CurveType enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          CurveType VISU.XYPlot.GetCurveType  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type of the curve lines.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.XYPlot.SetMarkerSize in long  theSize  ) 
          +
          + + + + + +
          +   + + +

          +Sets the size of the markers (data points) with help of which the curve is constructed on the graphics.

          Parameters:
          + + +
          theSize Long value defining the size of the markers.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          long VISU.XYPlot.GetMarkerSize  ) 
          +
          + + + + + +
          +   + + +

          +Gets the size of the markers (data points) with help of which the curve is constructed on the graphics.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.XYPlot.EnableXGrid in boolean  theMajor,
          in long  theNumMajor,
          in boolean  theMinor,
          in long  theNumMinor
          +
          + + + + + +
          +   + + +

          +Enable/disables X-axis grid of the 2D plot.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.XYPlot.EnableYGrid in boolean  theMajor,
          in long  theNumMajor,
          in boolean  theMinor,
          in long  theNumMinor
          +
          + + + + + +
          +   + + +

          +Enable/disables Y-axis grid of the 2D plot.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.XYPlot.SetHorScaling in Scaling  theScaling  ) 
          +
          + + + + + +
          +   + + +

          +Sets horizontal scaling of the 2D plot.

          Parameters:
          + + +
          theScaling Type of scaling taken from Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.XYPlot.GetHorScaling  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type horizontal scaling of the 2D plot.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.XYPlot.SetVerScaling in Scaling  theScaling  ) 
          +
          + + + + + +
          +   + + +

          +Sets vertical scaling of the 2D plot.

          Parameters:
          + + +
          theScaling Type of scaling taken from Scaling enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          Scaling VISU.XYPlot.GetVerScaling  ) 
          +
          + + + + + +
          +   + + +

          +Gets the type vertical scaling of the 2D plot.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.XYPlot.SetXTitle in string  theTitle  ) 
          +
          + + + + + +
          +   + + +

          +Sets the title of the X-axis of the plot.

          Parameters:
          + + +
          theTitle String value defining the title of the X-axis of the plot.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.XYPlot.GetXTitle  ) 
          +
          + + + + + +
          +   + + +

          +Gets the title of the X-axis of the plot.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.XYPlot.SetYTitle in string  theTitle  ) 
          +
          + + + + + +
          +   + + +

          +Sets the title of the Y-axis of the plot.

          Parameters:
          + + +
          theTitle String value defining the title of the X-axis of the plot.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.XYPlot.GetYTitle  ) 
          +
          + + + + + +
          +   + + +

          +Gets the title of the Y-axis of the plot.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.XYPlot.ShowLegend in boolean  theShowing  ) 
          +
          + + + + + +
          +   + + +

          +Shows/hides the legend (description) of the 2D plot.

          +

          + + + + +
          + + + + + + + + +
          void VISU.XYPlot.FitAll  ) 
          +
          + + + + + +
          +   + + +

          +Shrinks and enlarges the 2D plot to fit the 2D viewer.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.XYPlot.FitXRange in double  xMin,
          in double  xMax
          +
          + + + + + +
          +   + + +

          +Set range of the 2D plot to X axis of the 2D viewer.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.XYPlot.FitYRange in double  yMin,
          in double  yMax
          +
          + + + + + +
          +   + + +

          +Set range of the 2D plot to Y axis of the 2D viewer.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.XYPlot.FitRange in double  xMin,
          in double  xMax,
          in double  yMin,
          in double  yMax
          +
          + + + + + +
          +   + + +

          +Set range of the 2D plot to XY axis of the 2D viewer.

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          void VISU.XYPlot.GetFitRanges out double  xMin,
          out double  xMax,
          out double  yMin,
          out double  yMax
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.ShowPart in ViewRepresentation  ViewRepr,
          in boolean  state
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View.IsPartShown in ViewRepresentation  ViewRepr  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitRight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Horizontally split workarea of this view. This view is moved in a new right area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitLeft  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Horizontally split workarea of this view. This view stays in an old left area, others are moved in a new right area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitBottom  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Vertically split workarea of this view. This view is moved in a new bottom area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.SplitTop  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Vertically split workarea of this view. This view stays in an old top area, others are moved in a new bottom area.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.OnTop  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put this view window on top of its work area.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Attract in View  theView  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put theView in workarea of this view right after it. If theView was alone in its workarea, workarea of theView will be destroyed. If theView was in the same workarea with this view, simple reordering will take place.

          Parameters:
          + + +
          theView A view window to be attracted to this one.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.AttractAll in View  theView  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Put all the view windows from workarea of theView in workarea of this view right after it. Workarea of theView will be destroyed. If theView was in the same workarea with this view, simple reordering will take place.

          Parameters:
          + + +
          theView A view window to be attracted to this one together with all its workarea.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionInSplitter in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set position of this view window relatively its splitter.

          Parameters:
          + + +
          thePosition Desired position of this view window relatively its splitter. Meaningfull values lays in range [0..1].
          +
          +Direction of positioning is defined by the splitter orientation.
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeInSplitter in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set size of this view window relatively its splitter.

          Parameters:
          + + +
          theSize Desired size of this view window relatively its splitter. Meaningfull values lays in range [0..1].
          +
          +Direction of resizing is defined by the splitter orientation.
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionX in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set horizontal position of this view window relatively its workstack.

          Parameters:
          + + +
          thePosition Desired horizontal position of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativePositionY in double  thePosition  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set vertical position of this view window relatively its workstack.

          Parameters:
          + + +
          thePosition Desired vertical position of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeX in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set horizontal size of this view window relatively its workstack.

          Parameters:
          + + +
          theSize Desired horizontal size of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetRelativeSizeY in double  theSize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Set vertical size of this view window relatively its workstack.

          Parameters:
          + + +
          theSize Desired vertical size of this view window relatively its workstack. Meaningfull values lays in range [0..1].
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewWidth in long  Width  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Old methods for view parameters management, they don't work now

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewHeight in long  Height  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          long VISU.View.GetViewWidth  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          long VISU.View.GetViewHeight  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewPositionHorizontal in ViewPosition  ViewPosHor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetViewPositionVertical in ViewPosition  ViewPosVer  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.SetRelativePosition in double  x,
          in double  y
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + + + + + + + + + + +
          void VISU.View.SetRelativeSize in double  x,
          in double  y
          [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Minimize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Restore  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Maximize  )  [inherited]
          +
          + + + + + +
          +   + + +

          +

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetTitle in string  theTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets the title of the View frame.

          Parameters:
          + + +
          theTitle String parameter defining the title of the View frame.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          string VISU.View.GetTitle  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets the title of the View frame.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.SetBackground in SALOMEDS::Color  theColor  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Sets background color of the View frame.

          Parameters:
          + + +
          theColor Background color defined in SALOMEDS.Color enumeration.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          SALOMEDS::Color VISU.View.GetBackground  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Gets background color of the View frame.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.EraseAll  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Removes all presentations (presentable objects) from the view.

          +

          + + + + +
          + + + + + + + + +
          void VISU.View.DisplayAll  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Displays all presentations (presentable objects) in the view.

          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Erase in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Removes a definite presentation (presentable object) from the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be deleted.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.Display in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Displays a definite presentation (presentable object) in the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + + +
          void VISU.View.DisplayOnly in PrsObject  thePrsObj  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Allows to display only a definite presentation (presentable object) in the view. All other presentations are removed from the view.

          Parameters:
          + + +
          thePrsObj The presentation (presentable object) which should be displayed.
          +
          +
          +

          + + + + +
          + + + + + + + + +
          void VISU.View.Update  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Updates the view.

          +

          + + + + +
          + + + + + + + + + +
          boolean VISU.View.SavePicture in string  theFileName  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Saves the view.

          Parameters:
          + + +
          theFileName The name of the file where the view will be saved.
          +
          +
          Returns:
          True, if the view have been saved successfully.
          +
          +

          + + + + +
          + + + + + + + + +
          IdType VISU.Base.GetID  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns ID of the object.

          +

          + + + + +
          + + + + + + + + +
          VISUType VISU.Base.GetType  )  [inherited]
          +
          + + + + + +
          +   + + +

          +Returns the type of the presentable object

          + + + diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot__inherit__graph.jpg b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot__inherit__graph.jpg new file mode 100644 index 00000000..fe731c7e Binary files /dev/null and b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot__inherit__graph.jpg differ diff --git a/doc/salome/gui/VISU/vtk_3d_viewer.htm b/doc/salome/gui/VISU/vtk_3d_viewer.htm index b0d69fed..28b92248 100755 --- a/doc/salome/gui/VISU/vtk_3d_viewer.htm +++ b/doc/salome/gui/VISU/vtk_3d_viewer.htm @@ -65,43 +65,48 @@ onerror = null; - - + +

          VTK 3D Viewer

          VTK diff --git a/doc/salome/gui/VISU/whcsh_home.htm b/doc/salome/gui/VISU/whcsh_home.htm index 752e5882..5a486ba2 100755 --- a/doc/salome/gui/VISU/whcsh_home.htm +++ b/doc/salome/gui/VISU/whcsh_home.htm @@ -14,7 +14,7 @@ else } var gCSHFileName="whcshdata.htm"; -var gHomePage="visu.htm"; +var gHomePage="index.htm"; var gaProj=new Array(); gaProj[0]=new Object(); gaProj[0].sProjPath=_replaceSlash(_getPath(document.location.href)); diff --git a/doc/salome/gui/VISU/whcshdata.htm b/doc/salome/gui/VISU/whcshdata.htm index 37d60961..0aaebcd9 100755 --- a/doc/salome/gui/VISU/whcshdata.htm +++ b/doc/salome/gui/VISU/whcshdata.htm @@ -1,6 +1,6 @@ -Post-Pro Reference Manual +Post-Pro Module Reference Manual diff --git a/doc/salome/gui/VISU/whd_dpns.htm b/doc/salome/gui/VISU/whd_dpns.htm new file mode 100755 index 00000000..1bca2360 --- /dev/null +++ b/doc/salome/gui/VISU/whd_dpns.htm @@ -0,0 +1,43 @@ + + +Navigator Pane + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/VISU/whd_hide0.gif b/doc/salome/gui/VISU/whd_hide0.gif new file mode 100755 index 00000000..97ea0bb6 Binary files /dev/null and b/doc/salome/gui/VISU/whd_hide0.gif differ diff --git a/doc/salome/gui/VISU/whd_hide1.gif b/doc/salome/gui/VISU/whd_hide1.gif new file mode 100755 index 00000000..97ea0bb6 Binary files /dev/null and b/doc/salome/gui/VISU/whd_hide1.gif differ diff --git a/doc/salome/gui/VISU/whd_hide2.gif b/doc/salome/gui/VISU/whd_hide2.gif new file mode 100755 index 00000000..97ea0bb6 Binary files /dev/null and b/doc/salome/gui/VISU/whd_hide2.gif differ diff --git a/doc/salome/gui/VISU/whd_next0.gif b/doc/salome/gui/VISU/whd_next0.gif new file mode 100755 index 00000000..d92dda52 Binary files /dev/null and b/doc/salome/gui/VISU/whd_next0.gif differ diff --git a/doc/salome/gui/VISU/whd_next1.gif b/doc/salome/gui/VISU/whd_next1.gif new file mode 100755 index 00000000..d92dda52 Binary files /dev/null and b/doc/salome/gui/VISU/whd_next1.gif differ diff --git a/doc/salome/gui/VISU/whd_next2.gif b/doc/salome/gui/VISU/whd_next2.gif new file mode 100755 index 00000000..d92dda52 Binary files /dev/null and b/doc/salome/gui/VISU/whd_next2.gif differ diff --git a/doc/salome/gui/VISU/whd_nvp10.htm b/doc/salome/gui/VISU/whd_nvp10.htm new file mode 100755 index 00000000..30f060c3 --- /dev/null +++ b/doc/salome/gui/VISU/whd_nvp10.htm @@ -0,0 +1,15 @@ + + +Navigation Pane + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/VISU/whd_nvp20.htm b/doc/salome/gui/VISU/whd_nvp20.htm new file mode 100755 index 00000000..c5754bc4 --- /dev/null +++ b/doc/salome/gui/VISU/whd_nvp20.htm @@ -0,0 +1,334 @@ + + +navigation pane + + + + + + + + + + + + + + + + + diff --git a/doc/salome/gui/VISU/whd_prev0.gif b/doc/salome/gui/VISU/whd_prev0.gif new file mode 100755 index 00000000..518561a0 Binary files /dev/null and b/doc/salome/gui/VISU/whd_prev0.gif differ diff --git a/doc/salome/gui/VISU/whd_prev1.gif b/doc/salome/gui/VISU/whd_prev1.gif new file mode 100755 index 00000000..518561a0 Binary files /dev/null and b/doc/salome/gui/VISU/whd_prev1.gif differ diff --git a/doc/salome/gui/VISU/whd_prev2.gif b/doc/salome/gui/VISU/whd_prev2.gif new file mode 100755 index 00000000..518561a0 Binary files /dev/null and b/doc/salome/gui/VISU/whd_prev2.gif differ diff --git a/doc/salome/gui/VISU/whd_show0.gif b/doc/salome/gui/VISU/whd_show0.gif new file mode 100755 index 00000000..60e8e689 Binary files /dev/null and b/doc/salome/gui/VISU/whd_show0.gif differ diff --git a/doc/salome/gui/VISU/whd_show1.gif b/doc/salome/gui/VISU/whd_show1.gif new file mode 100755 index 00000000..60e8e689 Binary files /dev/null and b/doc/salome/gui/VISU/whd_show1.gif differ diff --git a/doc/salome/gui/VISU/whd_show2.gif b/doc/salome/gui/VISU/whd_show2.gif new file mode 100755 index 00000000..60e8e689 Binary files /dev/null and b/doc/salome/gui/VISU/whd_show2.gif differ diff --git a/doc/salome/gui/VISU/whd_sync0.gif b/doc/salome/gui/VISU/whd_sync0.gif new file mode 100755 index 00000000..1a9785ce Binary files /dev/null and b/doc/salome/gui/VISU/whd_sync0.gif differ diff --git a/doc/salome/gui/VISU/whd_sync1.gif b/doc/salome/gui/VISU/whd_sync1.gif new file mode 100755 index 00000000..1a9785ce Binary files /dev/null and b/doc/salome/gui/VISU/whd_sync1.gif differ diff --git a/doc/salome/gui/VISU/whd_sync2.gif b/doc/salome/gui/VISU/whd_sync2.gif new file mode 100755 index 00000000..1a9785ce Binary files /dev/null and b/doc/salome/gui/VISU/whd_sync2.gif differ diff --git a/doc/salome/gui/VISU/whd_tab0.gif b/doc/salome/gui/VISU/whd_tab0.gif new file mode 100755 index 00000000..955c42f4 Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab0.gif differ diff --git a/doc/salome/gui/VISU/whd_tab1.gif b/doc/salome/gui/VISU/whd_tab1.gif new file mode 100755 index 00000000..b3ec41d6 Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab1.gif differ diff --git a/doc/salome/gui/VISU/whd_tab2.gif b/doc/salome/gui/VISU/whd_tab2.gif new file mode 100755 index 00000000..08fb0ce4 Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab2.gif differ diff --git a/doc/salome/gui/VISU/whd_tab3.gif b/doc/salome/gui/VISU/whd_tab3.gif new file mode 100755 index 00000000..1819c8e8 Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab3.gif differ diff --git a/doc/salome/gui/VISU/whd_tab4.gif b/doc/salome/gui/VISU/whd_tab4.gif new file mode 100755 index 00000000..1a6fc4f4 Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab4.gif differ diff --git a/doc/salome/gui/VISU/whd_tab5.gif b/doc/salome/gui/VISU/whd_tab5.gif new file mode 100755 index 00000000..93401926 Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab5.gif differ diff --git a/doc/salome/gui/VISU/whd_tab6.gif b/doc/salome/gui/VISU/whd_tab6.gif new file mode 100755 index 00000000..fe312d23 Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab6.gif differ diff --git a/doc/salome/gui/VISU/whd_tab7.gif b/doc/salome/gui/VISU/whd_tab7.gif new file mode 100755 index 00000000..3b95ae24 Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab7.gif differ diff --git a/doc/salome/gui/VISU/whd_tab8.gif b/doc/salome/gui/VISU/whd_tab8.gif new file mode 100755 index 00000000..c80acc8d Binary files /dev/null and b/doc/salome/gui/VISU/whd_tab8.gif differ diff --git a/doc/salome/gui/VISU/whd_tabs.htm b/doc/salome/gui/VISU/whd_tabs.htm new file mode 100755 index 00000000..1568f573 --- /dev/null +++ b/doc/salome/gui/VISU/whd_tabs.htm @@ -0,0 +1,533 @@ + + +WebHelp Tabs Frame in Navigation Pane + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/VISU/whd_toc1.gif b/doc/salome/gui/VISU/whd_toc1.gif new file mode 100755 index 00000000..11017258 Binary files /dev/null and b/doc/salome/gui/VISU/whd_toc1.gif differ diff --git a/doc/salome/gui/VISU/whd_toc2.gif b/doc/salome/gui/VISU/whd_toc2.gif new file mode 100755 index 00000000..975e5f6f Binary files /dev/null and b/doc/salome/gui/VISU/whd_toc2.gif differ diff --git a/doc/salome/gui/VISU/whd_toc3.gif b/doc/salome/gui/VISU/whd_toc3.gif new file mode 100755 index 00000000..4b8122f0 Binary files /dev/null and b/doc/salome/gui/VISU/whd_toc3.gif differ diff --git a/doc/salome/gui/VISU/whd_toc4.gif b/doc/salome/gui/VISU/whd_toc4.gif new file mode 100755 index 00000000..3f9a0368 Binary files /dev/null and b/doc/salome/gui/VISU/whd_toc4.gif differ diff --git a/doc/salome/gui/VISU/whd_topic.xml b/doc/salome/gui/VISU/whd_topic.xml new file mode 100755 index 00000000..a1b0320f --- /dev/null +++ b/doc/salome/gui/VISU/whd_topic.xml @@ -0,0 +1,85 @@ + + + + + + + + + + +"]]> + + + + +"]]> + + + + +"; +OutputInTopicNavBarDataWebSearch.form();]]> + + + + + + + + + + +"]]> + + + diff --git a/doc/salome/gui/VISU/whd_wbsh0.gif b/doc/salome/gui/VISU/whd_wbsh0.gif new file mode 100755 index 00000000..383688e7 Binary files /dev/null and b/doc/salome/gui/VISU/whd_wbsh0.gif differ diff --git a/doc/salome/gui/VISU/whd_wbsh1.gif b/doc/salome/gui/VISU/whd_wbsh1.gif new file mode 100755 index 00000000..383688e7 Binary files /dev/null and b/doc/salome/gui/VISU/whd_wbsh1.gif differ diff --git a/doc/salome/gui/VISU/whd_wbsh2.gif b/doc/salome/gui/VISU/whd_wbsh2.gif new file mode 100755 index 00000000..383688e7 Binary files /dev/null and b/doc/salome/gui/VISU/whd_wbsh2.gif differ diff --git a/doc/salome/gui/VISU/whdata/whftdata0.htm b/doc/salome/gui/VISU/whdata/whftdata0.htm index 585498d1..76853b76 100755 --- a/doc/salome/gui/VISU/whdata/whftdata0.htm +++ b/doc/salome/gui/VISU/whdata/whftdata0.htm @@ -43,6 +43,7 @@ aTE("Sweeping","files/sweeping.htm"); aTE("Vectors presentation","files/vectors_presentation.htm"); aTE("Gauss Points Presentation","gauss_points_presentation.htm"); aTE("Gauss Viewer","gauss_viewer.htm"); +aTE("Navigation with keyboard and spacemouse","navigation_with_keyboard_and_spacemouse.htm"); aTE("Picking","picking.htm"); aTE("Plot2D Viewer","plot2d_viewer.htm"); aTE("Plot 3D presentation","plot_3d_presentation.htm"); diff --git a/doc/salome/gui/VISU/whdata/whfts.htm b/doc/salome/gui/VISU/whdata/whfts.htm index 83e0bfdc..ca3b05e5 100755 --- a/doc/salome/gui/VISU/whdata/whfts.htm +++ b/doc/salome/gui/VISU/whdata/whfts.htm @@ -10,7 +10,7 @@ diff --git a/doc/salome/gui/VISU/whdata/whfwdata0.htm b/doc/salome/gui/VISU/whdata/whfwdata0.htm index 627d37dd..7eb72858 100755 --- a/doc/salome/gui/VISU/whdata/whfwdata0.htm +++ b/doc/salome/gui/VISU/whdata/whfwdata0.htm @@ -12,528 +12,541 @@ diff --git a/doc/salome/gui/VISU/whdata/whtdata0.htm b/doc/salome/gui/VISU/whdata/whtdata0.htm index 13ef96d8..3476a0b5 100755 --- a/doc/salome/gui/VISU/whdata/whtdata0.htm +++ b/doc/salome/gui/VISU/whdata/whtdata0.htm @@ -8,14 +8,14 @@ diff --git a/doc/salome/gui/VISU/whestart.ico b/doc/salome/gui/VISU/whestart.ico deleted file mode 100755 index 110f1835..00000000 Binary files a/doc/salome/gui/VISU/whestart.ico and /dev/null differ diff --git a/doc/salome/gui/VISU/whfbody.htm b/doc/salome/gui/VISU/whfbody.htm index 86d8e63d..5666e1b5 100755 --- a/doc/salome/gui/VISU/whfbody.htm +++ b/doc/salome/gui/VISU/whfbody.htm @@ -16,14 +16,14 @@ @@ -34,11 +34,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          -10n
          2d 1 2 3 4 5 6 7
          3d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
          +10n
          2d 1 2 3 4 5 6 7
          3d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


          -able 1 2 3
          above
          abscissa
          absolute
          acceptable 1 2
          access 1 2 3 4
          accessed 1 2
          accessible
          accordance
          according 1 2 3 4 5 6
          accuracy
          actions 1 2
          activated 1 2 3
          activates
          active 1 2 3 4
          activity
          actor
          actors
          actually
          addition 1 2
          additional 1 2 3 4 5 6 7 8 9 10 11
          adjust 1 2 3
          adjusted
          adjusting
          advanced
          again
          algorithm
          allow 1 2 3 4
          allowing 1 2 3 4 5 6 7
          allows 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
          along 1 2 3 4 5
          alpha
          already 1 2
          alternatively
          always
          analog
          angle 1 2 3 4
          animate
          animating
          animation 1 2 3 4
          animations
          another 1 2 3 4
          any 1 2 3 4 5 6 7
          apexes
          api
          appear 1 2 3 4 5 6
          application 1 2
          applied 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          applies
          apply 1 2 3 4
          area 1 2 3
          around 1 2 3 4 5
          arrange
          array
          arrows
          asked
          assign
          assigned
          associated 1 2
          attributes 1 2 3
          auto 1 2 3
          automatically 1 2 3 4 5 6 7 8
          available 1 2 3 4 5
          average
          avi
          avoid
          axes 1 2 3 4 5 6 7 8 9
          axis 1 2 3 4 5 6 7 8
          +able 1 2 3
          above
          abscissa
          absolute
          acceptable 1 2
          access 1 2 3 4
          accessed 1 2
          accessible
          accordance
          according 1 2 3 4 5 6
          accuracy
          action
          actions 1 2 3
          activated 1 2 3
          activates
          active 1 2 3 4
          activity
          actor
          actors
          actually
          addition 1 2
          additional 1 2 3 4 5 6 7 8 9 10 11
          adjust 1 2 3
          adjusted
          adjusting
          advanced 1 2
          again
          algorithm
          allow 1 2 3 4 5
          allowing 1 2 3 4 5 6 7
          allows 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
          along 1 2 3 4 5
          alpha
          already 1 2
          alternatively
          always
          analog
          angle 1 2 3 4
          animate
          animating
          animation 1 2 3 4
          animations
          another 1 2 3 4
          any 1 2 3 4 5 6 7 8
          apexes
          api
          appear 1 2 3 4 5 6
          application 1 2
          applied 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          applies
          apply 1 2 3 4
          area 1 2 3
          around 1 2 3 4 5
          arrange
          array
          arrows
          asked
          assign
          assigned
          associated 1 2
          attributes 1 2 3
          auto 1 2 3
          automatically 1 2 3 4 5 6 7 8
          available 1 2 3 4 5 6
          average
          avi
          avoid
          axes 1 2 3 4 5 6 7 8 9
          axis 1 2 3 4 5 6 7 8 9


          -back 1 2
          background 1 2 3 4
          backward
          bar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          bars 1 2 3
          base 1 2 3 4
          based 1 2 3 4 5 6 7
          basic 1 2 3
          basis 1 2 3 4 5 6 7 8
          become
          becomes
          before
          begin
          beginning
          being
          belonging 1 2
          belongs
          below 1 2
          better
          bicolor 1 2
          big
          bigger
          black 1 2
          blue 1 2
          bmp 1 2 3 4 5
          both 1 2 3 4 5 6 7
          bottom 1 2 3
          bound
          boundaries
          boundary 1 2
          box 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
          boxes 1 2 3


          >> +back 1 2
          background 1 2 3 4
          backward 1 2
          bar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          bars 1 2 3
          base 1 2 3 4
          based 1 2 3 4 5 6 7
          basic 1 2 3
          basing
          basis 1 2 3 4 5 6 7 8
          become
          becomes
          before
          begin
          beginning
          being
          belonging 1 2
          belongs
          below 1 2
          better
          bicolor 1 2
          big
          bigger
          black 1 2
          blue 1 2
          bmp 1 2 3 4 5
          both 1 2 3 4 5 6 7
          bottom 1 2 3
          bound
          boundaries
          boundary 1 2
          box 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
          boxes 1 2 3


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf1.htm b/doc/salome/gui/VISU/whgdata/whlstf1.htm index 74a280c7..59e6fb42 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf1.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf1.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -33,9 +33,9 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          <<

          -browse 1 2
          browser 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
          build
          builds
          built 1 2
          button 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
          buttons 1 2 3
          +browse 1 2
          browser 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
          build
          builds
          built 1 2
          button 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          buttons 1 2 3 4


          -calculation
          calculations 1 2
          called
          calls
          camera 1 2
          cancel 1 2 3
          cannot
          case 1 2 3
          cases
          cause
          cell
          cells 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          center 1 2 3
          centered
          central
          centred
          certain
          change 1 2 3 4 5 6 7
          changed
          changes 1 2 3 4
          channel
          characteristic
          characteristics 1 2
          check 1 2 3 4 5 6 7 8 9 10
          checkbox
          checked 1 2 3 4
          checking
          checkmark
          choice 1 2 3
          choices
          choose 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
          chosen 1 2 3 4 5 6
          circle
          clamp
          click 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
          clicking 1 2
          clip
          clipping 1 2 3
          clips
          clone
          close 1 2
          closed
          color 1 2 3 4 5 6 7 8 9 10 11
          colored 1 2 3
          coloring 1 2 3 4 5
          colors 1 2
          coloured
          column 1 2
          columns
          combine
          combines
          command
          common 1 2
          compare
          comparison 1 2
          compatible
          complete
          completely
          complicated
          component 1 2 3 4
          components 1 2 3
          compose
          composed 1 2 3
          composing
          computation
          computed 1 2
          concept
          conditions
          cones
          configuration 1 2
          configure
          confirm 1 2 3
          considered
          consist 1 2
          consisting
          consists 1 2
          construct 1 2
          constructed 1 2 3 4
          construction 1 2
          constructs
          consuming
          contain 1 2
          contained
          container 1 2
          containing 1 2 3 4
          contains 1 2 3
          content
          contents 1 2 3
          context
          continue 1 2
          contour
          contours
          control 1 2 3
          controls 1 2
          convey
          coordinate 1 2
          coordinates 1 2 3 4 5 6
          copies
          copy 1 2 3
          corner
          correspond 1 2 3
          correspondence 1 2
          corresponding 1 2 3 4
          corresponds 1 2 3 4
          corrupt
          cost
          course


          >> +calculation
          calculations 1 2
          called
          calls
          camera 1 2
          cancel 1 2 3
          cannot
          case 1 2 3
          cases
          cause
          cell
          cells 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          center 1 2 3
          centered
          central 1 2
          centred
          certain
          change 1 2 3 4 5 6 7 8
          changed
          changes 1 2 3 4
          channel
          characteristic
          characteristics 1 2
          check 1 2 3 4 5 6 7 8 9 10
          checkbox
          checked 1 2 3 4
          checking
          checkmark
          choice 1 2 3
          choices
          choose 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
          chosen 1 2 3 4 5 6
          circle
          clamp
          click 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
          clicking 1 2
          clip
          clipping 1 2 3
          clips
          clockwise
          clone
          close 1 2
          closed
          color 1 2 3 4 5 6 7 8 9 10 11
          colored 1 2 3
          coloring 1 2 3 4 5
          colors 1 2
          coloured
          column 1 2
          columns
          combine
          combined
          combines
          command 1 2
          common 1 2
          compare
          comparison 1 2
          compatible
          complete
          completely
          complicated
          component 1 2 3 4
          components 1 2 3
          compose
          composed 1 2 3
          composing
          computation
          computed 1 2
          concept
          conditions
          cones
          configuration 1 2
          configure
          confirm 1 2 3
          considered
          consist 1 2
          consisting
          consists 1 2
          construct 1 2
          constructed 1 2 3 4
          construction 1 2
          constructs
          consuming
          contain 1 2
          contained
          container 1 2
          containing 1 2 3 4
          contains 1 2 3
          content
          contents 1 2 3
          context
          continue 1 2
          contour
          contours
          control 1 2 3
          controller
          controls 1 2
          convey
          coordinate 1 2 3
          coordinates 1 2 3 4 5 6
          copies
          copy 1 2 3
          corner
          correspond 1 2 3
          correspondence 1 2
          corresponding 1 2 3 4
          corresponds 1 2 3 4
          corrupt
          cost
          counterclockwise
          course


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf2.htm b/doc/salome/gui/VISU/whgdata/whlstf2.htm index 6a3219c1..afe41c82 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf2.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf2.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -33,11 +33,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          <<

          -create 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
          created 1 2 3 4 5 6 7 8 9 10 11 12
          creating 1 2 3 4 5 6 7 8 9 10
          creation 1 2 3 4 5 6
          cross 1 2 3
          ctrl 1 2
          current 1 2 3 4 5
          cursor 1 2 3
          curve 1 2 3 4 5
          curves 1 2 3 4
          customize
          cut 1 2 3 4 5
          cutting
          cycled
          +create 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
          created 1 2 3 4 5 6 7 8 9 10 11 12
          creating 1 2 3 4 5 6 7 8 9 10
          creation 1 2 3 4 5 6
          cross 1 2 3
          ctrl 1 2 3
          current 1 2 3 4 5 6
          cursor 1 2 3
          curve 1 2 3 4 5
          curves 1 2 3 4
          customize
          cut 1 2 3 4 5
          cutting
          cycled


          -dash
          data 1 2 3 4 5 6 7 8
          decimal
          decrease 1 2 3
          default 1 2 3 4 5 6 7 8 9 10 11 12
          definable
          define 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
          defined 1 2 3 4 5 6 7 8 9 10 11 12
          defines 1 2 3 4 5 6 7 8
          defining 1 2 3 4
          definite 1 2 3 4 5
          definition
          definitions
          deformation
          deformed 1 2 3
          degrees 1 2 3 4
          delete 1 2
          depend
          depending 1 2 3
          depends
          depth
          described
          description
          design
          desktop
          destined 1 2 3
          developed
          diagonal
          dialog 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          diamond
          different 1 2 3 4
          differently
          dimensions 1 2
          direction 1 2 3
          directly
          directory
          disable
          disabled 1 2
          displacement 1 2
          display 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          displayed 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
          displaying 1 2 3 4 5 6
          displays 1 2 3 4 5
          distance 1 2 3 4 5 6
          divide
          divided 1 2
          divisions
          doesn
          don 1 2 3
          dot
          down 1 2
          downward 1 2
          drag 1 2
          dragging
          draw
          drawn 1 2
          dump 1 2 3 4 5
          duplicate
          duplicated
          dynamically 1 2
          +dash
          data 1 2 3 4 5 6 7 8
          decimal
          decrease 1 2 3 4
          default 1 2 3 4 5 6 7 8 9 10 11 12 13
          definable
          define 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
          defined 1 2 3 4 5 6 7 8 9 10 11 12 13
          defines 1 2 3 4 5 6 7 8
          defining 1 2 3 4
          definite 1 2 3 4 5
          definition
          definitions
          deformation
          deformed 1 2 3
          degrees 1 2 3 4 5
          delete 1 2
          depend
          depending 1 2 3
          depends 1 2
          depth
          described
          description 1 2
          design
          desktop
          destined 1 2 3
          developed
          diagonal
          dialog 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          diamond
          different 1 2 3 4
          differently
          dimensions 1 2
          direction 1 2 3 4
          directly
          directory
          disable
          disabled 1 2
          displacement 1 2
          display 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          displayed 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
          displaying 1 2 3 4 5 6
          displays 1 2 3 4 5
          distance 1 2 3 4 5 6
          divide 1 2
          divided 1 2
          divisions
          does
          doesn
          dominant
          don 1 2 3
          dot
          down 1 2 3
          downward 1 2
          drag 1 2
          dragging
          draw
          drawn 1 2
          dump 1 2 3 4 5
          duplicate
          duplicated
          dynamic
          dynamically 1 2


          -e 1 2
          edges 1 2
          edit 1 2 3 4 5 6 7
          editable
          edition
          effect
          either
          elapsed
          element 1 2 3
          elements 1 2 3 4
          else
          empty
          end 1 2 3 4
          ended
          enjoy
          enter 1 2 3 4 5
          entered 1 2
          entities 1 2
          entity


          >> +e 1 2
          edges 1 2
          edit 1 2 3 4 5 6 7
          editable
          edition
          effect
          either
          elapsed
          element 1 2 3
          elements 1 2 3 4
          else
          empty
          end 1 2 3 4
          ended
          enter 1 2 3 4 5
          entered 1 2
          entities 1 2
          entity


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf3.htm b/doc/salome/gui/VISU/whgdata/whlstf3.htm index 579f6fb5..5f71eb93 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf3.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf3.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -35,13 +35,13 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          equal 1 2 3
          erase 1 2 3 4
          erased
          etc
          every 1 2
          everything
          exactly 1 2
          examine
          exceed
          exceeds
          except 1 2
          exist 1 2
          existing 1 2
          exit
          exits
          explore
          export
          exported
          exporting
          exports 1 2 3 4
          expressed
          extended
          extent
          extremities


          -faces 1 2
          factor 1 2 3 4 5 6
          families 1 2
          family 1 2
          fast
          feature 1 2
          features
          field 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
          fields 1 2 3 4 5 6 7 8 9 10 11
          file 1 2 3 4 5 6
          files 1 2 3 4 5
          finding
          finish 1 2
          finished 1 2 3 4 5 6 7 8 9
          first 1 2 3
          fit 1 2 3
          fits
          fixed 1 2
          focal
          folder 1 2
          folders
          following 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          follows 1 2
          font 1 2 3
          format 1 2 3 4
          forming 1 2 3
          forms
          formula
          forth
          forward
          founded
          fps
          frame 1 2 3 4
          frames 1 2 3
          framework
          free
          fully
          function
          functionalities
          functionality 1 2 3 4 5 6 7
          +faces 1 2
          factor 1 2 3 4 5 6
          families 1 2
          family 1 2
          fast
          feature 1 2
          features
          field 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
          fields 1 2 3 4 5 6 7 8 9 10 11
          file 1 2 3 4 5 6
          files 1 2 3 4 5
          finding
          finish 1 2
          finished 1 2 3 4 5 6 7 8 9
          first 1 2 3
          fit 1 2 3
          fits
          fixed 1 2
          focal 1 2
          folder 1 2
          folders
          following 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          follows 1 2 3
          font 1 2 3
          format 1 2 3 4
          forming 1 2 3
          forms
          formula
          forth
          forward 1 2
          founded
          fps
          frame 1 2 3 4
          frames 1 2 3
          framework
          free
          freedom
          fully
          function
          functionalities
          functionality 1 2 3 4 5 6 7


          -g
          gauss 1 2 3 4 5 6 7 8 9
          general
          generate 1 2
          generated 1 2 3 4 5 6
          generates
          generating
          generation 1 2
          geom
          geometrical 1 2 3 4
          geometry
          get 1 2 3
          given 1 2 3 4 5
          gives 1 2 3 4 5 6 7
          gl
          global 1 2 3
          glyph
          glyphs
          graduate
          graduated
          graduation
          graph 1 2
          graphic
          graphical
          graphs 1 2
          greater 1 2 3 4 5
          grey
          grid
          group
          grouped
          groups 1 2
          +g
          gauss 1 2 3 4 5 6 7 8 9 10
          general
          generate 1 2
          generated 1 2 3 4 5 6
          generates
          generating
          generation 1 2
          geom
          geometrical 1 2 3 4
          geometry
          get 1 2 3
          given 1 2 3 4 5
          gives 1 2 3 4 5 6 7
          gl
          global 1 2 3
          glyph
          glyphs
          graduate
          graduated
          graduation
          graph 1 2
          graphic
          graphical
          graphs 1 2
          greater 1 2 3 4 5
          grey
          grid
          group
          grouped
          groups 1 2


          -h
          half
          halves 1 2
          hardware
          having 1 2 3 4
          head
          height 1 2 3
          help
          here 1 2 3 4 5
          hidden
          hide 1 2 3 4 5
          hides 1 2 3
          hiding 1 2
          high
          highest
          highlight
          highlighted 1 2
          hold
          horizontal 1 2 3 4
          how 1 2
          +h
          half
          halves 1 2
          hardware
          having 1 2 3 4
          head 1 2
          height 1 2 3
          help
          here 1 2 3 4 5
          hidden
          hide 1 2 3 4 5
          hides 1 2 3
          hiding 1 2
          high
          highest
          highlight
          highlighted 1 2
          hold
          horizontal 1 2 3 4
          how 1 2


          -i
          icon 1 2 3 4 5 6 7 8 9 10 11
          id 1 2


          >> +i
          icon 1 2 3 4 5 6 7 8 9 10 11
          id 1 2


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf4.htm b/doc/salome/gui/VISU/whgdata/whlstf4.htm index 2168b172..40103f3d 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf4.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf4.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -33,15 +33,15 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          <<

          -if 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
          ijk
          image 1 2 3 4 5
          images
          immediately 1 2 3 4 5 6 7 8 9 10 11 12 13 14
          import 1 2 3 4
          imported 1 2 3 4
          importing 1 2 3
          imposed
          impossible
          inactive 1 2
          included
          including 1 2 3 4
          increase 1 2 3
          independently
          index
          indicated
          indicating
          individually
          info 1 2
          information 1 2 3 4 5 6 7
          initial 1 2 3
          input
          inside 1 2
          insideframe
          inspected 1 2 3
          integration
          intended
          interaction
          interesting
          interpolation
          interval 1 2
          intervals
          introduction
          invert
          iso
          isobaric
          isometric
          item 1 2
          items
          iterations
          +if 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
          ijk
          image 1 2 3 4 5
          images
          immediately 1 2 3 4 5 6 7 8 9 10 11 12 13 14
          import 1 2 3 4
          imported 1 2 3 4
          importing 1 2 3
          imposed
          impossible
          inactive 1 2
          included
          including 1 2 3 4
          increase 1 2 3 4
          increment
          independent
          independently
          index
          indicated
          indicating
          individually
          info 1 2
          information 1 2 3 4 5 6 7
          initial 1 2 3
          input
          inside 1 2
          insideframe
          inspected 1 2 3
          integration
          intended
          interaction 1 2
          interesting
          interpolation
          interval 1 2
          intervals
          introduces
          introduction
          invert
          iso
          isobaric
          isometric
          item 1 2
          items
          iterations


          jpeg 1 2 3 4
          jpg 1 2 3 4 5
          just


          -key
          keyboard 1 2 3
          keys
          +key 1 2
          keyboard 1 2 3 4
          keys 1 2


          -labels 1 2 3 4
          larger
          largest
          last
          latest
          latitude
          launch 1 2
          launching
          layout 1 2
          learn
          least
          left 1 2 3 4 5 6
          leftward
          legend 1 2
          length 1 2 3
          less 1 2
          level
          like 1 2
          limited
          limits
          line 1 2 3 4 5 6 7
          linear 1 2 3
          lined
          lines 1 2 3 4 5 6 7 8 9 10
          list 1 2 3 4 5
          ll 1 2 3
          loaded
          loading
          loads
          local
          located 1 2 3 4 5 6 7 8 9 10 11
          location 1 2 3
          locked
          locking 1 2
          logarithmic 1 2 3
          longitude
          look
          lookout
          lot
          lower 1 2
          lowest
          lying 1 2
          +labels 1 2 3 4
          larger
          largest
          last
          latest
          latitude
          launch 1 2
          launching
          layout 1 2
          learn
          least
          left 1 2 3 4 5 6 7
          leftward
          legend 1 2
          length 1 2 3
          less 1 2
          level
          like 1 2
          limited
          limits
          line 1 2 3 4 5 6 7
          linear 1 2 3
          lined
          lines 1 2 3 4 5 6 7 8 9 10
          list 1 2 3 4 5
          ll 1 2 3
          loaded
          loading
          loads
          local 1 2
          located 1 2 3 4 5 6 7 8 9 10 11
          location 1 2 3
          locked
          locking 1 2 3
          logarithmic 1 2 3
          longitude
          look
          lookout
          lot
          lower 1 2
          lowest
          lying 1 2


          -m
          magnification 1 2
          magnitude 1 2 3
          main 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          major
          make 1 2
          management
          manipulate
          manipulation
          manual 1 2
          manually 1 2 3
          map 1 2
          marked 1 2 3
          marker 1 2
          markers 1 2 3
          marks 1 2
          massless
          matrix 1 2
          max 1 2 3
          maximal
          maximum 1 2 3 4 5 6
          mean 1 2
          meaning
          means
          measured 1 2
          menu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
          menus
          merge
          mesh 1 2 3 4 5 6 7 8 9 10 11 12 13
          meshes 1 2
          methods


          >> +m
          magnification 1 2 3
          magnitude 1 2 3
          main 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          major
          make 1 2
          management
          manipulate 1 2
          manipulation
          manipulations
          manipulator
          manual 1 2
          manually 1 2 3
          map 1 2
          marked 1 2 3
          marker 1 2
          markers 1 2 3
          marks 1 2
          massless
          matrix 1 2
          max 1 2 3
          maximal
          maximum 1 2 3 4 5 6
          mean 1 2
          meaning
          means
          measured 1 2
          menu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
          menus
          merge
          mesh 1 2 3 4 5 6 7 8 9 10 11 12 13
          meshes 1 2
          methods


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf5.htm b/doc/salome/gui/VISU/whgdata/whlstf5.htm index b2b78799..05e26b54 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf5.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf5.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -33,13 +33,13 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          <<

          -might
          min 1 2 3
          minimal
          minimum 1 2 3 4 5
          minor
          mix
          mode 1 2 3 4 5 6 7 8 9
          modes
          modify 1 2
          module 1 2 3 4 5 6 7 8 9 10 11
          modules
          modulus
          moment
          momentarily
          monitor
          mouse 1 2 3 4 5 6 7
          move 1 2
          moved
          movement
          moving
          multiple
          multiplied 1 2 3
          multiply
          +might
          min 1 2 3
          minimal
          minimum 1 2 3 4 5
          minor
          mix
          mode 1 2 3 4 5 6 7 8 9
          model
          models
          modes 1 2
          modify 1 2
          module 1 2 3 4 5 6 7 8 9 10 11
          modules
          modulus
          moment
          momentarily
          monitor
          mouse 1 2 3 4 5 6 7 8
          move 1 2 3
          moved
          movement 1 2
          movements
          moving
          multiple
          multiplied 1 2 3
          multiply 1 2


          -n 1 2 3
          name 1 2 3 4 5 6 7
          names 1 2
          natural
          nb 1 2
          nbrfaces
          necessary 1 2 3
          need
          negative 1 2
          new 1 2 3 4 5 6 7 8 9
          newly
          next 1 2
          nodes
          none 1 2
          normal
          note 1 2 3
          notify
          now 1 2 3
          nth
          null
          number 1 2 3 4 5 6 7 8 9 10 11 12 13
          numbers
          numerical
          +n 1 2 3
          name 1 2 3 4 5 6 7
          names 1 2
          natural
          navigation
          nb 1 2
          nbrfaces
          necessary 1 2 3
          need
          negative 1 2
          new 1 2 3 4 5 6 7 8 9
          newly
          next 1 2
          nodes
          none 1 2
          normal
          note 1 2 3
          notify
          now 1 2 3
          nth
          null
          number 1 2 3 4 5 6 7 8 9 10 11 12 13
          numbers
          numerical


          -object 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
          objects 1 2 3 4 5 6
          observe 1 2
          obtained
          offset
          often
          ok 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
          once 1 2 3 4
          oncells
          one 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          onedges
          onfaces
          onnodes
          opacity
          opaque 1 2
          open 1 2 3 4
          opengl
          opens
          operation 1 2
          operations 1 2 3 4
          opposite
          optimization
          option 1 2 3 4 5 6 7 8 9 10 11
          options 1 2 3 4
          ordinary
          ordinate
          orientate
          orientation 1 2 3 4 5 6 7
          oriented
          origin 1 2 3
          otherwise
          out 1 2 3
          output
          outside
          overview
          own 1 2
          +object 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
          objects 1 2 3 4 5 6 7
          observe 1 2
          obtained
          offset
          often
          ok 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
          once 1 2 3 4
          oncells
          one 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          onedges
          onfaces
          onnodes
          opacity
          opaque 1 2
          open 1 2 3 4
          opengl
          opens
          operation 1 2 3
          operations 1 2 3 4
          opposite
          optimization
          option 1 2 3 4 5 6 7 8 9 10 11
          options 1 2 3 4 5
          ordinary
          ordinate
          orientate
          orientation 1 2 3 4 5 6 7
          oriented
          origin 1 2 3
          otherwise
          out 1 2 3
          output
          outside
          overview
          own 1 2


          -palette
          panning 1 2
          parameter 1 2 3 4
          parameters 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          parent
          parses
          part 1 2 3
          particle
          particular 1 2 3
          parts 1 2 3
          path 1 2
          pause
          paused
          per
          perform
          performed 1 2
          period
          periods
          perpendicular
          personal
          physical
          picking 1 2
          picture
          pictures 1 2
          pixels
          place 1 2 3
          placed
          placement
          plane 1 2 3 4 5
          planes 1 2 3 4 5 6
          plate
          platform 1 2
          play
          plot 1 2 3 4 5 6 7
          plot2d 1 2
          plot2dview
          plots 1 2 3 4 5


          >> +pagedn
          pageup
          palette
          panning 1 2 3
          parameter 1 2 3 4
          parameters 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          parent
          parses
          part 1 2 3
          particle
          particular 1 2 3
          parts 1 2 3
          path 1 2
          pause
          paused
          per
          perform
          performed 1 2
          period
          periods
          perpendicular
          personal


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf6.htm b/doc/salome/gui/VISU/whgdata/whlstf6.htm index 674a7f99..9c347fcf 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf6.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf6.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -33,11 +33,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          <<

          -png 1 2 3 4 5
          point 1 2 3 4 5 6 7 8
          pointers
          points 1 2 3 4 5 6 7 8 9 10 11 12 13
          polyline
          pop 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          position 1 2 3 4 5 6 7 8 9
          positions 1 2
          positive
          possesses
          possibility 1 2
          possible 1 2 3 4
          post 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          preferences 1 2 3 4 5 6
          present
          presentation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
          presentations 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
          presents
          press 1 2 3 4
          pressed 1 2 3
          presume
          preview 1 2 3 4
          previous
          previously 1 2 3 4
          primitive
          primitives 1 2 3 4
          pro 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          problem
          procedure
          process 1 2
          processed 1 2
          processing 1 2
          produced
          produces
          progress 1 2
          progression
          progressive
          prompts
          propagation
          properties 1 2 3 4 5 6 7 8 9 10 11 12
          proportional
          provides 1 2
          pseudo 1 2
          publish
          published
          purpose
          purposes
          put
          pyramid
          pyramids
          python
          +physical
          picking 1 2
          picture
          pictures 1 2
          pixels
          place 1 2 3
          placed
          placement
          plane 1 2 3 4 5
          planes 1 2 3 4 5 6
          plate
          platform 1 2
          play
          plot 1 2 3 4 5 6 7
          plot2d 1 2
          plot2dview
          plots 1 2 3 4 5
          png 1 2 3 4 5
          point 1 2 3 4 5 6 7 8 9
          pointers
          points 1 2 3 4 5 6 7 8 9 10 11 12 13 14
          polyline
          pop 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
          position 1 2 3 4 5 6 7 8 9
          positions 1 2
          positive
          possesses
          possessing
          possibility 1 2
          possible 1 2 3 4 5
          post 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          preferences 1 2 3 4 5 6 7
          present
          presentation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
          presentations 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
          presents
          press 1 2 3 4
          pressed 1 2 3
          presume
          preview 1 2 3 4
          previous
          previously 1 2 3 4 5
          primitive
          primitives 1 2 3 4
          pro 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          problem
          procedure
          process 1 2
          processed 1 2
          processing 1 2
          produced
          produces
          progress 1 2
          progression
          progressive
          prompts
          propagation
          properties 1 2 3 4 5 6 7 8 9 10 11 12
          proportional
          provides 1 2 3
          pseudo 1 2
          publish
          published
          pull
          purpose
          purposes
          push
          put
          pyramid
          pyramids
          python


          quadrangles
          quality
          quit 1 2 3


          -radio 1 2 3
          radius
          rainbow 1 2
          range 1 2 3 4 5 6 7 8 9
          ranged
          ranges
          ranging 1 2 3 4
          rarefied
          rate 1 2
          ratio 1 2 3
          real 1 2 3 4
          record
          recorded
          recording 1 2
          records
          rectangle
          rectangles
          red
          redefine
          reference 1 2
          references
          refining
          regarding
          regimes
          regular 1 2
          related
          relative 1 2 3 4
          relevant 1 2
          relief
          remain
          remote 1 2
          remove
          rename 1 2 3 4
          render 1 2
          rendering 1 2 3
          represent 1 2
          representation 1 2 3 4
          representations
          representative
          represented 1 2 3 4 5
          representing 1 2 3 4 5
          represents 1 2 3 4
          required 1 2 3 4
          requires 1 2
          reset 1 2
          resizes 1 2
          resolution
          resources 1 2
          respective 1 2
          respectively
          restore
          restores
          result 1 2 3
          resulting 1 2 3
          results 1 2 3 4 5
          return 1 2 3
          reuses
          reveals
          reverse


          >> +radio 1 2 3
          radius
          rainbow 1 2
          range 1 2 3 4 5 6 7 8 9
          ranged
          ranges
          ranging 1 2 3 4
          rarefied
          rate 1 2
          ratio 1 2 3 4
          real 1 2 3 4
          record
          recorded
          recording 1 2
          records
          rectangle
          rectangles
          red
          redefine
          reference 1 2
          references
          refining
          regarding
          regimes
          regular 1 2
          related
          relative 1 2 3 4
          relevant 1 2
          relief
          remain
          remote 1 2
          remove
          rename 1 2 3 4
          render 1 2
          rendering 1 2 3
          represent 1 2
          representation 1 2 3 4
          representations
          representative
          represented 1 2 3 4 5
          representing 1 2 3 4 5
          represents 1 2 3 4
          required 1 2 3 4
          requires 1 2
          reset 1 2
          resizes 1 2
          resolution
          resources 1 2
          respective 1 2
          respectively 1 2
          restore
          restores
          result 1 2 3
          resulting 1 2 3
          results 1 2 3 4 5
          return 1 2 3
          reuses
          reveals
          reverse


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf7.htm b/doc/salome/gui/VISU/whgdata/whlstf7.htm index 0dfaeac3..2d86fe7c 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf7.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf7.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -33,9 +33,9 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          <<

          -right 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
          rightward
          rotate 1 2 3
          rotating
          rotation 1 2 3 4 5 6
          rotations 1 2 3
          row 1 2
          running 1 2
          +right 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
          rightward
          rotate 1 2 3 4
          rotating
          rotation 1 2 3 4 5 6 7
          rotations 1 2 3
          row 1 2
          running 1 2


          -s 1 2
          salome 1 2 3 4 5 6 7
          same 1 2 3 4 5 6 7 8
          save 1 2 3 4 5 6 7
          saves
          saving
          scalar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          scale 1 2 3 4 5 6 7 8 9
          scales
          scaling 1 2 3 4 5 6 7 8
          scene 1 2 3 4 5
          script
          search
          second 1 2 3
          secondary
          section 1 2
          see 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
          seen
          segmentation 1 2 3 4
          segments 1 2
          select 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
          selectable
          selected 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          selecting
          selection 1 2 3 4
          semi 1 2
          sensitive
          separate 1 2
          separately 1 2
          serve
          session
          sessions
          set 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          setting 1 2 3 4 5 6 7 8 9 10 11 12
          settings 1 2 3 4 5
          setup
          shader
          shading
          shape 1 2 3 4 5
          shifting
          should 1 2 3 4 5 6 7 8 9 10 11
          show 1 2 3 4 5 6 7 8
          shows 1 2 3 4 5 6 7
          shrink
          side 1 2
          similar 1 2
          simple
          simultaneous
          simultaneously 1 2 3 4
          size 1 2 3 4 5 6 7
          sizes
          slow
          small 1 2
          smaller 1 2
          smallest
          smooth
          smoother
          smoothness 1 2
          so 1 2 3 4
          solid
          solve
          sometimes
          source
          space 1 2 3 4 5 6
          spacing
          special 1 2
          specially
          specified 1 2 3 4
          specify 1 2 3
          specifying
          speed
          spent
          sphere 1 2
          spheres
          spline
          splines
          split
          sprite 1 2
          sprites


          >> +s 1 2
          salome 1 2 3 4 5 6 7 8
          same 1 2 3 4 5 6 7 8 9
          save 1 2 3 4 5 6 7
          saves
          saving
          scalar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          scale 1 2 3 4 5 6 7 8 9
          scales
          scaling 1 2 3 4 5 6 7 8
          scene 1 2 3 4 5
          screen
          script
          search
          second 1 2 3
          secondary
          section 1 2
          see 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
          seen
          segmentation 1 2 3 4
          segments 1 2
          select 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
          selectable
          selected 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          selecting
          selection 1 2 3 4
          semi 1 2
          sensitive
          separate 1 2
          separately 1 2
          serve
          session
          sessions
          set 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          setting 1 2 3 4 5 6 7 8 9 10 11 12
          settings 1 2 3 4 5
          setup
          shader
          shading
          shape 1 2 3 4 5
          shifting
          should 1 2 3 4 5 6 7 8 9 10 11
          show 1 2 3 4 5 6 7 8
          shows 1 2 3 4 5 6 7
          shrink
          side 1 2
          similar 1 2
          simple
          simultaneous
          simultaneously 1 2 3 4
          size 1 2 3 4 5 6 7
          sizes
          slow
          small 1 2
          smaller 1 2
          smallest
          smooth
          smoother
          smoothness 1 2
          so 1 2 3 4
          solid
          solve
          sometimes
          source
          space 1 2 3 4 5 6
          spacemouse
          spacing
          special 1 2
          specially
          specified 1 2 3 4
          specify 1 2 3
          specifying
          speed 1 2
          spent
          sphere 1 2
          spheres
          spline
          splines
          split
          sprite 1 2
          sprites


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf8.htm b/doc/salome/gui/VISU/whgdata/whlstf8.htm index dce8a3cc..6f5e4d8c 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf8.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf8.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -33,11 +33,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          <<

          -stamp 1 2 3 4 5 6 7
          stamps 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          standard 1 2 3 4 5 6 7
          start 1 2 3 4 5
          starting
          state
          step 1 2 3 4
          steps 1 2 3 4
          stop
          store
          stored
          stream
          streamline
          streamlines
          strictly
          structure 1 2 3 4 5
          structured
          study 1 2 3 4 5 6
          style
          subfolder 1 2 3 4 5
          subfolders
          submenu
          submesh 1 2 3 4 5
          submeshes 1 2 3
          substituted
          suggests
          superposition
          surface 1 2 3
          surfaces 1 2
          suspend
          sweep 1 2 3
          sweeping 1 2 3
          switch 1 2
          system 1 2 3
          systematically
          +stamp 1 2 3 4 5 6 7
          stamps 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          standard 1 2 3 4 5 6 7 8
          star
          start 1 2 3 4 5
          starting
          state
          step 1 2 3 4
          steps 1 2 3 4
          stop
          store
          stored
          stream
          streamline
          streamlines
          strictly
          structure 1 2 3 4 5
          structured
          study 1 2 3 4 5 6
          style 1 2
          subfolder 1 2 3 4 5
          subfolders
          submenu
          submesh 1 2 3 4 5
          submeshes 1 2 3
          substituted
          suggests
          superposition
          supported
          surface 1 2 3
          surfaces 1 2
          suspend
          sweep 1 2 3
          sweeping 1 2 3
          switch 1 2 3
          switching
          system 1 2 3 4
          systematically


          -t 1 2 3 4
          tab 1 2 3 4 5 6 7 8 9 10 11 12
          table 1 2 3 4 5 6 7 8 9 10
          tables 1 2 3 4 5 6 7 8
          tail
          take
          taken 1 2 3 4
          takes
          technically
          tensor 1 2
          text 1 2
          texture
          textures
          them 1 2 3 4 5 6 7 8 9
          therefore
          thick
          thin
          thought 1 2
          three 1 2 3 4 5 6 7 8
          threshold
          tick
          time 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          timing
          title 1 2
          titles
          together
          tolerance
          toolbar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
          toolbars
          top 1 2 3
          total
          touch
          touches
          transformation 1 2
          transforming
          translate 1 2 3
          translation 1 2
          transparency 1 2
          transparent 1 2 3
          tree
          triangle
          triangles 1 2
          triangular
          triggers
          trihedron
          truncated
          twice
          two 1 2 3 4 5 6 7 8 9 10 11 12 13
          txt 1 2
          type 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
          types 1 2 3 4 5 6
          +t 1 2 3 4
          tab 1 2 3 4 5 6 7 8 9 10 11 12
          table 1 2 3 4 5 6 7 8 9 10
          tables 1 2 3 4 5 6 7 8
          tail
          take
          taken 1 2 3 4
          takes
          technically
          tensor 1 2
          text 1 2
          texture
          textures
          them 1 2 3 4 5 6 7 8 9 10
          therefore
          thick
          thin
          thought 1 2
          three 1 2 3 4 5 6 7 8
          threshold
          tick
          tilt
          time 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
          timing
          title 1 2
          titles
          together
          toggle
          tolerance
          toolbar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
          toolbars
          top 1 2 3
          total
          touch
          touches
          transformation 1 2
          transforming
          translate 1 2 3
          translation 1 2 3
          transparency 1 2
          transparent 1 2 3
          tree
          triangle
          triangles 1 2
          triangular
          triggers
          trihedron
          truncated
          twice
          two 1 2 3 4 5 6 7 8 9 10 11 12 13
          txt 1 2
          type 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
          types 1 2 3 4 5 6


          -unchecked
          unique
          units 1 2 3
          unwanted
          up 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
          update
          updated 1 2 3 4
          upper
          upward
          usage
          used 1 2 3 4 5 6 7 8 9 10 11 12
          user 1 2 3 4 5 6 7
          using 1 2 3 4 5 6 7 8 9 10 11
          usually


          >> +unchecked
          unique
          units 1 2 3
          unwanted
          up 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
          update
          updated 1 2 3 4
          upper
          upward


          >> diff --git a/doc/salome/gui/VISU/whgdata/whlstf9.htm b/doc/salome/gui/VISU/whgdata/whlstf9.htm index c680f1c3..f570169b 100755 --- a/doc/salome/gui/VISU/whgdata/whlstf9.htm +++ b/doc/salome/gui/VISU/whgdata/whlstf9.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -33,17 +33,17 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

          <<

          - - -v 1 2
          validate
          value 1 2 3 4 5 6 7 8 9 10 11 12 13 14
          values 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
          variable
          variables
          various
          vary
          ve
          vector 1 2 3 4 5 6 7 8 9 10 11 12
          vectors 1 2 3
          verbal
          vertex
          vertical 1 2 3 4
          very 1 2
          via 1 2 3
          video
          view 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          viewer 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
          viewing 1 2
          views 1 2
          visible 1 2 3
          visualisation
          visualised
          visualization 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          visualize 1 2 3
          visualized 1 2
          visualizes
          vtk 1 2 3 4 5
          +usage
          used 1 2 3 4 5 6 7 8 9 10 11 12 13
          user 1 2 3 4 5 6 7 8
          using 1 2 3 4 5 6 7 8 9 10 11 12
          usually
          +

          +v 1 2
          validate
          value 1 2 3 4 5 6 7 8 9 10 11 12 13 14
          values 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
          variable
          variables
          various
          vary
          ve
          vector 1 2 3 4 5 6 7 8 9 10 11 12
          vectors 1 2 3
          verbal
          vertex
          vertical 1 2 3 4
          very 1 2
          via 1 2 3
          video
          view 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
          viewer 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
          viewers
          viewing 1 2
          views 1 2
          visible 1 2 3
          visualisation
          visualised
          visualization 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
          visualize 1 2 3
          visualized 1 2
          visualizes
          vtk 1 2 3 4 5


          -way 1 2 3
          well 1 2
          what
          whatever
          wheel
          while
          whole 1 2
          why
          width 1 2 3 4 5
          will 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
          window 1 2 3 4 5 6
          windows 1 2
          wireframe
          wires
          wish 1 2 3
          within 1 2 3 4
          without 1 2
          would 1 2
          written
          +way 1 2 3
          well 1 2
          what
          whatever
          wheel
          while
          whole 1 2
          why
          width 1 2 3 4 5
          will 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
          window 1 2 3 4 5 6
          windows 1 2
          wireframe
          wires
          wish 1 2 3
          within 1 2 3 4
          without 1 2 3
          would 1 2
          written


          -x 1 2 3 4 5 6 7
          xls 1 2
          xy 1 2 3 4 5 6 7
          +x 1 2 3 4 5 6 7 8
          xls 1 2
          xy 1 2 3 4 5 6 7


          -y 1 2 3 4 5 6
          your 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
          yz 1 2 3
          +y 1 2 3 4 5 6 7
          your 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
          yz 1 2 3


          -z 1 2
          zoom 1 2 3 4 5
          zoomed
          zx 1 2 3


          +z 1 2
          zoom 1 2 3 4 5 6
          zoomed
          zx 1 2 3


          diff --git a/doc/salome/gui/VISU/whgdata/whlstfl0.htm b/doc/salome/gui/VISU/whgdata/whlstfl0.htm index 51555405..83e73c9c 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl0.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl0.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl1.htm b/doc/salome/gui/VISU/whgdata/whlstfl1.htm index 33b656d3..bf4467fc 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl1.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl1.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl10.htm b/doc/salome/gui/VISU/whgdata/whlstfl10.htm index a3896f7f..10f14270 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl10.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl10.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl11.htm b/doc/salome/gui/VISU/whgdata/whlstfl11.htm index e98e14a0..e308cc8b 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl11.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl11.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl12.htm b/doc/salome/gui/VISU/whgdata/whlstfl12.htm index 83854abe..4153b41c 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl12.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl12.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl13.htm b/doc/salome/gui/VISU/whgdata/whlstfl13.htm index ed2033d7..d4206cd0 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl13.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl13.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl14.htm b/doc/salome/gui/VISU/whgdata/whlstfl14.htm index dcb84857..4f79cd51 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl14.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl14.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl15.htm b/doc/salome/gui/VISU/whgdata/whlstfl15.htm index 234827c2..40a1bfa2 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl15.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl15.htm @@ -18,26 +18,26 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> -

          ^ PA PE PH PI PL PN PO PR PS PU PY ^

          +

          ^ PA PE PH PI PL PN PO PR PS PU PY ^

          diff --git a/doc/salome/gui/VISU/whgdata/whlstfl16.htm b/doc/salome/gui/VISU/whgdata/whlstfl16.htm index ddd98e89..b4e89ad2 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl16.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl16.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl17.htm b/doc/salome/gui/VISU/whgdata/whlstfl17.htm index b18750ce..6f291c47 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl17.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl17.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl18.htm b/doc/salome/gui/VISU/whgdata/whlstfl18.htm index 1faf8d03..511d32be 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl18.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl18.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl19.htm b/doc/salome/gui/VISU/whgdata/whlstfl19.htm index 020b8335..4d94b276 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl19.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl19.htm @@ -18,26 +18,26 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> -

          ^ UN UP US ^

          +

          ^ UN UP US ^

          diff --git a/doc/salome/gui/VISU/whgdata/whlstfl2.htm b/doc/salome/gui/VISU/whgdata/whlstfl2.htm index 9c1a5ef7..7c2c3312 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl2.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl2.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl20.htm b/doc/salome/gui/VISU/whgdata/whlstfl20.htm index 37c2a5ab..abf38f8d 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl20.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl20.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl21.htm b/doc/salome/gui/VISU/whgdata/whlstfl21.htm index 34e563ff..5a14316c 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl21.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl21.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl22.htm b/doc/salome/gui/VISU/whgdata/whlstfl22.htm index eeac117e..e1b6da4e 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl22.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl22.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl23.htm b/doc/salome/gui/VISU/whgdata/whlstfl23.htm index aa0b5a89..94482aa3 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl23.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl23.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl24.htm b/doc/salome/gui/VISU/whgdata/whlstfl24.htm index d6b541af..8ff9e6ac 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl24.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl24.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl3.htm b/doc/salome/gui/VISU/whgdata/whlstfl3.htm index bf235fb1..a863ed05 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl3.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl3.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl4.htm b/doc/salome/gui/VISU/whgdata/whlstfl4.htm index 9aeeb1fa..f676795e 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl4.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl4.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl5.htm b/doc/salome/gui/VISU/whgdata/whlstfl5.htm index 58a39c36..46e118ac 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl5.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl5.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl6.htm b/doc/salome/gui/VISU/whgdata/whlstfl6.htm index 3557c196..97555bb9 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl6.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl6.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl7.htm b/doc/salome/gui/VISU/whgdata/whlstfl7.htm index 5fb020d5..af9372ca 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl7.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl7.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl8.htm b/doc/salome/gui/VISU/whgdata/whlstfl8.htm index 965cc774..24dfedc2 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl8.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl8.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstfl9.htm b/doc/salome/gui/VISU/whgdata/whlstfl9.htm index 28f96beb..61acc6fe 100755 --- a/doc/salome/gui/VISU/whgdata/whlstfl9.htm +++ b/doc/salome/gui/VISU/whgdata/whlstfl9.htm @@ -18,20 +18,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstg0.htm b/doc/salome/gui/VISU/whgdata/whlstg0.htm index a9d3f26b..b2621b21 100755 --- a/doc/salome/gui/VISU/whgdata/whlstg0.htm +++ b/doc/salome/gui/VISU/whgdata/whlstg0.htm @@ -18,14 +18,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .glsheader {margin-left:10pt; margin-top:0pt;} .glsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.glsheader {background-color:White; } +.glsheader {margin-top:0pt; } .glsheader {margin-bottom:0pt; } .glsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.glsbody {margin-top:0pt; } .glsbody {margin-bottom:0pt; } .glsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; }A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlsti0.htm b/doc/salome/gui/VISU/whgdata/whlsti0.htm index a3aec907..f3211ffe 100755 --- a/doc/salome/gui/VISU/whgdata/whlsti0.htm +++ b/doc/salome/gui/VISU/whgdata/whlsti0.htm @@ -19,14 +19,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ndxheader {margin-left:10pt; margin-top:0pt;} .ndxbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} - - -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ndxheader {margin-top:0pt; } .ndxheader {margin-bottom:0pt; } .ndxheader {margin-left:9pt; } + +.ndxbody {margin-top:0pt; } .ndxbody {margin-bottom:0pt; } .ndxbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whlstt0.htm b/doc/salome/gui/VISU/whgdata/whlstt0.htm index 3ebf065b..29b2e7bf 100755 --- a/doc/salome/gui/VISU/whgdata/whlstt0.htm +++ b/doc/salome/gui/VISU/whgdata/whlstt0.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,7 +37,7 @@ img {vertial-align:middle;} diff --git a/doc/salome/gui/VISU/whgdata/whlstt1.htm b/doc/salome/gui/VISU/whgdata/whlstt1.htm index 4f4f7440..30d5b51c 100755 --- a/doc/salome/gui/VISU/whgdata/whlstt1.htm +++ b/doc/salome/gui/VISU/whgdata/whlstt1.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,14 +37,14 @@ img {vertial-align:middle;}

          - Post-Pro module
          + Post-Pro module

          diff --git a/doc/salome/gui/VISU/whgdata/whlstt2.htm b/doc/salome/gui/VISU/whgdata/whlstt2.htm index 35c113ec..42bda9c4 100755 --- a/doc/salome/gui/VISU/whgdata/whlstt2.htm +++ b/doc/salome/gui/VISU/whgdata/whlstt2.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,17 +37,17 @@ img {vertial-align:middle;}

          - Post-Pro module
          -    Introduction to Post-Pro
          -    Running Post-Pro
          -    Importing MED files
          -    About the structure of MED objects
          -    3D presentations
          -    Table presentations
          -    XY plots
          + Post-Pro module
          +    Introduction to Post-Pro
          +    Running Post-Pro
          +    Importing MED files
          +    Structure of MED objects
          +    3D presentations
          +    Table presentations
          +    XY plots

          diff --git a/doc/salome/gui/VISU/whgdata/whlstt3.htm b/doc/salome/gui/VISU/whgdata/whlstt3.htm index 2146e8bd..39c2c2d4 100755 --- a/doc/salome/gui/VISU/whgdata/whlstt3.htm +++ b/doc/salome/gui/VISU/whgdata/whlstt3.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,29 +37,29 @@ img {vertial-align:middle;}

          - Post-Pro module
          -    Introduction to Post-Pro
          -    Running Post-Pro
          -    Importing MED files
          -    About the structure of MED objects
          -    3D presentations
          -       Presentation of a submesh
          -       Field presentations
          -       Viewing 3D presentations
          -    Table presentations
          -    XY plots
          + Post-Pro module
          +    Introduction to Post-Pro
          +    Running Post-Pro
          +    Importing MED files
          +    Structure of MED objects
          +    3D presentations
          +       Presentation of a submesh
          +       Field presentations
          +       Viewing 3D presentations
          +    Table presentations
          +    XY plots

          diff --git a/doc/salome/gui/VISU/whgdata/whlstt4.htm b/doc/salome/gui/VISU/whgdata/whlstt4.htm index 042a40a2..76e6f6ff 100755 --- a/doc/salome/gui/VISU/whgdata/whlstt4.htm +++ b/doc/salome/gui/VISU/whgdata/whlstt4.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,37 +37,38 @@ img {vertial-align:middle;}

          - Post-Pro module
          -    Introduction to Post-Pro
          -    Running Post-Pro
          -    Importing MED files
          -    About the structure of MED objects
          -    3D presentations
          -       Presentation of a submesh
          -       Field presentations
          -          Creating field presentations
          -          Scalar Map presentation
          -          Iso Surfaces presentation
          -          Cut Lines presentation
          -          Cut Planes presentation
          -          Deformed Shape presentation
          -          Vectors Presentation
          -          Stream Lines presentation
          -          Scalar Map on Deformed Shape presentation
          -          Plot 3D presentation
          -          Animating presentations
          -          Gauss Points Presentations
          -       Viewing 3D presentations
          -    Table presentations
          -    XY plots
          + Post-Pro module
          +    Introduction to Post-Pro
          +    Running Post-Pro
          +    Importing MED files
          +    Structure of MED objects
          +    3D presentations
          +       Presentation of a submesh
          +       Field presentations
          +          Creating field presentations
          +          Scalar Map presentation
          +          Iso Surfaces presentation
          +          Cut Lines presentation
          +          Cut Planes presentation
          +          Deformed Shape presentation
          +          Vectors Presentation
          +          Stream Lines presentation
          +          Scalar Map on Deformed Shape presentation
          +          Plot 3D presentation
          +          Animating presentations
          +          Gauss Points Presentations
          +       Viewing 3D presentations
          +    Table presentations
          +    XY plots

          diff --git a/doc/salome/gui/VISU/whgdata/whlstt5.htm b/doc/salome/gui/VISU/whgdata/whlstt5.htm index 383260ea..84de93e9 100755 --- a/doc/salome/gui/VISU/whgdata/whlstt5.htm +++ b/doc/salome/gui/VISU/whgdata/whlstt5.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,23 +37,23 @@ img {vertial-align:middle;}

          - Post-Pro module
          -    Introduction to Post-Pro
          -    Running Post-Pro
          -    Importing MED files
          -    About the structure of MED objects
          -    3D presentations
          -       Presentation of a submesh
          -       Field presentations
          -          Creating field presentations
          -          Scalar Map presentation
          -          Iso Surfaces presentation
          -          Cut Lines presentation
          -          Cut Planes presentation
          -          Deformed Shape presentation
          -          Vectors Presentation
          -          Stream Lines presentation
          -          Scalar Map on Deformed Shape presentation
          -          Plot 3D presentation
          -          Animating presentations
          -          Gauss Points Presentations
          -             Creating a Gauss Points Presentation
          -             Primitive Types
          -             Types of Gauss Points Presentations
          -             Scalar Bar
          -             Gauss Viewer
          -             Picking
          -             Segmentation
          -             Recording in Gauss Viewer
          -       Viewing 3D presentations
          -    Table presentations
          -    XY plots
          + Post-Pro module
          +    Introduction to Post-Pro
          +    Running Post-Pro
          +    Importing MED files
          +    Structure of MED objects
          +    3D presentations
          +       Presentation of a submesh
          +       Field presentations
          +          Creating field presentations
          +          Scalar Map presentation
          +          Iso Surfaces presentation
          +          Cut Lines presentation
          +          Cut Planes presentation
          +          Deformed Shape presentation
          +          Vectors Presentation
          +          Stream Lines presentation
          +          Scalar Map on Deformed Shape presentation
          +          Plot 3D presentation
          +          Animating presentations
          +          Gauss Points Presentations
          +             Creating a Gauss Points Presentation
          +             Primitive Types
          +             Types of Gauss Points Presentations
          +             Scalar Bar
          +             Gauss Viewer
          +             Navigation in the Gauss viewer
          +             Picking
          +             Segmentation
          +             Recording in Gauss Viewer
          +       Viewing 3D presentations
          +    Table presentations
          +    XY plots

          diff --git a/doc/salome/gui/VISU/whgdata/whlstt6.htm b/doc/salome/gui/VISU/whgdata/whlstt6.htm index bef39bd4..6f1e3682 100755 --- a/doc/salome/gui/VISU/whgdata/whlstt6.htm +++ b/doc/salome/gui/VISU/whgdata/whlstt6.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,18 +37,18 @@ img {vertial-align:middle;}

          - Post-Pro module
          -    Introduction to Post-Pro
          -    Running Post-Pro
          -    Importing MED files
          -    About the structure of MED objects
          -    3D presentations
          -       Presentation of a submesh
          -       Field presentations
          -       Viewing 3D presentations
          -          Viewing 3D Presentations
          -          VTK 3D Viewer
          -          Translate Presentation
          -          Clipping
          -          Sweeping
          -          Selection Info
          -    Table presentations
          -    XY plots
          + Post-Pro module
          +    Introduction to Post-Pro
          +    Running Post-Pro
          +    Importing MED files
          +    Structure of MED objects
          +    3D presentations
          +       Presentation of a submesh
          +       Field presentations
          +       Viewing 3D presentations
          +          Viewing 3D Presentations
          +          VTK 3D Viewer
          +          Translate Presentation
          +          Clipping
          +          Sweeping
          +          Selection Info
          +    Table presentations
          +    XY plots

          diff --git a/doc/salome/gui/VISU/whgdata/whlstt7.htm b/doc/salome/gui/VISU/whgdata/whlstt7.htm index e50f7015..cd77cd3e 100755 --- a/doc/salome/gui/VISU/whgdata/whlstt7.htm +++ b/doc/salome/gui/VISU/whgdata/whlstt7.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,18 +37,19 @@ img {vertial-align:middle;}

          - Post-Pro module
          -    Introduction to Post-Pro
          -    Running Post-Pro
          -    Importing MED files
          -    About the structure of MED objects
          -    3D presentations
          -    Table presentations
          -       About tables
          -       Importing/exporting tables
          -       Displaying tables
          -       Creating tables from Cut Lines presentations
          -    XY plots
          + Post-Pro module
          +    Introduction to Post-Pro
          +    Running Post-Pro
          +    Importing MED files
          +    Structure of MED objects
          +    3D presentations
          +    Table presentations
          +       About tables
          +       Importing/exporting tables
          +       Displaying tables
          +       Creating tables from Cut Lines presentations
          +    XY plots

          diff --git a/doc/salome/gui/VISU/whgdata/whnvl31.htm b/doc/salome/gui/VISU/whgdata/whnvl31.htm index 870e98ef..0b07308b 100755 --- a/doc/salome/gui/VISU/whgdata/whnvl31.htm +++ b/doc/salome/gui/VISU/whgdata/whnvl31.htm @@ -19,20 +19,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ndxheader {margin-left:10pt; margin-top:0pt;} .ndxbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} +.ndxheader {margin-top:0pt; } .ndxheader {margin-bottom:0pt; } .ndxheader {margin-left:9pt; } - -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ndxbody {margin-top:0pt; } .ndxbody {margin-bottom:0pt; } .ndxbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whnvl32.htm b/doc/salome/gui/VISU/whgdata/whnvl32.htm index dd2fd0c0..8af9979c 100755 --- a/doc/salome/gui/VISU/whgdata/whnvl32.htm +++ b/doc/salome/gui/VISU/whgdata/whnvl32.htm @@ -19,20 +19,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whnvl33.htm b/doc/salome/gui/VISU/whgdata/whnvl33.htm index f3659d1c..e3c66ee7 100755 --- a/doc/salome/gui/VISU/whgdata/whnvl33.htm +++ b/doc/salome/gui/VISU/whgdata/whnvl33.htm @@ -19,20 +19,20 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .glsheader {margin-left:10pt; margin-top:0pt;} .glsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.glsheader {background-color:White; } +.glsheader {margin-top:0pt; } .glsheader {margin-bottom:0pt; } .glsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.glsbody {margin-top:0pt; } .glsbody {margin-bottom:0pt; } .glsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; }A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> diff --git a/doc/salome/gui/VISU/whgdata/whnvt30.htm b/doc/salome/gui/VISU/whgdata/whnvt30.htm index 35e6ef5b..f7b81b62 100755 --- a/doc/salome/gui/VISU/whgdata/whnvt30.htm +++ b/doc/salome/gui/VISU/whgdata/whnvt30.htm @@ -23,12 +23,12 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .pn {} .pr {} -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } img {vertial-align:middle;} --> @@ -37,7 +37,7 @@ img {vertial-align:middle;}

          - Post-Pro module
          -    Introduction to Post-Pro
          -    Running Post-Pro
          -    Importing MED files
          -    About the structure of MED objects
          -    3D presentations
          -    Table presentations
          -    XY plots
          -       Creating curves
          -       Creating XY plots
          -       Plot2D Viewer
          -       Setting properties of XY plots
          + Post-Pro module
          +    Introduction to Post-Pro
          +    Running Post-Pro
          +    Importing MED files
          +    Structure of MED objects
          +    3D presentations
          +    Table presentations
          +    XY plots
          +       Creating curves
          +       Creating XY plots
          +       Plot2D Viewer
          +       Setting properties of XY plots
          +       Access to Post-Pro module functionality from Python (using VISU_Gen.idl)

          - +
          diff --git a/doc/salome/gui/VISU/whgdata/whnvt31.htm b/doc/salome/gui/VISU/whgdata/whnvt31.htm index 53dd7e91..37ae8365 100755 --- a/doc/salome/gui/VISU/whgdata/whnvt31.htm +++ b/doc/salome/gui/VISU/whgdata/whnvt31.htm @@ -19,14 +19,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ndxheader {margin-left:10pt; margin-top:0pt;} .ndxbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} +.ndxheader {margin-top:0pt; } .ndxheader {margin-bottom:0pt; } .ndxheader {margin-left:9pt; } - -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ndxbody {margin-top:0pt; } .ndxbody {margin-bottom:0pt; } .ndxbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -35,7 +35,7 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
          - +
          diff --git a/doc/salome/gui/VISU/whgdata/whnvt32.htm b/doc/salome/gui/VISU/whgdata/whnvt32.htm index 464a4cc4..fc4ee7e1 100755 --- a/doc/salome/gui/VISU/whgdata/whnvt32.htm +++ b/doc/salome/gui/VISU/whgdata/whnvt32.htm @@ -19,14 +19,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .ftsheader {margin-left:10pt; margin-top:0pt;} .ftsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.ftsheader {background-color:White; } +.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -35,7 +35,7 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
          - +
          diff --git a/doc/salome/gui/VISU/whgdata/whnvt33.htm b/doc/salome/gui/VISU/whgdata/whnvt33.htm index eb46f192..54c74208 100755 --- a/doc/salome/gui/VISU/whgdata/whnvt33.htm +++ b/doc/salome/gui/VISU/whgdata/whnvt33.htm @@ -19,14 +19,14 @@ A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; te .glsheader {margin-left:10pt; margin-top:0pt;} .glsbody {margin-left:10pt; margin-top:0pt;} .inactive {color:#666666;} -.glsheader {background-color:White; } +.glsheader {margin-top:0pt; } .glsheader {margin-bottom:0pt; } .glsheader {margin-left:9pt; } -body {background-color:White; } -p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } -A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } -A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } -A:active {background-color:Silver; } -A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } +.glsbody {margin-top:0pt; } .glsbody {margin-bottom:0pt; } .glsbody {margin-left:9pt; } +p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } +A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } +A:visited {color:#000000; } A:visited {font-family:Arial; }A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } +A:active {background-color:#cccccc; } +A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } --> @@ -35,7 +35,7 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
          - +
          diff --git a/doc/salome/gui/VISU/whgdef.htm b/doc/salome/gui/VISU/whgdef.htm index ae435749..347e82bc 100755 --- a/doc/salome/gui/VISU/whgdef.htm +++ b/doc/salome/gui/VISU/whgdef.htm @@ -80,9 +80,9 @@ if (window.gbWhMsg&&window.gbWhUtil&&window.gbWhProxy&&window.gbWhVer) window.onload=window_OnLoad; window.onunload = window_Unload; goGloFont=new whFont("Verdana", "8pt", "#000000", "normal", "normal", "none"); - setBackgroundcolor("White"); - setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none"); + + setFont("Normal", "Arial","9pt","#000000","normal","normal","none"); GDefWriteClassStyle(); RegisterListener2(this, WH_MSG_SHOWGLODEF); var sDefHead = "

          "; diff --git a/doc/salome/gui/VISU/whgdhtml.htm b/doc/salome/gui/VISU/whgdhtml.htm index 6ffb2947..6d36f529 100755 --- a/doc/salome/gui/VISU/whgdhtml.htm +++ b/doc/salome/gui/VISU/whgdhtml.htm @@ -132,9 +132,9 @@ function onSendMessage(oMsg) if(window.gbWhVer&&window.gbWhMsg&&window.gbWhUtil&&window.gbWhProxy) { goTitleFont=new whFont("Arial","9pt","#000000","normal","normal","none"); - setFont("Title", "Tahoma","8pt","Navy","Normal","Normal","none"); + setFont("Title", "Arial","9pt","#000000","normal","normal","none"); + - setBackgroundcolor("White"); window.onresize=window_OnResize; window.onload=window_OnLoad; window.onunload=window_Unload; diff --git a/doc/salome/gui/VISU/whibody.htm b/doc/salome/gui/VISU/whibody.htm index a279fa88..d95ca0a2 100755 --- a/doc/salome/gui/VISU/whibody.htm +++ b/doc/salome/gui/VISU/whibody.htm @@ -258,14 +258,14 @@ function _BSPSGetClientSize() if (window.gbWhIHost) { - setBackgroundcolor("White"); - - setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none"); - setFont("Empty", "Tahoma","8pt","Black","Normal","Normal","none"); - setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline"); - setActiveBgColor("Silver"); + setFont("Normal", "Arial","9pt","#000000","normal","normal","none"); + setFont("Empty", "Arial","9pt","#000000","normal","normal","none"); + setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline"); + setActiveBgColor("#cccccc"); + setMargin("0pt"); + setIndent("9pt"); IndexWriteClassStyle(); } else diff --git a/doc/salome/gui/VISU/whidhtml.htm b/doc/salome/gui/VISU/whidhtml.htm index 945fdc8f..72400e6e 100755 --- a/doc/salome/gui/VISU/whidhtml.htm +++ b/doc/salome/gui/VISU/whidhtml.htm @@ -15,9 +15,9 @@ if (window.gbWhProxy&&window.gbWhMsg&&window.gbWhVer) { var strWrite; if (gbMac) - strWrite=""; + strWrite=""; else - strWrite=""; + strWrite=""; strWrite +=""; strWrite +=""; strWrite +=""; diff --git a/doc/salome/gui/VISU/whiform.htm b/doc/salome/gui/VISU/whiform.htm index 76674d78..563bc3c3 100755 --- a/doc/salome/gui/VISU/whiform.htm +++ b/doc/salome/gui/VISU/whiform.htm @@ -70,14 +70,14 @@ if (window.gbWhForm) gsTitle = "Type in the keyword to find:"; gsTitle = "Type in the keyword to find:"; - setBackgroundcolor("White"); - setBtnType("none"); + + setGoText("Go"); - setFont("Title", "Tahoma","8pt","Navy","Normal","Normal","none"); + setFont("Title", "Arial","9pt","#000000","normal","normal","none"); document.write(getFormHTML()); diff --git a/doc/salome/gui/VISU/whnjs.htm b/doc/salome/gui/VISU/whnjs.htm index a9cca936..b32d1eca 100755 --- a/doc/salome/gui/VISU/whnjs.htm +++ b/doc/salome/gui/VISU/whnjs.htm @@ -1,6 +1,6 @@ -Post-Pro Reference Manual +Post-Pro Module Reference Manual diff --git a/doc/salome/gui/VISU/whres.xml b/doc/salome/gui/VISU/whres.xml index f3f010a3..89ee8b32 100755 --- a/doc/salome/gui/VISU/whres.xml +++ b/doc/salome/gui/VISU/whres.xml @@ -188,69 +188,69 @@ - - + + - + - - - - + + + + - - + + - - - + + +

          - + <title name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> <button normal="" hover="" /> - <editwith value="20" /> + <editwith value="28" /> </form> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> - <empty name="" size="8pt" color="" style="" weight="" decoration="" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> + <empty name="Arial" size="9pt" color="#666666" style="normal" weight="normal" decoration="none" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </index> <fts> <form> <fonts> - <title name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" /> + <title name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> <button normal="" hover="" /> - <editwith value="20" /> + <editwith value="28" /> </form> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> - <error name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> + <error name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </fts> <glossary> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </glossary> </paneskin> </resource> \ No newline at end of file diff --git a/doc/salome/gui/VISU/whrstart.ico b/doc/salome/gui/VISU/whrstart.ico deleted file mode 100755 index bffcd6eb..00000000 Binary files a/doc/salome/gui/VISU/whrstart.ico and /dev/null differ diff --git a/doc/salome/gui/VISU/whskin_banner.htm b/doc/salome/gui/VISU/whskin_banner.htm deleted file mode 100755 index 39ed797e..00000000 --- a/doc/salome/gui/VISU/whskin_banner.htm +++ /dev/null @@ -1,49 +0,0 @@ -<html> -<head> -<title>About WebHelp                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - -
          -

          Macromedia

          -

          Copyright © 1992 - 2004, eHelp Corporation

          -

          Author: eHelp Corporation

          -
          -

          Powered by: WebHelp 5.50 -
          Generated by: RoboHelp X5 -
          www.ehelp.com

          -
          - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/whskin_frmset01.htm b/doc/salome/gui/VISU/whskin_frmset01.htm deleted file mode 100755 index 3b8d56ad..00000000 --- a/doc/salome/gui/VISU/whskin_frmset01.htm +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/whskin_frmset010.htm b/doc/salome/gui/VISU/whskin_frmset010.htm deleted file mode 100755 index 8a02235c..00000000 --- a/doc/salome/gui/VISU/whskin_frmset010.htm +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/whskin_homepage.htm b/doc/salome/gui/VISU/whskin_homepage.htm index a946b8eb..a401b3a4 100755 --- a/doc/salome/gui/VISU/whskin_homepage.htm +++ b/doc/salome/gui/VISU/whskin_homepage.htm @@ -1,40 +1,34 @@ - - - Post-Pro Reference Manual - - - - - - - + +Post-Pro Module Reference Manual - + + + + + + + - - - - - - - - - - \ No newline at end of file + + + + diff --git a/doc/salome/gui/VISU/whskin_info.htm b/doc/salome/gui/VISU/whskin_info.htm index a83e95ca..6b7c6525 100755 --- a/doc/salome/gui/VISU/whskin_info.htm +++ b/doc/salome/gui/VISU/whskin_info.htm @@ -7,9 +7,9 @@

          WebHelp 5.50 System Info

          - - - + + + diff --git a/doc/salome/gui/VISU/whskin_mbars.htm b/doc/salome/gui/VISU/whskin_mbars.htm deleted file mode 100755 index c4fa48af..00000000 --- a/doc/salome/gui/VISU/whskin_mbars.htm +++ /dev/null @@ -1,59 +0,0 @@ - - - WebHelp Navigation Mini-bar - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/whskin_papplet.htm b/doc/salome/gui/VISU/whskin_papplet.htm deleted file mode 100755 index 5f8296ad..00000000 --- a/doc/salome/gui/VISU/whskin_papplet.htm +++ /dev/null @@ -1,360 +0,0 @@ - - -Navigation Pane - - - - - - - - - - - - - - - - - - diff --git a/doc/salome/gui/VISU/whskin_pdhtml.htm b/doc/salome/gui/VISU/whskin_pdhtml.htm deleted file mode 100755 index 763aa142..00000000 --- a/doc/salome/gui/VISU/whskin_pdhtml.htm +++ /dev/null @@ -1,64 +0,0 @@ - - - Navigation Pane - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/whskin_pickup.htm b/doc/salome/gui/VISU/whskin_pickup.htm index 1f1af7fc..816fc705 100755 --- a/doc/salome/gui/VISU/whskin_pickup.htm +++ b/doc/salome/gui/VISU/whskin_pickup.htm @@ -198,14 +198,14 @@ goFont=new whFont("Verdana","8pt","#000000","normal","normal","none"); goHoverFont=new whFont("Verdana","8pt","#666666","normal","normal","none"); -setBackgroundcolor("White"); -setFont("Table", "Tahoma","8pt","Navy","Normal","Normal","none"); -setListBackgroundcolor("White"); -setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none"); -setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline"); -setActiveBgColor("Silver"); +setFont("Table", "Arial","9pt","#000000","normal","normal","none"); + + +setFont("Normal", "Arial","9pt","#000000","normal","normal","none"); +setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline"); +setActiveBgColor("#cccccc"); window.onload=window_OnLoad; window.onresize = window_onResize; diff --git a/doc/salome/gui/VISU/whskin_plist.htm b/doc/salome/gui/VISU/whskin_plist.htm deleted file mode 100755 index f7cf6d1d..00000000 --- a/doc/salome/gui/VISU/whskin_plist.htm +++ /dev/null @@ -1,238 +0,0 @@ - - - Navigation Pane - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/whskin_tbars.htm b/doc/salome/gui/VISU/whskin_tbars.htm deleted file mode 100755 index 6cb49023..00000000 --- a/doc/salome/gui/VISU/whskin_tbars.htm +++ /dev/null @@ -1,101 +0,0 @@ - - - WebHelp Navigation Toolbar - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/VISU/whst_topics.xml b/doc/salome/gui/VISU/whst_topics.xml deleted file mode 100755 index 6dce9986..00000000 --- a/doc/salome/gui/VISU/whst_topics.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - -";]]> - - - - -"]]> - - - - -"; -OutputInTopicNavBarDataWebSearch.form();]]> - - - - - - - - - - -";]]> - - - diff --git a/doc/salome/gui/VISU/whstart.ico b/doc/salome/gui/VISU/whstart.ico deleted file mode 100755 index 365eceac..00000000 Binary files a/doc/salome/gui/VISU/whstart.ico and /dev/null differ diff --git a/doc/salome/gui/VISU/whstart.js b/doc/salome/gui/VISU/whstart.js index e7b94c46..dabc1899 100755 --- a/doc/salome/gui/VISU/whstart.js +++ b/doc/salome/gui/VISU/whstart.js @@ -31,8 +31,8 @@ function delayReload() } } -var gsToolbarOrder = "toc|fts|glo|blankblock|searchform|banner"; -var gsMinibarOrder = "blankblock|hide2|"; +var gsToolbarOrder = ""; +var gsMinibarOrder = ""; var gsTopic = "files/introduction.htm"; var PANE_OPT_SEARCH = 1; diff --git a/doc/salome/gui/VISU/wht_abge.jpg b/doc/salome/gui/VISU/wht_abge.jpg deleted file mode 100755 index 5e816c94..00000000 Binary files a/doc/salome/gui/VISU/wht_abge.jpg and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_abgi.jpg b/doc/salome/gui/VISU/wht_abgi.jpg deleted file mode 100755 index bfedc68d..00000000 Binary files a/doc/salome/gui/VISU/wht_abgi.jpg and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_abgw.jpg b/doc/salome/gui/VISU/wht_abgw.jpg deleted file mode 100755 index 95af21f8..00000000 Binary files a/doc/salome/gui/VISU/wht_abgw.jpg and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_abte.jpg b/doc/salome/gui/VISU/wht_abte.jpg deleted file mode 100755 index a5638fab..00000000 Binary files a/doc/salome/gui/VISU/wht_abte.jpg and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_abti.jpg b/doc/salome/gui/VISU/wht_abti.jpg deleted file mode 100755 index 14ac68ca..00000000 Binary files a/doc/salome/gui/VISU/wht_abti.jpg and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_abtw.jpg b/doc/salome/gui/VISU/wht_abtw.jpg deleted file mode 100755 index 46e68b15..00000000 Binary files a/doc/salome/gui/VISU/wht_abtw.jpg and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_fts_h.gif b/doc/salome/gui/VISU/wht_fts_h.gif deleted file mode 100755 index feb79ae8..00000000 Binary files a/doc/salome/gui/VISU/wht_fts_h.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_fts_n.gif b/doc/salome/gui/VISU/wht_fts_n.gif deleted file mode 100755 index 8483be43..00000000 Binary files a/doc/salome/gui/VISU/wht_fts_n.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_glo_h.gif b/doc/salome/gui/VISU/wht_glo_h.gif deleted file mode 100755 index 12223e5c..00000000 Binary files a/doc/salome/gui/VISU/wht_glo_h.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_glo_n.gif b/doc/salome/gui/VISU/wht_glo_n.gif deleted file mode 100755 index 32803ebd..00000000 Binary files a/doc/salome/gui/VISU/wht_glo_n.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_go.gif b/doc/salome/gui/VISU/wht_go.gif deleted file mode 100755 index 106f1d16..00000000 Binary files a/doc/salome/gui/VISU/wht_go.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_hide.gif b/doc/salome/gui/VISU/wht_hide.gif deleted file mode 100755 index 6ec602dc..00000000 Binary files a/doc/salome/gui/VISU/wht_hide.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_idx_h.gif b/doc/salome/gui/VISU/wht_idx_h.gif deleted file mode 100755 index 2df1b16a..00000000 Binary files a/doc/salome/gui/VISU/wht_idx_h.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_idx_n.gif b/doc/salome/gui/VISU/wht_idx_n.gif deleted file mode 100755 index fd193a0f..00000000 Binary files a/doc/salome/gui/VISU/wht_idx_n.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_logo1.gif b/doc/salome/gui/VISU/wht_logo1.gif deleted file mode 100755 index 2ef5700f..00000000 Binary files a/doc/salome/gui/VISU/wht_logo1.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_logo2.gif b/doc/salome/gui/VISU/wht_logo2.gif deleted file mode 100755 index 2ac62e86..00000000 Binary files a/doc/salome/gui/VISU/wht_logo2.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_next.gif b/doc/salome/gui/VISU/wht_next.gif deleted file mode 100755 index 8ea834d5..00000000 Binary files a/doc/salome/gui/VISU/wht_next.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_next_g.gif b/doc/salome/gui/VISU/wht_next_g.gif deleted file mode 100755 index c0e97584..00000000 Binary files a/doc/salome/gui/VISU/wht_next_g.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_prev.gif b/doc/salome/gui/VISU/wht_prev.gif deleted file mode 100755 index b7eaba83..00000000 Binary files a/doc/salome/gui/VISU/wht_prev.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_prev_g.gif b/doc/salome/gui/VISU/wht_prev_g.gif deleted file mode 100755 index 86479091..00000000 Binary files a/doc/salome/gui/VISU/wht_prev_g.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_spac.gif b/doc/salome/gui/VISU/wht_spac.gif deleted file mode 100755 index fc256098..00000000 Binary files a/doc/salome/gui/VISU/wht_spac.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_sync.gif b/doc/salome/gui/VISU/wht_sync.gif deleted file mode 100755 index 0ef17473..00000000 Binary files a/doc/salome/gui/VISU/wht_sync.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab0.gif b/doc/salome/gui/VISU/wht_tab0.gif deleted file mode 100755 index 955c42f4..00000000 Binary files a/doc/salome/gui/VISU/wht_tab0.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab1.gif b/doc/salome/gui/VISU/wht_tab1.gif deleted file mode 100755 index b3ec41d6..00000000 Binary files a/doc/salome/gui/VISU/wht_tab1.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab2.gif b/doc/salome/gui/VISU/wht_tab2.gif deleted file mode 100755 index 08fb0ce4..00000000 Binary files a/doc/salome/gui/VISU/wht_tab2.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab3.gif b/doc/salome/gui/VISU/wht_tab3.gif deleted file mode 100755 index 1819c8e8..00000000 Binary files a/doc/salome/gui/VISU/wht_tab3.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab4.gif b/doc/salome/gui/VISU/wht_tab4.gif deleted file mode 100755 index 1a6fc4f4..00000000 Binary files a/doc/salome/gui/VISU/wht_tab4.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab5.gif b/doc/salome/gui/VISU/wht_tab5.gif deleted file mode 100755 index 93401926..00000000 Binary files a/doc/salome/gui/VISU/wht_tab5.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab6.gif b/doc/salome/gui/VISU/wht_tab6.gif deleted file mode 100755 index fe312d23..00000000 Binary files a/doc/salome/gui/VISU/wht_tab6.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab7.gif b/doc/salome/gui/VISU/wht_tab7.gif deleted file mode 100755 index 3b95ae24..00000000 Binary files a/doc/salome/gui/VISU/wht_tab7.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_tab8.gif b/doc/salome/gui/VISU/wht_tab8.gif deleted file mode 100755 index c80acc8d..00000000 Binary files a/doc/salome/gui/VISU/wht_tab8.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_toc1.gif b/doc/salome/gui/VISU/wht_toc1.gif deleted file mode 100755 index 515c352d..00000000 Binary files a/doc/salome/gui/VISU/wht_toc1.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_toc2.gif b/doc/salome/gui/VISU/wht_toc2.gif deleted file mode 100755 index 2e3d6c8f..00000000 Binary files a/doc/salome/gui/VISU/wht_toc2.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_toc3.gif b/doc/salome/gui/VISU/wht_toc3.gif deleted file mode 100755 index 330f3691..00000000 Binary files a/doc/salome/gui/VISU/wht_toc3.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_toc4.gif b/doc/salome/gui/VISU/wht_toc4.gif deleted file mode 100755 index 3f9a0368..00000000 Binary files a/doc/salome/gui/VISU/wht_toc4.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_toc_h.gif b/doc/salome/gui/VISU/wht_toc_h.gif deleted file mode 100755 index fe20f686..00000000 Binary files a/doc/salome/gui/VISU/wht_toc_h.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_toc_n.gif b/doc/salome/gui/VISU/wht_toc_n.gif deleted file mode 100755 index ce283101..00000000 Binary files a/doc/salome/gui/VISU/wht_toc_n.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_ws.gif b/doc/salome/gui/VISU/wht_ws.gif deleted file mode 100755 index 563db8bf..00000000 Binary files a/doc/salome/gui/VISU/wht_ws.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/wht_ws_g.gif b/doc/salome/gui/VISU/wht_ws_g.gif deleted file mode 100755 index 3056b754..00000000 Binary files a/doc/salome/gui/VISU/wht_ws_g.gif and /dev/null differ diff --git a/doc/salome/gui/VISU/whtbar.js b/doc/salome/gui/VISU/whtbar.js deleted file mode 100755 index 08b19e5e..00000000 --- a/doc/salome/gui/VISU/whtbar.js +++ /dev/null @@ -1,2043 +0,0 @@ -// WebHelp 5.10.006 -var gaButtons=new Array(); -var gaTypes=new Array(); -var gaBtnBgColor=new Array(); -var gaSelBtnBgColor=new Array(); -var gaOrders=null; -var gaObjBtns=new Array(); -var BTN_TEXT=1; -var BTN_IMG=2; -var BTN_IMG_TOP=4 -var BTN_IMG_BOTTOM=8; -var BTN_IMG_LEFT=16; -var BTN_IMG_RIGHT=32; -var gsAlign="left"; -var gsBgImage=""; -var gsBgColor="#99ccff"; -var gsShadow="#cccccc"; -var gsTBBgImage=""; -var gnShowHideStyle=0; -var goTocInfo=null; -var gbTocInfoInited=false; -var goWebSearch=null; -var gsTBFontFamily="Arial"; -var gsTBFontSize="xx-small"; -var gsTBFontColor="#003063"; -var gsTBDarkColor="#808080"; -var gsTBLightColor="#FFFAFA"; -var gsTBSelectedBgColor="#639ace"; -var gsTBFontSelectedColor="#ffffff"; -var gaOnLoads=new Array(); -var goWebSearchEnable=true; - -var goShow=null; -var goHide=null; -var goHide2=null; -var goSync=null; - -var goToc=null; -var goIdx=null; -var goFts=null; -var goGlo=null; -var goNext=null; -var goPrev=null; - -var LAYOUT=1; -var HLAYOUT=0; -var VLAYOUT=1; -var ALIGN=2; -var BALIGN=0; -var EALIGN=2; -var goEl=null; -var gnRE=0; - -var gnButtonLayout=0; -var gnShowHide=-1; - -var gbEqualSize=false; -var goCusButton=new Array(); -var gsBtnStyle=""; -var gaAvenues=null; -var gsCurAveName=""; - -var gsIToc=null; -var gsITocS=null; -var gsIIndex=null; -var gsIIndexS=null; -var gsISearch=null; -var gsISearchS=null; -var gsIGlossary=null; -var gsIGlossaryS=null; -var gsIBanner=null; -var gsIGo=null; - -var gsIHide=null; -var gsIPrev=null; -var gsINext=null; -var gsISync=null; -var gsINextD=null; -var gsIPrevD=null; -var gsIWebSearch=null; -var gsIWebSearchD=null; - -var gbAveButttnInited=false; -var goNextParent=null; -var goPrevParent=null; -var gsSearchPrompt="- Search -"; - -var gstrSearch=""; -var gbPreview=false; -gbPreview=false; -var gsSearchFormTitle=""; -var gnHasNavPane=-1; -var gbInitBtn=false; -var gaBtns=new Array(); -var gbWhTBar=false; -var goTextFont=null; -var goSelTextFont=null; -var gsPane=""; -var gbNeedUpdateAve=false; -var gbUpdateTimerCount=0; - -function setGoImage(sGoImage) -{ - if(sGoImage) - { - gsIGo=sGoImage; - } -} - -function btnBgColor(sType,sColor) -{ - this.sType=sType; - this.sColor=sColor; -} - -function setBackground(sBgImage) -{ - gsBgImage=sBgImage; -} - -function setBackgroundcolor(sBgColor) -{ - gsBgColor=sBgColor; -} - -function setAlignment(strAlignment) -{ - gnButtonLayout=0; - if(strAlignment=="left") - { - gnButtonLayout=HLAYOUT|BALIGN; - } - else if(strAlignment=="right") - { - gnButtonLayout=HLAYOUT|EALIGN; - } - else if(strAlignment=="top") - { - gnButtonLayout=VLAYOUT|BALIGN; - } - else if(strAlignment=="bottom") - { - gnButtonLayout=VLAYOUT|EALIGN; - } -} - -function writeStyle(bMiniBar) -{ - var sStyle=""; - sStyle+="\n"; - document.write(sStyle); -} - -function button(sType,sText,nWidth,nHeight) -{ - this.sType=sType; - this.sText=sText; - this.nWidth=nWidth; - this.nHeight=nHeight; - - this.aIs=new Array(); - var i=0; - while(button.arguments.length>i+4) - { - if (button.arguments[4+i]) - this.aIs[i]=_getFullPath(_getPath(document.location.href),button.arguments[4+i]); - else - this.aIs[i]=""; - i++; - } -} - -function getImage(oImage,sTitle) -{ - if(oImage.aIs[0]) - { - var sI=""; - if(sTitle=="") - sTitle=oImage.sText; - sI+="\""+sTitle+"\"0) - sI+=" width="+oImage.nWidth; - if(oImage.nHeight>0) - sI+=" height="+oImage.nHeight; - sI+=" border=0 align=\"absmiddle\">"; - return sI; - } - return ""; -} - -function getCurrentAveName() -{ - var oSelect=getElement("avenue"); - if(oSelect) - return oSelect.value; - else - return ""; -} - -function updateWebSearch(bEnable) -{ - var oWebSearch=getElement("btnwebsearch"); - var oWebSearchParent=null; - if(oWebSearch) - oWebSearchParent=getParentNode(oWebSearch); - goWebSearchEnable=bEnable; - if(oWebSearchParent) - { - if(bEnable) - enableButton(oWebSearchParent,goWebSearch); - else - disableButton(oWebSearchParent,goWebSearch); - } - -} - -function setState(oEL,sState) -{ - if(gbNav6||gbOpera) - oEL.setAttribute("state",sState); - else - oEL.state=sState; -} - -function updateAvenueIfNeeded() -{ - gbUpdateTimerCount--; - if (gbNeedUpdateAve&&gbUpdateTimerCount==0) - { - updateAvenue(); - } -} - -function updateAvenue() -{ - var sSelect=getAvenueHTML(gaAvenues); - var oSelect=getElement("avenue"); - if(oSelect) - { - if(gbNav6) - { - var oParent=getParentNode(oSelect); - - if(oParent) - { - removeThis(oSelect); - oParent.insertAdjacentHTML("afterBegin",sSelect); - } - } - else - oSelect.outerHTML=sSelect; - oSelect=getElement("avenue"); - if(isValidAvenue(gaAvenues,gsCurAveName)) - oSelect.value=gsCurAveName; - } - updateAveButton(); -} - -function initAveButtonObj() -{ - if(!gbAveButttnInited) - { - var oNext=getElement("btnavnext"); - if(oNext) - goNextParent=getParentNode(oNext); - - var oPrev=getElement("btnavprev"); - if(oPrev) - goPrevParent=getParentNode(oPrev); - } - gbAveButttnInited=true; -} - -function disableAveButton() -{ - initAveButtonObj(); - if(goNextParent) - disableButton(goNextParent,goNext); - if(goPrevParent) - disableButton(goPrevParent,goPrev); -} - -function disableButton(oEl,oBtn) -{ - setState(oEl,"disable"); - var sPF=oEl.className.substring(0,6); - oEl.className=sPF+"Disable"; - var oAs = getElementsByTag(oEl,"a"); - if (oAs.length>0) - { - oAs[0].style.cursor="default"; - } - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3) - { - if(oBtn.aIs[3]) - oIs[0].src=oBtn.aIs[3]; - } - else - oEl.style.visibility="hidden"; -} - -function enableButton(oEl,oBtn) -{ - setState(oEl,"normal"); - if(oEl==goEl) - { - var sPF=oEl.className.substring(0,6); - oEl.className=sPF+"Up"; - } - var oAs = getElementsByTag(oEl,"a"); - if (oAs.length>0) - { - oAs[0].style.cursor="hand"; - } - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0) - { - if(oBtn.aIs[0]) - oIs[0].src=oBtn.aIs[0]; - } - oEl.style.visibility="visible"; -} - -function updateAveButton() -{ - initAveButtonObj(); - var strAveName=getCurrentAvenue(); - if(strAveName!="") - { - if(gaAvenues) - { - for(var i=0;i0) - { - for(var i=0;i"; - sSelect+=""; - if(aAvenues) - { - for(var i=0;i"+aAvenues[i].sName+""; - } - } - sSelect+=""; - return sSelect; -} - -function addAvenueSelection() -{ - var oMsg=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object()); - var sButton=""; - if(SendMessage(oMsg)) - { - sButton=getAvenueHTML(oMsg.oParam.aAvenues); - } - else - { - sButton=getAvenueHTML(null); - } - gaButtons[gaButtons.length]=""; -} - -function setSearchFormTitle(sTitle) -{ - gsSearchFormTitle=sTitle; -} - -function highLightIfNeeded() -{ - if(document.searchForm.searchString.value==gsSearchPrompt) - { - document.searchForm.searchString.select(); - } -} - -function addSearchForm() -{ - var sPropmptString=gsSearchPrompt; - - var nWidth=20; - if(!nWidth) nWidth=20; - if(gbNav4) nWidth=nWidth*.6; - - if(gsSearchFormTitle) - sPropmptString=""; - var sButton="
          Start Page visu.htm
          Skin Name Default
          Generating Time 16:03 04/20/2006
          Start Page index.htm
          Skin Name
          Generating Time 12:48 05/22/2006
          Language ID 1033
          Compile Script webhelp5_compile_script.xml
          Compile Build Version 13.10.606
          "+sButton+"
          "; - if(gbNav6) - sButton=""+sButton; - if("image"=="text") - { - sButton+=""; - } - else if("image"=="image"&&gsIGo) - { - sButton+=""; - } - sButton+="
          "+_textToHtml(gsSearchFormTitle)+"" - sButton+="\"Go\"
          "; - if(gbNav6) - sButton+=""; - var nBtn=gaButtons.length; - gaButtons[nBtn]=""+sButton+""; - gaTypes[nBtn]="searchform"; -} - -function getShowHide() -{ - var sText=""; - var sI=""; - if(hasNavPane()) - { - if(goHide) - { - if(gnShowHideStyle&BTN_TEXT) - sText=goHide.sText; - if(gnShowHideStyle&BTN_IMG) - sI=getImage(goHide,"Hide"); - } - } - else - { - if(goShow) - { - if(gnShowHideStyle&BTN_TEXT) - sText=goShow.sText; - if(gnShowHideStyle&BTN_IMG) - sI=getImage(goShow,"Show"); - } - } - var sButton=genButton(sText,sI,gnShowHideStyle); - return sButton; -} - -function addBanner(sImage) -{ - if(sImage) - { - var nBtn=gaButtons.length; - gaButtons[nBtn]="     \"About"; - gaTypes[nBtn]="banner"; - } -} - -function showBanner() -{ - if (!gbPreview) - { - var nWidth=390; - var nHeight=204; - var nScreenWidth=screen.width; - var nScreenHeight=screen.height; - var nLeft=(nScreenWidth-nWidth)/2; - var nTop=(nScreenHeight-nHeight)/2; - if (gbIE4) - { - if (gbIE5) - nHeight+=20; - else - nHeight+=40; - window.showModalDialog("whskin_banner.htm","","dialogHeight:"+nHeight+"px;dialogWidth:"+nWidth+"px;resizable:no;status:no;scroll:no;help:no;center:yes;"); - } - else - window.open("whskin_banner.htm","banner","dependent,innerHeight="+nHeight+",innerWidth="+nWidth+",height="+nHeight+",width="+nWidth+",resizable=no,menubar=no,location=no,personalbar=no,status=no,scrollbar=no,toolbar=no,screenX="+nLeft+",screenY="+nTop); - } -} - -function addButton(sType,nStyle,sTitle,sHref,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6) -{ - var sButton=""; - var bMini=false; - var sText=""; - var sI=""; - var bState=false; - var nBtn=gaButtons.length; - var bHref=false; - if(sType=="show"&&isShowHideEnable()) - { - var svTitle="Show Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - goShow=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goShow; - if(gnShowHide!=-1) - { - nBtn=gnShowHide; - } - else - { - gnShowHide=nBtn; - } - sButton+=getShowHide(); - sButton+=""; - bState=true; - } - else if(sType=="hide"&&isShowHideEnable()) - { - var svTitle="Hide Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - goHide=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goHide; - if(gnShowHide!=-1) - { - nBtn=gnShowHide; - } - else - { - gnShowHide=nBtn; - } - sButton+=getShowHide(); - sButton+=""; - bState=true; - } - else if(sType=="hide2"&&(!gbNav4)&&(!gbOpera)) - { - var svTitle="Hide Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - if(!sI1) - sI1=gsIHide; - goHide2=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goHide2; - if(nStyle&BTN_TEXT) - sText=goHide2.sText - - if(nStyle&BTN_IMG) - sI=getImage(goHide2,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="synctoc") - { - var svTitle="Sync TOC"; - sButton=""; - if(!sI1) - sI1=gsISync; - goSync=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goSync; - if(nStyle&BTN_TEXT) - sText=goSync.sText - - if(nStyle&BTN_IMG) - sI=getImage(goSync,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="toc") - { - var svTitle="Contents"; - sButton=""; - if(!sI1) - sI1=gsIToc; - if(!sI2) - sI2=gsITocS; - if(!sI4) - sI4=gsITocS; - goToc=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goToc; - if(nStyle&BTN_TEXT) - sText=goToc.sText - - if(nStyle&BTN_IMG) - sI=getImage(goToc,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="idx") - { - var svTitle="Index"; - sButton=""; - if(!sI1) - sI1=gsIIndex; - if(!sI2) - sI2=gsIIndexS; - if(!sI4) - sI4=gsIIndexS; - goIdx=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goIdx; - if(nStyle&BTN_TEXT) - sText=goIdx.sText - - if(nStyle&BTN_IMG) - sI=getImage(goIdx,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="fts") - { - var svTitle="Search"; - sButton=""; - if(!sI1) - sI1=gsISearch; - if(!sI2) - sI2=gsISearchS; - if(!sI4) - sI4=gsISearchS; - goFts=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goFts; - if(nStyle&BTN_TEXT) - sText=goFts.sText - - if(nStyle&BTN_IMG) - sI=getImage(goFts,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="glo") - { - var svTitle="Glossary"; - sButton=""; - if(!sI1) - sI1=gsIGlossary; - if(!sI2) - sI2=gsIGlossaryS; - if(!sI4) - sI4=gsIGlossaryS; - goGlo=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goGlo; - if(nStyle&BTN_TEXT) - sText=goGlo.sText - - if(nStyle&BTN_IMG) - sI=getImage(goGlo,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="avnext") - { - var svTitle="Next Topic"; - sButton=""; - if(!sI1) - sI1=gsINext; - if(!sI4) - sI4=gsINextD; - goNext=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goNext; - if(nStyle&BTN_TEXT) - sText=goNext.sText - - if(nStyle&BTN_IMG) - sI=getImage(goNext,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="avprev") - { - var svTitle="Previous Topic"; - sButton=""; - if(!sI1) - sI1=gsIPrev; - if(!sI4) - sI4=gsIPrevD; - goPrev=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goPrev; - if(nStyle&BTN_TEXT) - sText=goPrev.sText - - if(nStyle&BTN_IMG) - sI=getImage(goPrev,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="blankblock") - { - gaButtons[nBtn]=null; - gaTypes[nBtn]=sType; - } - else if(sType=="websearch") - { - var svTitle="WebSearch"; - sButton=""; - if(!sI1) - sI1=gsIWebSearch; - if(!sI4) - sI4=gsIWebSearchD; - goWebSearch=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goWebSearch; - if(nStyle&BTN_TEXT) - sText=goWebSearch.sText - - if(nStyle&BTN_IMG) - sI=getImage(goWebSearch,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - } - else if(sType.indexOf("custom")==0) - { - var nCusBtnIdx=goCusButton.length; - goCusButton[nCusBtnIdx]=new cusButton(sType,sTitle,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goCusButton[nCusBtnIdx]; - var re=new RegExp("\"","g"); - var svTitle=sTitle.replace(re, """); - if(sHref&&sHref.length!=0) - { - sButton=""; - if(nStyle&BTN_TEXT) - sText=sTitle; - if(nStyle&BTN_IMG) - sI+=getImage(goCusButton[nCusBtnIdx],sTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - } - if(sButton.length!=0) - { - var btnClass=""; - if(sText||bMini) - btnClass="clsBtnNormal"; - else - btnClass="clsNoBNormal"; - - if(!bState) - { - if(bHref) - gaButtons[nBtn]=""+sButton+""; - else - gaButtons[nBtn]=""+sButton+""; - } - else - gaButtons[nBtn]=""+sButton+""; - gaTypes[nBtn]=sType; - } - - if(sType=="avenuesel") - addAvenueSelection(); - else if(sType=="searchform") - addSearchForm(); - else if(sType=="banner") - { - if(!sI1) - sI1=gsIBanner; - addBanner(sI1); - } -} - -function isShowHideEnable() -{ - if(gbIE4) - return true; - else - return false; -} - -function genButton(sText,sI,nStyle) -{ - var sButton=""; - var sShowText=_textToHtml(sText); - if (gbNav4 && !gbNav6) - sShowText += " "; - if(sText!=""&&sI!="") - { - if(nStyle&BTN_IMG_TOP) - sButton+=sI+"
          "+ sShowText; - else if(nStyle&BTN_IMG_BOTTOM) - sButton+=sText+"
          "+sI; - else if(nStyle&BTN_IMG_RIGHT) - sButton+=sText+" "+sI; - else - sButton+=sI+" "+sShowText; - } - else if(sText!="") - { - sButton+=sShowText; - } - else if(sI!="") - { - sButton+=sI; - } - return sButton; -} - -function searchB() -{ - var onMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null); - SendMessage(onMsg); - - var oMsg=new whMessage(WH_MSG_SEARCHTHIS,this,1,document.searchForm.searchString.value); - if(!SendMessage(oMsg)) - gstrSearch=document.searchForm.searchString.value; - else - gstrSearch=""; -} - -function ReSortToolbarButtons() -{ - var bSearchEnabled=isSearchEnabled(); - var strOrder=""; - var oMsg=new whMessage(WH_MSG_TOOLBARORDER,this,1,null); - if(SendMessage(oMsg)) - { - strOrder=oMsg.oParam; - } - if(strOrder.length>0) - { - gaOrders=strOrder.split("|"); - var aTempButtons=new Array(); - var ti=0; - for(var si=0;si0) - { - gaOrders=strOrder.split("|"); - var aTempButtons=new Array(); - var ti=0; - for(var si=0;si0) - { - var strHeight="100%"; - var strWidth="100%"; - if (gbNav4) - { - strHeight=window.innerHeight-4; - strWidth=window.innerWidth-4; - } - if (gbIE4) - { - strHeight=document.body.clientHeight-4; - strWidth=document.body.clientWidth-4; - } - if(gbNav6) - sHTML=""; - else - sHTML="
          "; - if((gnButtonLayout&LAYOUT)==HLAYOUT) - { - sHTML+=""; - for(var i=0;i"; - } - sHTML+=""; - } - else - { - for(var i=0;i"+gaButtons[i]+""; - else - sHTML+=""; - } - } - if(gbNav6) - sHTML+="
          "; - else - sHTML+=""; - } - document.write(sHTML); - if(document.body) - document.body.onselectstart=onSelect; - updateAveButton(); -} - -function hasNavPane() -{ - if(gnHasNavPane==-1) - { - gnHasNavPane=0; - var oParam=new Object(); - oParam.bVisible=false; - var oMsg=new whMessage(WH_MSG_ISPANEVISIBLE,this,1,oParam); - if(SendMessage(oMsg)) - { - if(oParam.bVisible) - gnHasNavPane=1; - } - - } - if(gnHasNavPane==1) - return true; - else - return false; -} - -function getTocInfo() -{ - var oParam=new Object(); - oParam.oTocInfo=null; - var oMsg=new whMessage(WH_MSG_GETTOCPATHS,this,1,oParam); - if(SendMessage(oMsg)) - { - goTocInfo=oParam.oTocInfo; - gbTocInfoInited=true; - } -} - -function onBtnClick(e) -{ - var oEl=null; - var oElo=null; - if(gbNav6) - { - oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oElo=event.srcElement; - oEl=oElo; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - if(oElo.tagName=="A"||oElo.tagName=="IMG") return true; - var oaA=getElementsByTag(oElo,"A"); - if(oaA&&oaA.length) - { - var oA=oaA[0]; - if(gbNav6) - { - var sCmd=oA.getAttribute("onclick"); - var nCmd=sCmd.indexOf("return false;"); - if(nCmd!=-1); - sCmd=sCmd.substring(0,nCmd); - setTimeout(sCmd,1); - } - else - oA.onclick(); - } -} - -function onBtnMouseDown(e,nBtn) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>2) - { - if(gaObjBtns[nBtn].aIs[2]) - oIs[0].src=gaObjBtns[nBtn].aIs[2]; - } - var sState=getState(oEl); - if(sState!="disable") - { - oEl.className=sPF+"Down"; - } -} - -function onBtnMouseUp(e,nBtn) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3) - { - if(gaObjBtns[nBtn].aIs[3]) - oIs[0].src=gaObjBtns[nBtn].aIs[3]; - } - } - else - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0) - { - if(gaObjBtns[nBtn].aIs[0]) - oIs[0].src=gaObjBtns[nBtn].aIs[0]; - } - } - if(goEl==oEl) - { - if(sState!="down"&&sState!="disable") - { - oEl.className=sPF+"Up"; - } - } -} - -function getState(oEl) -{ - var sState=""; - if(gbNav6||gbOpera) - sState=oEl.getAttribute("state"); - else - if(oEl.state) - sState=oEl.state; - return sState; -} - -function onBtnMouseOver(e,nBtn) -{ - markButton(e); - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - if(sState=="down") - oEl.className=sPF+"Down"; - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>4) - { - if(gaObjBtns[nBtn].aIs[4]) - oIs[0].src=gaObjBtns[nBtn].aIs[4]; - } - } - else - { - oEl.className=sPF+"Up"; - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>1) - { - if(gaObjBtns[nBtn].aIs[1]) - oIs[0].src=gaObjBtns[nBtn].aIs[1]; - } - } -} - -function onBtnMouseOut(e,nBtn) -{ - goEl=null; - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3) - { - if(gaObjBtns[nBtn].aIs[3]) - oIs[0].src=gaObjBtns[nBtn].aIs[3]; - } - if(sState=="down") - oEl.className=sPF+"Down"; - } - else - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0) - { - if(gaObjBtns[nBtn].aIs[0]) - oIs[0].src=gaObjBtns[nBtn].aIs[0]; - } - oEl.className=sPF+"Normal"; - } -} - -function showToc() -{ - var oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null) - SendMessage(oMsg); -} - -function showIndex() -{ - var oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null) - SendMessage(oMsg); -} - -function showFts() -{ - var oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null) - SendMessage(oMsg); -} - -function showGlossary() -{ - var oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null) - SendMessage(oMsg); -} - -function syncWithShow() -{ - if(!gbTocInfoInited) - { - getTocInfo(); - } - if(goTocInfo) - { - showToc(); - var oParam=goTocInfo; - var oMsg=new whMessage(WH_MSG_SYNCTOC,this,1,oParam); - SendMessage(oMsg); - } -} - -function markButton(e) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - oEl=event.srcElement; - while(oEl&&oEl.tagName!="TD") oEl=getParentNode(oEl); - if(oEl) - goEl=oEl; -} - -function showHidePane() -{ - var oMsg=null; - if(hasNavPane()) - oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null); - else - oMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null); - SendMessage(oMsg); -} - -function goAveNext() -{ - goAvenue(true); -} - -function goAvePrev() -{ - goAvenue(false); -} - -function doWebSearch() -{ - if (goWebSearchEnable) - { - var oMsg=new whMessage(WH_MSG_WEBSEARCH,this,1,null); - SendMessage(oMsg); - } -} - -function goAvenue(bNext) -{ - var oMsg=null; - initAveButtonObj(); - gsCurAveName=getCurrentAveName(); - if(gbNav4&&!gbNav6) - { - if(bNext) - { - gaAvenues=null; - updateAvenue(); - oMsg=new whMessage(WH_MSG_NEXT,this,1,null); - SendMessage(oMsg); - } - else if(!bNext) - { - gaAvenues=null; - updateAvenue(); - oMsg=new whMessage(WH_MSG_PREV,this,1,null); - SendMessage(oMsg); - } - } - else - { - if(bNext&&goNextParent) - { - var sState=getState(goNextParent); - if(sState!="disable") - { - gaAvenues=null; - gbNeedUpdateAve=true; - gbUpdateTimerCount++; - setTimeout("updateAvenueIfNeeded();", 2000); - oMsg=new whMessage(WH_MSG_NEXT,this,1,null); - SendMessage(oMsg); - } - } - else if(!bNext&&goPrevParent) - { - var sState=getState(goPrevParent); - if(sState!="disable") - { - gaAvenues=null; - gbNeedUpdateAve=true; - gbUpdateTimerCount++; - setTimeout("updateAvenueIfNeeded();", 2000); - oMsg=new whMessage(WH_MSG_PREV,this,1,null); - SendMessage(oMsg); - } - } - } -} - -function window_Unload() -{ - if(!gbNav4||gbNav6) - { - UnRegisterListener2(this,WH_MSG_GETSEARCHS); - UnRegisterListener2(this,WH_MSG_PANESTATUE); - UnRegisterListener2(this,WH_MSG_SYNCINFO); - UnRegisterListener2(this,WH_MSG_PANEINFO); - UnRegisterListener2(this,WH_MSG_AVENUEINFO); - UnRegisterListener2(this,WH_MSG_GETCURRENTAVENUE); - UnRegisterListener2(this,WH_MSG_ENABLEWEBSEARCH); - UnRegisterListener2(this,WH_MSG_INITSEARCHSTRING); - UnRegisterListener2(this,WH_MSG_NOSEARCHINPUT); - UnRegisterListener2(this,WH_MSG_NOSYNC); - } -} - -function window_OnLoad() -{ - if(!gbOpera7&&document.body) - { - if(gsBgImage&&gsBgImage.length>0) - { - document.body.background=gsBgImage; - } - if(gsBgColor&&gsBgColor.length>0) - { - document.body.bgColor=gsBgColor; - } - } - doCusOnLoad(); - var oMsg=new whMessage(WH_MSG_GETPANEINFO,this,1,null); - if(SendMessage(oMsg)) - { - setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1); - } - if (!gaAvenues) - { - var oMsg2=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object()); - if(SendMessage(oMsg2)) - { - gaAvenues=oMsg2.oParam.aAvenues; - gbNeedUpdateAve=false; - setTimeout("updateAvenue();",1); - } - } -} - -function onSendMessage(oMsg) -{ - var nMsgId=oMsg.nMessageId; - if(nMsgId==WH_MSG_GETSEARCHS) - { - if(document.searchForm&&document.searchForm.searchString) - { - oMsg.oParam.sValue=document.searchForm.searchString.value; - return false; - } - } - else if(nMsgId==WH_MSG_PANESTATUE) - { - if(oMsg.oParam=="visible") - { - if(isShowHideEnable()) - setTimeout("flipShowHide(true);",1); - setTimeout("showPaneButton();",1); - } - else - { - if(isShowHideEnable()) - setTimeout("flipShowHide(false);",1); - setTimeout("hidePaneButton();",1); - } - } - else if(nMsgId==WH_MSG_PANEINFO) - { - if(oMsg.oParam) - setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1); - else - setTimeout("hidePaneButton();",1); - } - else if(nMsgId==WH_MSG_SYNCINFO) - { - if(oMsg.oParam) - goTocInfo=oMsg.oParam; - else - goTocInfo=null; - gbTocInfoInited=true; - } - else if(nMsgId==WH_MSG_AVENUEINFO) - { - gaAvenues=oMsg.oParam; - gbNeedUpdateAve=false; - setTimeout("updateAvenue();",1); - } - else if(nMsgId==WH_MSG_GETCURRENTAVENUE) - { - var sAveName=getCurrentAvenue(); - if(sAveName!="") - { - oMsg.oParam.sAvenue=sAveName; - return false; - } - else - return true; - } - else if(nMsgId==WH_MSG_ENABLEWEBSEARCH) - { - setTimeout("updateWebSearch("+oMsg.oParam+");",1); - } - else if(nMsgId==WH_MSG_INITSEARCHSTRING) - { - if(gstrSearch!="") - { - oMsg.oParam=gstrSearch; - gstrSearch=""; - return false; - } - } - else if(nMsgId==WH_MSG_NOSEARCHINPUT) - { - var oSearchInput = getElement("searchInput"); - if (oSearchInput) - { - oSearchInput.style.visibility = "hidden"; - return false; - } - } - else if(nMsgId==WH_MSG_NOSYNC) - { - var oSync = getElement("btnsynctoc"); - if (oSync) - { - oSync.style.visibility = "hidden"; - return false; - } - } - return true; -} - -function getCurrentAvenue() -{ - var strAveName=""; - var oSelect=getElement("avenue"); - if(oSelect) - { - strAveName=oSelect.value; - } - return strAveName; -} - -function initBtn() -{ - var oBtn=null; - oBtn=getElement("btntoc"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnidx"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnfts"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnglo"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - gbInitBtn=true; -} - -function showPaneButton() -{ - flipPaneButton(gsPane); -} - -function hidePaneButton() -{ - flipPaneButton(""); -} - -function flipPaneButton(sPane) -{ - if (sPane) - gsPane=sPane; - if(!gbInitBtn) - initBtn(); - - var oUp=null; - if(sPane) - { - oUp=getElement("btn"+sPane); - } - for(var i=0;i0) - { - var strClassName=oaA[0].className; - oaA[0].className="btnsel"+strClassName.substring(3); - } - } - var oIs=getElementsByTag(oEl,"img"); - var oBtn=getButtonObjByType(gaBtns[i].id.substring(3)); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3) - { - if(oBtn.aIs[3]) - oIs[0].src=oBtn.aIs[3]; - } - } - } - else - { - var oEl=getParentNode(gaBtns[i]); - var sState=getState(oEl); - var sPF=oEl.className.substring(0,6); - if(sState=="down") - { - setState(oEl,"up"); - if(oEl==goEl) - oEl.className=sPF+"Up"; - else - oEl.className=sPF+"Normal"; - - if(sPF=="clsBtn") - { - if(gaBtns[i].id) - { - var sColor=getBtnColor(gaBtns[i].id.substring(3),false); - if(sColor) - { - oEl.style.backgroundColor=sColor - } - else - { - oEl.style.backgroundColor=""; - } - } - - var oaA=getElementsByTag(oEl,"A"); - if(oaA.length>0) - { - var strClassName=oaA[0].className; - oaA[0].className="btn"+strClassName.substring(6); - } - } - var oIs=getElementsByTag(oEl,"img"); - var oBtn=getButtonObjByType(gaBtns[i].id.substring(3)); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0) - { - if(oBtn.aIs[0]) - oIs[0].src=oBtn.aIs[0]; - } - } - } - } - } -} - -function flipShowHide(bShow) -{ - gnHasNavPane=-1; - var oA=getElement("btnshowhide"); - if(oA) - { - var oEl=getParentNode(oA); - var sPF=oEl.className.substring(0,6); - if(oEl&&oEl.state) - { - if(bShow) - { - oEl.state="down"; - oEl.className=sPF+"Down"; - } - else - { - oEl.state="up"; - - if(oEl==goEl) - oEl.className=sPF+"Up"; - else - oEl.className=sPF+"Normal"; - } - } - oA.innerHTML=getShowHide(); - } -} - -function cusOnClick(nIdx) -{ - if(goCusButton.length>nIdx) - { - var sOnClick=goCusButton[nIdx].sOnClick; - if(sOnClick&&sOnClick.length>0) - { - if(!gbPreview) - eval(sOnClick); - return false; - } - } - return true; -} - -function cusOnMouseOver(nIdx) -{ - if(goCusButton.length>nIdx) - { - var sOnMouseOver=goCusButton[nIdx].sOnMouseOver; - if(sOnMouseOver&&sOnMouseOver.length>0) - { - if(!gbPreview) - eval(sOnMouseOver); - return false; - } - } - return true; -} - -function doCusOnLoad() -{ - if(!gbPreview&&gaOrders) - { - for(var i=0;ii+7) - { - if (cusButton.arguments[7+i]) - this.aIs[i]=_getFullPath(_getPath(document.location.href),cusButton.arguments[7+i]); - else - this.aIs[i]=""; - i++; - } - if(sOnLoad) - { - registerOnLoad(sOnLoad,sType); - } -} - -function getBtnColor(sType,bSel) -{ - var aBtnColors=null; - if(bSel) - aBtnColors=gaSelBtnBgColor; - else - aBtnColors=gaBtnBgColor; - if(aBtnColors) - { - for(var i=0;i + diff --git a/doc/salome/gui/VISU/whxdata/whfts.xml b/doc/salome/gui/VISU/whxdata/whfts.xml index e506161a..4b1f24c4 100755 --- a/doc/salome/gui/VISU/whxdata/whfts.xml +++ b/doc/salome/gui/VISU/whxdata/whfts.xml @@ -2,6 +2,6 @@ - + diff --git a/doc/salome/gui/VISU/whxdata/whfwdata0.xml b/doc/salome/gui/VISU/whxdata/whfwdata0.xml index 7fc7939d..6e9ff3ad 100755 --- a/doc/salome/gui/VISU/whxdata/whfwdata0.xml +++ b/doc/salome/gui/VISU/whxdata/whfwdata0.xml @@ -1,527 +1,540 @@ - 0,1,31,33,34,37,6,26,38, - 31, - 38, - 4,5,7,2,10,15,14,19,31,33,32,34,6,27, - 31,38, - 0,31,6,26,38, - 32, - 34, - 4,5,7,2,10,15,14,19,32,34,35,27,38, - 7,38, - 35, - 7,11,17,33,32,25,38, + 0,1,32,34,35,38,6,26,39, + 32, + 39, + 4,5,7,2,10,15,14,19,31,32,34,33,35,6,27, + 31,32,39, + 0,32,6,26,39, + 33, + 31, + 35, + 4,5,7,2,10,15,14,19,31,33,35,36,27,39, + 7,39, + 36, + 7,11,17,34,33,25,39, 4,5,7,10,19,24,27, - 38, - 3,0,1,11,12,14,30,16,20,31,33,34,23,24,37,6,38,39, - 5,7,10,24,27, - 5,1,33,32, - 38, - 34, - 34, - 34, - 18,32,39, - 37, - 35, - 38, - 27,38, - 30,32,6,25,38,39, + 39, + 3,0,1,11,12,14,30,16,20,31,32,34,35,23,24,38,6,39,40, + 5,7,10,24, + 5,1,34,33, + 39, + 35, + 31,35, + 35, + 18,33,40, + 38, + 36, + 39, + 27,39, + 30,33,6,25,39,40, 14, - 12,13,23,26,38,28, + 12,13,23,26,39,28, 3, 26, - 0,24, - 31,33,35,38, - 30,31,37, + 0,31,24, + 32,34,36,39, + 30,32,38, 0, 16,6, - 37, - 0,31, - 5,12,13,14,21,33,22,36,23,26,28, - 5,1,31,25, - 32, + 38, + 0,32, + 5,12,13,14,21,34,22,37,23,26,28, + 5,1,32,25, + 31,33, 5, 11, - 4,5,0,1,7,11,12,13,14,30,18,21,31,33,32,35,36,23,24,37,6,25,26,27,38,28,39, - 16,32,24,37,6, - 34, + 4,5,0,1,7,11,12,13,14,30,18,21,31,32,34,33,36,37,23,24,38,6,25,26,27,39,28,40, + 16,33,24,38,6, + 35, 5,26, 6, 0, - 38, - 1,11,12,33, + 39, + 1,11,12,34, 5,17, 5,0,6,27, 5,12,26,27, - 3,4,0,30,16,18,34, + 3,4,0,30,16,18,31,35, 1,29,23,24, - 31, + 32, 0, 5,7,10,14,23,25, - 3,8,2,11,12,13,16,21,33,34,36,23,26,27,38,28, + 3,8,2,11,12,13,16,21,34,35,37,23,26,27,39,28, 18,22, - 32,26,39, - 11,12,31,33,37, + 33,26,40, + 11,12,32,34,38, 6, 11, 28, 0, 7,30, - 35,38, + 36,39, 7,16,6, 1,7,6, - 1,7,11,14,30,18,37,27, - 0,30,16,6,39, - 38, + 1,7,11,14,30,18,38,27, + 0,30,16,31,6,40, + 39, 0, 6, - 1,11,12,33,32,24,6,25,39, - 7,11,12,33,32,37,6,39, + 1,11,12,34,33,24,6,25,40, + 7,11,12,31,34,33,38,6,40, 5,10, - 30,32,6,25, - 26, - 5,11,12,13,29,21,31,33,35,36,23,37,6,26,38,28, + 30,33,6,25, + 31,26, + 5,11,12,13,29,21,32,34,36,37,23,38,6,26,39,28, 3,5,10,11,17,20,23,26,27, - 3,4,7,11,21,32,23,26, - 34,23,27, - 31, - 18,31, + 3,4,7,11,21,33,23,26, + 35,23,27, + 32, + 18,32, 22, 5, - 11,34,23, - 31,37, + 11,35,23, + 32,38, 0, - 35,38, - 34,28, - 31,35, - 18,35, - 30,32,34,6,39, - 8,30,33,35,25,26,38, - 32,35,37, + 36,39, + 35,28, + 32,36, + 18,36, + 30,33,35,6,40, + 8,30,34,36,25,26,39, + 33,36,38, 26, - 37, - 3,31, - 5,0,7,10,11,12,13,14,16,18,19,33,32,23,24,37,26,38,28, - 3,5,0,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,33,34,36,23,24,6,26,27,28, + 38, + 3,32, + 5,0,7,10,11,12,13,14,16,18,19,34,33,23,24,38,26,39,28, + 3,5,0,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,34,35,37,23,24,6,26,27,28, 18, - 18,36, - 5,0,1,10,14,29,30,19,21,31,33,32,23,24,37,6,26,38,28,39, - 32,37, - 3,34,23, - 31,34, - 29,34,24, - 34, - 30,31,23,38, + 18,37, + 5,0,1,10,14,29,30,19,21,31,32,34,33,23,24,38,6,26,39,28,40, + 33,38, + 3,35,23, + 32,35, + 29,35,24, + 35, + 30,32,23,39, 6, - 3,4,8,2,11,12,13,16,21,33,36,23,26,27,38,28, + 3,4,8,2,11,12,13,16,21,34,37,23,26,27,39,28, 16, - 32,28,39, - 31, - 31, - 30, + 33,28,40, + 32, + 32, + 30,31, 6, - 5,0,14,29,30,32,24,37,6,25,38, - 34, - 16,35,37, - 5,7,11,12,13,18,33,32,35,23,6,26,28,39, - 33, + 5,0,14,29,30,31,33,24,38,6,25,39, + 35, + 16,36,38, + 5,7,11,12,13,18,34,33,36,23,6,26,28,40, + 34, 7, 1,14,29,18, - 0,1,7,8,9,10,11,12,13,15,14,29,30,16,18,19,21,33,35,36,23,26,28, + 0,1,7,8,9,10,11,12,13,15,14,29,30,16,18,19,21,34,36,37,23,26,28, 3,0,10,16,24,26, 7, - 34, - 5,0,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,31,33,32,22,36,23,24,37,6,25,26,27,28,39, - 0,1,37,6, - 32, - 18,34, - 7,11,12,13,31,33,32,34,35,23,26,38,28,39, + 35, + 5,0,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,32,34,33,22,37,23,24,38,6,25,26,27,28,40, + 0,1,38,6, + 31, + 33, + 18,35, + 7,11,12,13,32,34,33,35,36,23,26,39,28,40, 18, 4,7, - 3,21, - 37, + 3,21,31, + 31,38, 30,6, - 36, + 37, 5,27, 3, 18, 1, 26, - 4,20,31,34,22,35,23, + 4,20,32,35,22,36,23, 3,5,2,10,27, - 34,38, + 35,39, 26, 28, 3, 3, - 37, - 30,38, + 38, + 30,39, 14,18,24, - 35, - 10,11,32,23, - 3,7,11,21,32,23,26, + 36, + 10,11,33,23, + 3,7,11,21,33,23,26, 11,26, 26, 3,7,8,10,11,18,19,23, - 0,32,37,39, + 0,33,38,40, 6, - 0,34, - 33, - 30,35,26,38, + 0,35, + 34, + 30,31,36,26,39, 26, - 7,16,31,23,37,6,39, + 7,16,31,32,23,38,6,40, 0, 14,30,6, - 31, - 3,7,13,31,33,34,35,38,28, + 32, + 3,7,13,32,34,35,36,39,28, 3,23, 0, 26, - 34, - 3,4,5,1,7,8,9,2,10,11,12,13,29,30,17,19,21,33,22,36,23,37,6,26,27,38,28, + 31, + 35, + 3,4,5,1,7,8,9,2,10,11,12,13,29,30,17,19,21,34,22,37,23,38,6,26,27,39,28, 10,11,14,22,23,27, 1,7,6, - 14,30, - 30,31,34,35,25, - 31,34,37, - 7,10,11,32,25, - 31, - 4,2,11,12,33, + 14,30,31, + 30,31,32,35,36,25, + 32,35,38, + 7,10,11,33,25, + 32, + 4,2,11,12,34, 5, 7, 3,4,7,11,17,18,20,23, - 33, - 5,30,33, - 7,11,12,13,18,32,34,22,35,23,38,39, - 3,0,1,7,11,12,13,21,31,33,32,34,35,36,23,37,25,26,27,38,28,39, - 37, + 34, + 5,30,31,34, + 7,11,12,13,18,31,33,35,22,36,23,39,40, + 3,0,1,7,11,12,13,21,31,32,34,33,35,36,37,23,38,25,26,27,39,28,40, + 38, 3,5,10,12,16, - 33,34, - 13,36,38, + 34,35, + 13,37,39, 5, - 1,11,12,33, + 1,11,12,31,34, 1,14, - 5,34,37,38, - 37, + 5,31,35,38,39, + 38, 4, - 32, - 35, + 31,33, + 36, 22, - 5,20,32, + 5,20,33, 30, 7, - 5,0,7,10,11,14,29,16,18,19,34,35,23,24,37,38, + 5,0,7,10,11,14,29,16,18,19,35,36,23,24,38,39, 7, - 3,30,35,37,38, - 35,23, - 37, - 30,37,26, + 3,30,36,38,39, + 36,23, + 38, + 30,31,38,26, 5, - 33,35,38, + 34,36,39, 11,12, - 4,5,0,1,7,8,9,2,10,11,12,13,15,14,30,16,18,21,31,33,32,34,35,36,23,37,6,25,26,27,28,39, - 1,31,34,24,6,39, - 3,38, - 32, - 32, - 32,34,39, + 4,5,0,1,7,8,9,2,10,11,12,13,15,14,30,16,18,21,32,34,33,35,36,37,23,38,6,25,26,27,28,40, + 1,32,35,24,6,40, + 3,31,39, + 33, + 31, + 33, + 31, + 33,35,40, 7, - 5,14, - 7,39, - 32,37,39, - 32, - 32,39, - 30,32,6,25,39, - 14,32, - 31,38, - 34,35, + 5,14,31, + 7,40, + 33,38,40, + 33, + 33,40, + 30,33,6,25,40, + 14,33, + 31, + 32,39, + 35,36, 3,6, - 10,11,12,14,30,37,6, - 38, - 38, - 38, + 10,11,12,14,30,38,6, + 39, + 39, + 39, 1, 18, - 3,16,31,37,6, - 35, + 3,16,32,38,6, + 36, 4, - 5,31,34,37,27, - 27, + 5,32,35,38,27, 14,16,19,21,23, 11,12, 3,18, 26, - 21,34,23, - 14,30,37,6,25, + 21,35,23, + 14,30,38,6,25, 30, 3,5, 18, 0,18, 16, - 32, - 34, - 38,39, - 14,33,6,38, - 29,37, + 33, + 35, + 39,40, + 14,34,6,39, + 29,38, 26, - 30,19,32,6,39, + 30,19,33,6,40, 16, - 39, + 40, 16, 1, - 3,34, - 13,33,34,36,38,28, + 3,35, + 13,34,35,37,39,28, 3,26, 3,18, - 32, - 35,24,26, - 3,5,8,11,12,13,14,29,16,17,18,20,21,33,36,23,24,6,26,27,28, - 3,4,0,17,18,19,34,23,25, + 33, + 36,24,26, + 3,5,8,11,12,13,14,29,16,17,18,20,21,34,37,23,24,6,26,27,28, + 3,4,0,17,18,19,35,23,25, 18, - 0,11,12,13,18,21,33,36,23,26,28, - 5,31,37, - 32,25,39, - 31,38, - 31, + 0,11,12,13,18,21,34,37,23,26,28, + 5,32,38, + 33,25,40, + 32,39, + 31,32, 3,19, 3, - 3,5,1,7,8,10,14,30,16,19,31,32,22,23,6,25, - 35,23,39, - 2,16,20,32, - 30,32,6,39, - 34, - 38, - 26, - 35, + 3,5,1,7,8,10,14,30,16,19,31,32,33,22,23,6,25, + 36,23,40, + 2,16,20,33, + 30,33,6,40, + 35, + 39, + 31,26, + 36, 0, - 5,0,32,27,39, + 5,0,33,27,40, 21, 30, + 31, 18, - 37, - 39, - 4,0,7,33,32,37,39, - 34, - 0,29,30,31,34,35,37,38,39, + 38, + 40, + 4,0,7,34,33,38,40, + 35, + 0,29,30,31,32,35,36,38,39,40, 3, - 5,11,21,31,26,27, + 5,11,21,32,26,27, 5,26, - 37, - 3,18,34,38, - 38, - 5,16,31, - 0,1,30,32,6,25,38, - 0,7,12,34,35, - 34, - 32,35,39, + 38, + 3,18,35,39, + 39, + 5,16,32, + 0,1,30,33,6,25,39, + 0,7,12,35,36, + 35, + 33,36,40, 28, - 39, + 40, 23, - 32,25, + 33,25, 25, 28, - 0,31,32,34,39, - 35, - 32, + 0,32,33,35,40, + 36, + 33, 3,18,26, 7, - 38, - 1,33, + 39, + 1,34, 26, 10,11,19,26, - 28, - 31,35,23, + 31,28, + 32,36,23, 4, - 5,11,32,23,38, - 1,14,30,31,6,25,39, + 5,11,33,23,39, + 1,14,30,32,6,25,40, 14, - 34, + 35, 18, - 16,31, + 16,32, 14, - 1,32,35,23, + 1,33,36,23, 17,18, - 35, - 11,12,13,29,21,33,22,36,23,26,28, - 16,31, - 5,0,1,7,11,14,16,18,31,33,32,34,35,23,26,28,39, + 36, + 11,12,13,29,21,34,22,37,23,26,28, + 16,32, + 5,0,1,7,11,14,16,18,32,34,33,35,36,23,26,28,40, 1, - 0,30,32,6,39, - 1,11,12,13,14,16,18,21,33,36,23,26,38,28, + 0,30,33,6,40, + 1,11,12,13,14,16,18,21,34,37,23,26,39,28, 4,7,9,17,18,19, 23, 6, - 35,23, - 3,0,20,26,38, - 5,30,33, - 3, + 36,23, + 3,0,20,26,39, + 5,30,31,34, + 31, + 3,31, 1, 3,23, - 31, + 32, 16,6, - 3,16,31,32,34,6,38, + 3,16,32,33,35,6,39, 3,22,27, 0, - 11,37, + 11,38, 6, - 31,35,37, + 32,36,38, 26, 5, - 30, + 30,31, 26, 3, - 0,32,34, + 0,33,35, + 31, 20, 11, 21, 21, - 39, + 40, 10,18,19, - 31, - 30,32,6,39, - 30,32,34,6,39, + 32, + 30,33,6,40, + 30,33,35,6,40, 0, - 31,38, - 30,31,38, - 35,23,25,39, + 31,32,39, + 30,31,32,39, + 36,23,25,40, 23, - 38, + 39, 5, 0, - 34, + 35, 5,17,22, 30,16, - 37, + 38, 7, - 10,30,31,32,35,39, + 10,30,31,32,33,36,40, 7, - 32,25, - 26,38,39, + 33,25, + 26,39,40, 0,23, - 34, + 35, 3,22, - 34,35, - 4,7,2,10,11,31,32,35,6,26,28, - 32,35,25, + 35,36, + 4,7,2,10,11,32,33,36,6,26,28, + 33,36,25, 3,5,1,10,26, - 0,32,39, + 0,33,40, 18, - 35, - 8,11,12,19,31,33,35,37,6,26,38, - 0,34,37, - 30,39, - 32,23,25, - 34, + 31,36, + 8,11,12,19,32,34,36,38,6,26,39, + 0,35,38, + 30,31,40, + 33,23,25, + 35, 22, - 35, + 36, 26, - 0,37, + 0,38, 18, - 33,6, - 38, - 34,38, + 34,6, + 39, + 31,35,39, 13,26,28, - 3,5,8,10,11,12,13,14,29,16,19,21,33,32,34,36,23,37,26,28, - 32, + 3,5,8,10,11,12,13,14,29,16,19,21,34,33,35,37,23,38,26,28, + 33, 8,26, 5, - 30, - 30, - 4,11,12,37,6, - 36,23, - 7,11,32,39, - 31,32,35, + 30,31, + 30,31, + 31, + 4,11,12,38,6, + 37,23, + 7,11,33,40, + 32,33,36, 26, - 34,35, - 18,35,38, + 35,36, + 18,36,39, 23, - 21,32,34,35,26,38, - 31,38, - 34,26, - 5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,33,32,34,22,36,23,37,6,25,26,27,38,28, + 21,33,35,36,26,39, + 32,39, + 35,26, + 5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,34,33,35,22,37,23,38,6,25,26,27,39,28, 6, - 3,11,12,13,16,17,31,33,36,37,26,38,28, + 3,11,12,13,16,17,32,34,37,38,26,39,28, 4, 6, - 18,35,38, + 18,36,39, 23, - 21,35,37,27,38, - 32, - 36, - 0,1,30,31,32,35,23,6,28, - 14,38, - 3,5,30,17,20,32,34,22,23,37,6,39, - 35, + 21,36,38,27,39, + 33, + 37, + 0,1,30,31,32,33,36,23,6,28, + 31, + 14,39, + 3,5,30,17,20,33,35,22,23,38,6,40, + 36, 3, - 31, + 32, 18, - 14,30,31,32,37,6,39, - 5,10,24,37, - 31, - 38, + 14,30,31,32,33,38,6,40, + 5,10,31,24,38, + 31,32, + 31,39, 26, - 31,34,38, - 32,35,38, - 0,10,14,16,19,31,32,39, - 32, - 35,23, - 34, + 32,35,39, + 33,36,39, + 0,10,14,16,19,32,33,40, + 33, + 31, + 36,23, + 35, 1, 16,18,19, - 35,38, - 1,8,2,10,17,19,32,22,37,6, - 5,31, + 36,39, + 1,8,2,10,17,19,33,22,38,6, + 5,32, 3, 7,26, 1, 0,18,23, - 34, - 1,29,31, - 35, - 38, - 12,16,21,31,33,32,34,35,23,26,27,38,39, - 31, - 32, - 3,5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,33,32,36,23,24,6,26,27,28,39, + 35, + 1,29,32, + 36, + 39, + 12,16,21,32,34,33,35,36,23,26,27,39,40, + 32, + 33, + 3,5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,31,34,33,37,23,24,6,26,27,28,40, 11,12, - 34, - 39, + 35, + 40, 3, - 5,0,7,10,11,12,13,14,29,19,21,33,36,23,24,26,28, - 3,5,1,7,8,10,11,12,13,14,29,19,21,33,34,36,23,26,27,28, - 7,18,31,37, + 5,0,7,10,11,12,13,14,29,19,21,34,37,23,24,26,28, + 3,5,1,7,8,10,11,12,13,14,29,19,21,34,35,37,23,26,27,28, + 7,18,32,38, 3, 3, 3, 3, 6, - 31,6, - 5,18,19,32,34, - 34, - 11,14,30,18,32,34, + 32,6, + 5,18,19,33,35, + 35, + 11,14,30,18,31,33,35, 1, 26, - 5,7,13,15,14,30,18,32,35,6,25,26,27,28, - 36, - 35, + 5,7,13,15,14,30,18,31,33,36,6,25,26,27,28, + 37, + 36, 1, - 39, - 1,11,12,33,35,23,37, - 35,23,37, + 40, + 1,11,12,34,36,23,38, + 36,23,38, 18, - 32,23,39, + 33,23,40, 26, - 37, + 38, 17, 3,23, - 35, - 32,39, - 11,12,34,26, - 5,1,7,11,12,13,14,30,17,21,33,34,35,36,23,37,6,26,28,39, - 31, + 31, + 31, + 36, + 31,33,40, + 11,12,35,26, + 5,1,7,11,12,13,14,30,17,21,34,35,36,37,23,38,6,26,28,40, + 32, 18, - 3,1,7,32,37,39, + 3,1,7,33,38,40, 26, 3,10,26, 5,26, @@ -532,295 +545,304 @@ 1, 14, 3, - 30,31, - 5,34, - 34, - 11,32,6,39, - 35, - 1,11,12,30,33,37,6, - 33, + 30,32, + 5,35, + 35, + 11,33,6,40, + 36, + 1,11,12,30,34,38,6, + 34, 20,22, 0, - 7,10,11,17,20,33,32,25, + 7,10,11,17,20,34,33,25, 7,10, 7, - 30,32,34,6,39, - 3,29,30,16,31,32,34,35,37,6,26,38,39, + 30,33,35,6,40, + 3,29,30,16,31,32,33,35,36,38,6,26,39,40, 28, 26, - 5,7,8,9,2,10,11,12,13,15,14,29,21,33,36,23,6,26,27,28, - 1,11,12,30,31,33,32,38,28,39, - 35, - 16, + 5,7,8,9,2,10,11,12,13,15,14,29,21,34,37,23,6,26,27,28, + 1,11,12,30,32,34,33,39,28,40, + 36, + 16,31, 0,25, - 1,8,37,38, - 3,4,5,0,7,8,2,10,11,30,17,18,19,20,32,22,23,6,26,27,39, - 18,31,34,22,23,6, - 5,0,29,30,31,32,39, + 1,8,31,38,39, + 3,4,5,0,7,8,2,10,11,30,17,18,19,20,33,22,23,6,26,27,40, + 18,31,32,35,22,23,6, + 5,0,29,30,32,33,40, 5,23, - 3,4,5,0,1,8,9,2,11,12,13,14,29,30,16,17,20,21,31,33,34,22,35,36,23,24,37,6,26,27,38,28,39, - 35, - 1,11,12,33, + 3,4,5,0,1,8,9,2,11,12,13,14,29,30,16,17,20,21,32,34,35,22,36,37,23,24,38,6,26,27,39,28,40, + 36, + 1,11,12,34, 5, - 4,10,21,25, - 29,34,37,38, - 3,4,5,0,7,8,2,10,11,30,17,18,19,20,32,22,23,6,26,27,39, + 4,10,21,31,25, + 29,35,38,39, + 3,4,5,0,7,8,2,10,11,30,17,18,19,20,33,22,23,6,26,27,40, 6, 11, - 18,20,27,38, + 18,20,27,39, 0,20, - 18,34, - 35, + 18,35, + 36, 0, - 34, + 35, 26, - 5,0,13,29,30,32,35,23,6,25,28,39, + 5,0,13,29,30,33,36,23,6,25,28,40, 5, - 20,6, + 20,31,6, 6,27, 5, - 34,26, + 31, + 35,26, + 31, 3, - 31, + 32, 4, 3, 0, 10,29,24, - 33,6,38, - 37, - 35,38, - 4,5,13,21,31,33,34,35,23,6,25,38,28, + 34,6,39, + 38, + 36,39, + 4,5,13,21,32,34,35,36,23,6,25,39,28, 4, 0,18, - 30,31,38, - 5,32,37,38, + 30,31,32,39, + 5,33,38,39, 0,30, 7,18, - 35, - 39, - 4,10,38, - 35, + 36, + 40, + 4,10,39, + 36, 27, 0, - 11,35, + 11,36, 22, - 12,33,34,6, - 34,23, - 33, - 34, - 32,39, + 12,34,35,6, + 35,23, + 34, + 35, + 33,40, 7, 14,30,6,25, - 5,35, - 34,35,38, - 3,4,7,33,32,23,6,25,26,28,39, - 3,14,32,6,25, - 38, + 5,36, + 35,36,39, + 3,4,7,34,33,23,6,25,26,28,40, + 3,14,33,6,25, + 39, 0,7,8,15,16,26, - 24,39, - 32,39, - 34, + 24,40, + 33,40, + 35, 0,26, - 18,38, - 38, - 6,39, - 3,11,31,33,34,35,37,38, + 18,39, + 31,39, + 6,40, + 3,11,32,34,35,36,38,39, 5,30,6, 11, - 32, + 33, 1, - 5,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,33,32,35,36,23,24,6,25,26,27,28, + 5,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,31,34,33,36,37,23,24,6,25,26,27,28, 7, - 1,30,37,39, - 1,11,12,30,33,39, + 1,30,31,38,40, + 1,11,12,30,31,34,40, 4,7, 5,22, - 3,31, - 7,30,20,34,22,23,24, - 7,11,14,30,23,37,6,38, - 5,0,30,32,35,23,25, - 13,33,32,35,36,23,24,6,25,38,28, - 3,5,8,2,11,12,13,29,16,21,31,33,34,35,36,23,37,6,26,38,28, - 32,34,35,38,39, + 3,32, + 7,30,20,31,35,22,23,24, + 7,11,14,30,31,23,38,6,39, + 5,0,30,33,36,23,25, + 13,34,33,36,37,23,24,6,25,39,28, + 3,5,8,2,11,12,13,29,16,21,32,34,35,36,37,23,38,6,26,39,28, + 33,35,36,39,40, + 31, 4, - 3,4,5,0,8,11,13,18,21,33,32,34,22,36,37,6,26,28,39, + 3,4,5,0,8,11,13,18,21,34,33,35,22,37,38,6,26,28,40, 18, - 0,35,37, - 37, + 0,36,38, + 38, 1,6, - 35, + 36, 3,26, - 0,30,34,37, - 5,1,7,8,2,10,11,12,13,14,29,30,16,18,19,21,31,33,32,35,36,23,24,6,25,26,27,38,28,39, + 0,30,35,38, + 5,1,7,8,2,10,11,12,13,14,29,30,16,18,19,21,32,34,33,36,37,23,24,6,25,26,27,39,28,40, 1, - 30,16,31,6, - 31,37, + 30,16,32,6, + 32,38, 6, 15,6, - 32,6, + 33,6, 26, 0,23, - 5,0,1,11,12,13,14,29,17,18,21,31,33,34,22,36,23,6,25,26,38,28, - 0,30,18,32,25, + 5,0,1,11,12,13,14,29,17,18,21,32,34,35,22,37,23,6,25,26,39,28, + 0,30,18,33,25, 5, - 34,6, - 12,13,34,36,38, + 35,6, + 12,13,35,37,39, 13, - 3,1,7,11,12,16,18,33,22,6,27, - 5,1,11,12,15,18,31,32,35,37,25,38,39, + 3,1,7,11,12,16,18,34,22,6,27, + 5,1,11,12,15,18,32,33,36,38,25,39,40, 6, - 12,35, - 37,26, - 34, + 12,36, + 38,26, + 35, 5, - 11,12,35,6, - 0,16,31,32,34,26,38, - 31, - 34,26, - 28,39, - 38, - 33,26, - 31,26, - 5,31,34,38, + 11,12,36,6, + 0,16,32,33,35,26,39, + 32, + 35,26, + 28,40, + 39, + 34,26, + 32,26, + 5,32,35,39, 7, 6, 26, 26, - 11,12,16,33,35,38, - 5, - 4,30,31, - 5,0,32,24, - 32,6,26, + 11,12,16,34,36,39, + 31, + 5,31, + 4,30,32, + 5,0,33,24, + 33,6,26, 18, - 34,37, - 32, + 35,38, + 33, 1, - 31,34, - 3,5,0,8,11,12,13,14,29,30,18,21,33,35,36,23,6,26,28, - 0,7,30,18,19,34,38, + 32,35, + 3,5,0,8,11,12,13,14,29,30,18,21,34,36,37,23,6,26,28, + 0,7,30,18,19,31,35,39, + 31, 5,0,1,22,26,27, 27, - 5,11,18,31,33,26,27, + 5,11,18,32,34,26,27, 0, 3,30, 26, 26, - 39, + 40, 3,1,7,11,18,26, 5,7,10,11,17,22, - 30, + 30,31, 3,8,14,30,6, 3, 8, 3,8,9,16,17,20,24, 0, - 34, + 35, 6, - 12,21,33,6, + 31, + 12,21,34,6, 0, 5,17,18,6,27, - 30,6, - 0,34,38, - 35, - 18,32,34,39, - 4,11,12,13,19,21,33,36,23,37,26,28, - 3,4,7,2,11,15,16,17,19,20,32, + 30,31,6, + 0,31,35,39, + 36, + 18,33,35,40, + 4,11,12,13,19,21,34,37,23,38,26,28, + 3,4,7,2,11,15,16,17,19,20,33, 28, 26,27, - 7,11,13,35, - 34, - 34,35, - 35,23, - 34, - 4,1,7,30,21,31,34,6,39, - 34, + 7,11,13,36, + 35, + 35,36, + 36,23, + 35, + 4,1,7,30,21,31,32,35,6,40, + 35, 6, 6, - 34,26, - 3,4,11,12,33,34,23,38, - 34, - 39, - 3,5,0,8,11,12,13,14,29,30,18,21,33,35,36,23,37,6,26,27,28, - 4,32,23, + 35,26, + 3,4,11,12,34,35,23,39, + 35, + 40, + 31, + 3,5,0,8,11,12,13,14,29,30,18,21,34,36,37,23,38,6,26,27,28, + 4,33,23, 3, - 31, - 8,11,12,13,14,29,30,21,31,33,32,22,36,23,37,26,28,39, - 31,32,37, - 34, - 31, + 31, + 32, + 8,11,12,13,14,29,30,21,31,32,34,33,22,37,23,38,26,28,40, + 32,33,38, + 35, + 32, 26, 23,27, 30,24,6, - 30,37, - 31,34, - 31,37,6, + 30,31,38, + 32,35, + 32,38,6, 3, - 3,7,39, - 31, + 3,7,40, + 32, 25, - 39, + 40, 1, - 38, - 0,1,7,10,11,12,30,31,33,34,35,36,37, + 39, + 0,1,7,10,11,12,30,32,34,35,36,37,38, 4,19, - 3,5,7,8,11,12,13,29,16,33,32,34,36,23,6,25,26,27,38,28, + 3,5,7,8,11,12,13,29,16,34,33,35,37,23,6,25,26,27,39,28, 18, - 38, + 39, 4,7,26, 1, - 5,7,8,9,2,10,11,12,13,15,14,29,21,33,34,35,36,23,37,6,26,27,28, - 21,31,22,37,38, + 5,7,8,9,2,10,11,12,13,15,14,29,21,31,34,35,36,37,23,38,6,26,27,28, + 21,32,22,38,39, 7, - 3,5,0,1,7,10,11,13,29,30,16,31,34,35,23,37,26,27,38,28,39, + 3,5,0,1,7,10,11,13,29,30,16,31,32,35,36,23,38,26,27,39,28,40, 17, 26, - 7,37, + 7,38, 5, - 3,4,0,7,8,2,11,12,13,16,18,21,31,33,34,35,36,23,6,26,27,38,28, - 35,37, + 3,4,0,7,8,2,11,12,13,16,18,21,32,34,35,36,37,23,6,26,27,39,28, + 36,38, 20, - 38, + 39, 0, - 3,8,13,16,21,33,34,35,36,23,26,28, - 32, - 34, - 1,32,35,23, - 31,26, - 30,25,39, + 3,8,13,16,21,34,35,36,37,23,26,28, + 33, + 35, + 1,33,36,23, + 32,26, + 30,25,40, 0, - 3,4,0,1,7,9,2,10,11,12,13,15,14,30,16,17,21,31,33,32,34,22,36,23,24,37,6,25,26,27,38,28,39, - 32,34,39, - 34, + 3,4,0,1,7,9,2,10,11,12,13,15,14,30,16,17,21,31,32,34,33,35,22,37,23,24,38,6,25,26,27,39,28,40, + 31, + 33,35,40, + 35, 29, - 11,13,31,34,28, - 8,11,12,13,29,20,21,33,36,23,37,6,26,28,39, - 30,34,22,6,39, - 1,31,37, + 11,13,32,35,28, + 8,11,12,13,29,20,21,34,37,23,38,6,26,28,40, + 30,35,22,6,40, + 1,32,38, 8,23, 18, - 34, + 35, 5, - 33, - 3,34, + 34, + 3,35, 3, - 7,35,23,6,28, - 3,5,0,1,7,8,9,2,10,11,12,13,15,14,16,18,19,21,31,33,32,34,22,35,36,23,24,6,25,26,27,38,28, - 0,10,15,30,31,22,37, + 7,36,23,6,28, + 3,5,0,1,7,8,9,2,10,11,12,13,15,14,16,18,19,21,32,34,33,35,22,36,37,23,24,6,25,26,27,39,28, + 0,10,15,30,32,22,38, 6, 6, - 32,6,39, - 31,34,35,6, - 4,30, - 0,34, - 35, - 1,7,32,34,35,23,24, + 33,6,40, + 32,35,36,6, + 4,30,31, + 0,35, + 36, + 1,7,31,33,35,36,23,24, 4,19, - 10,11,12,20,33,32,25, - 1,7,32,35,23,24, - 5,0,1,7,2,10,11,12,13,15,14,29,18,19,21,33,32,36,23,24,25,26,28, - 11,12,33, + 10,11,12,20,34,33,25, + 1,7,31,33,36,23,24, + 5,0,1,7,2,10,11,12,13,15,14,29,18,19,21,34,33,37,23,24,25,26,28, + 11,12,34, 1,24, - 30,31,32,34,39, - 11,12,33, + 30,31,32,33,35,40, + 11,12,34, diff --git a/doc/salome/gui/VISU/whxdata/whtdata0.xml b/doc/salome/gui/VISU/whxdata/whtdata0.xml index 2a971e46..510ca59e 100755 --- a/doc/salome/gui/VISU/whxdata/whtdata0.xml +++ b/doc/salome/gui/VISU/whxdata/whtdata0.xml @@ -4,7 +4,7 @@ - + @@ -25,6 +25,7 @@ + @@ -51,6 +52,7 @@ + diff --git a/doc/salome/tui/Makefile.in b/doc/salome/tui/Makefile.in index 88349340..7abdc0ac 100644 --- a/doc/salome/tui/Makefile.in +++ b/doc/salome/tui/Makefile.in @@ -44,6 +44,8 @@ docs: cp -fr $(srcdir)/VISU/HTML/ VISU/ rm -fr INPUT +dev_docs: docs + clean: rm -fr VISU diff --git a/doc/salome/tui/VISU/sources/myheader.html b/doc/salome/tui/VISU/sources/myheader.html index 1dc1ce7a..d2efb75f 100755 --- a/doc/salome/tui/VISU/sources/myheader.html +++ b/doc/salome/tui/VISU/sources/myheader.html @@ -5,6 +5,7 @@ Main Page +