Salome HOME
Issue 0019819: EDF 643 VISU : Scalar bar ergonomics
[modules/smesh.git] / resources / SalomeApp.xml
1 <!--
2   Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
3
4   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
5   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6
7   This library is free software; you can redistribute it and/or
8   modify it under the terms of the GNU Lesser General Public
9   License as published by the Free Software Foundation; either
10   version 2.1 of the License.
11
12   This library is distributed in the hope that it will be useful,
13   but WITHOUT ANY WARRANTY; without even the implied warranty of
14   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15   Lesser General Public License for more details.
16
17   You should have received a copy of the GNU Lesser General Public
18   License along with this library; if not, write to the Free Software
19   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20
21   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22
23 -->
24 <document>
25   <section name="SMESH">
26     <!-- Major module parameters -->
27     <parameter name="name" value="Mesh"/>
28     <parameter name="icon" value="ModuleMesh.png"/>
29     <!-- Other module preferences -->
30     <parameter name="node_color"                   value="255, 0,   0"/>
31     <parameter name="fill_color"                   value="0, 170, 255"/>
32     <parameter name="outline_color"                value="0, 170, 255"/>
33     <parameter name="backface_color"               value="0, 0,   255"/>
34     <parameter name="highlight_color"              value="0, 255, 255"/>
35     <parameter name="node_size"                    value="3" />
36     <parameter name="element_width"                value="1" />
37     <parameter name="shrink_coeff"                 value="75"/>
38     <parameter name="orientation_color"            value="255, 255, 255"/>
39     <parameter name="orientation_scale"            value="0.1"/>
40     <parameter name="orientation_3d_vectors"       value="false"/>
41     <parameter name="selection_element_color"      value="255, 255,   0"/>
42     <parameter name="selection_object_color"       value="255, 255, 255"/>
43     <parameter name="selection_precision_element"  value="0.005"/>
44     <parameter name="selection_precision_node"     value="0.005"/>
45     <parameter name="selection_precision_object"   value="0.005"/>
46     <parameter name="selection_width"              value="5"/>
47     <parameter name="highlight_width"              value="5"/>
48     <parameter name="controls_precision"           value="0"/>
49     <parameter name="scalar_bar_horizontal_height" value="0.08"/>
50     <parameter name="scalar_bar_horizontal_width"  value="0.8" />
51     <parameter name="scalar_bar_horizontal_x"      value="0.1"/>
52     <parameter name="scalar_bar_horizontal_y"      value="0.01"/>
53     <parameter name="scalar_bar_label_color"       value="255, 255, 255"/>
54     <parameter name="scalar_bar_label_font"        value="Arial,12"     />
55     <parameter name="scalar_bar_num_colors"        value="64"/>
56     <parameter name="scalar_bar_num_labels"        value="5" />
57     <parameter name="scalar_bar_orientation"       value="1" />
58     <parameter name="scalar_bar_title_color"       value="255, 255, 255"/>
59     <parameter name="scalar_bar_title_font"        value="Arial,12"     />
60     <parameter name="scalar_bar_vertical_height"   value="0.8"  />
61     <parameter name="scalar_bar_vertical_width"    value="0.08" />
62     <parameter name="scalar_bar_vertical_x"        value="0.01" />
63     <parameter name="scalar_bar_vertical_y"        value="0.1" />
64     <parameter name="DisplayMode"                  value="true" />
65     <parameter name="auto_update"                  value="true" />
66     <parameter name="display_mode"                 value="1"    />
67     <parameter name="auto_groups"                  value="false"/>
68     <parameter name="show_result_notification"     value="2"/>
69     <parameter name="segmentation"                 value="10"/>
70     <parameter name="nb_segments_per_edge"         value="15"/>
71   </section>
72   <section name="resources">
73     <!-- Module resources -->
74     <parameter name="SMESH"        value="${SMESH_ROOT_DIR}/share/salome/resources/smesh"/>
75     <parameter name="StdMeshers"   value="${SMESH_ROOT_DIR}/share/salome/resources/smesh"/>
76     <!-- NETGENPlugin and GHS3DPlugin -->
77     <!-- Here the environment variables are used as case-sensitive, -->
78     <!-- In GUI/src/SalomeApp/resources/SalomeApp.xml upper-case notation is used. -->
79     <!-- As a result, both variants are acceptable. -->
80     <parameter name="NETGENPlugin" value="${NETGENPlugin_ROOT_DIR}/share/salome/resources/netgenplugin"/>
81     <parameter name="GHS3DPlugin"  value="${GHS3DPlugin_ROOT_DIR}/share/salome/resources/ghs3dplugin"/>
82     <parameter name="BLSURFPlugin" value="${BLSURFPlugin_ROOT_DIR}/share/salome/resources"/>
83     <parameter name="HexoticPLUGIN" value="${HexoticPlugin_ROOT_DIR}/share/salome/resources"/>
84     <parameter name="GHS3DPRLPlugin" value="${GHS3DPRLPLUGIN_ROOT_DIR}/share/salome/resources"/>
85   </section>
86 </document>