From bbc284b2465a8a55fcb32858a5c62d833a38f630 Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 18 Apr 2012 11:51:23 +0000 Subject: [PATCH] Update SALOME User's guide: - Move module preferences help pages from GUI User's guide to the module User's guide. --- doc/salome/gui/VISU/input/index.doc | 2 + .../gui/VISU/input/postpro_preferences.doc | 396 ++++++++++++++++++ 2 files changed, 398 insertions(+) create mode 100644 doc/salome/gui/VISU/input/postpro_preferences.doc diff --git a/doc/salome/gui/VISU/input/index.doc b/doc/salome/gui/VISU/input/index.doc index 4190c983..2eeed373 100644 --- a/doc/salome/gui/VISU/input/index.doc +++ b/doc/salome/gui/VISU/input/index.doc @@ -13,6 +13,8 @@ A MED file contains the description of a \subpage med_object_page "MED object", \subpage table_presentations_page "Data Table Objects", two-dimensional data arrays, as input type for visualization. +Post-Pro module preferences are described in the \subpage postpro_preferences_page section of SALOME Post-Pro Help. + \n The Python interface of \b Post-Pro module is described in \subpage idl_interface_page "Access to Post-Pro module functionality" page. \n Sample Python scripts can be found in \subpage python_examples_page chapter. diff --git a/doc/salome/gui/VISU/input/postpro_preferences.doc b/doc/salome/gui/VISU/input/postpro_preferences.doc new file mode 100644 index 00000000..3930ed8d --- /dev/null +++ b/doc/salome/gui/VISU/input/postpro_preferences.doc @@ -0,0 +1,396 @@ +/*! + +\page postpro_preferences_page Post-Pro Preferences + +In the Post-Pro module you can set preferences, default settings, +which can be used in later sessions with this module. + +

General Preferences

+ +\image html ppref0.png + + + +

MED import Preferences

+ +\image html ppref1.png + + + +

Scalar Bar Preferences

+ +\image html pref31.png + + + +

Cut Lines Preferences

+ +\image html ppref2.png + + + +

Stream Lines Preferences

+ +\image html pref32.png + + + +

Sweep and Animation Preferences

+ +\image html ppref3.png + + + + +

Representation Preferences

+ +\image html pref33.png + + + +

Tables

+ +\image html pref35.png + + + +

Feature Edges

+ +\image html featureedgesprops.png + +These properties define which contours should be highlighted with +Feature Edges functionality. + + + +

Gauss Points Preferences

+ +\image html pref34.png + + + + + + + + + + + +

Inside and Outside Cursor Preferences allow to set +Primitives, Size and Magnification for the +respective zones. + +

Picking Preferences

+ +\image html pref37.png + + + +*/ -- 2.39.2