mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
64375a4bd8
Set default positition of scalar bar to "Horizontal"
87 lines
4.9 KiB
XML
87 lines
4.9 KiB
XML
<!--
|
|
Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
|
|
Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Lesser General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 2.1 of the License.
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Lesser General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
License along with this library; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
|
|
-->
|
|
<document>
|
|
<section name="SMESH">
|
|
<!-- Major module parameters -->
|
|
<parameter name="name" value="Mesh"/>
|
|
<parameter name="icon" value="ModuleMesh.png"/>
|
|
<!-- Other module preferences -->
|
|
<parameter name="node_color" value="255, 0, 0"/>
|
|
<parameter name="fill_color" value="0, 170, 255"/>
|
|
<parameter name="outline_color" value="0, 170, 255"/>
|
|
<parameter name="backface_color" value="0, 0, 255"/>
|
|
<parameter name="highlight_color" value="0, 255, 255"/>
|
|
<parameter name="node_size" value="3" />
|
|
<parameter name="element_width" value="1" />
|
|
<parameter name="shrink_coeff" value="75"/>
|
|
<parameter name="orientation_color" value="255, 255, 255"/>
|
|
<parameter name="orientation_scale" value="0.1"/>
|
|
<parameter name="orientation_3d_vectors" value="false"/>
|
|
<parameter name="selection_element_color" value="255, 255, 0"/>
|
|
<parameter name="selection_object_color" value="255, 255, 255"/>
|
|
<parameter name="selection_precision_element" value="0.005"/>
|
|
<parameter name="selection_precision_node" value="0.005"/>
|
|
<parameter name="selection_precision_object" value="0.005"/>
|
|
<parameter name="selection_width" value="5"/>
|
|
<parameter name="highlight_width" value="5"/>
|
|
<parameter name="controls_precision" value="0"/>
|
|
<parameter name="scalar_bar_horizontal_height" value="0.08"/>
|
|
<parameter name="scalar_bar_horizontal_width" value="0.8" />
|
|
<parameter name="scalar_bar_horizontal_x" value="0.1"/>
|
|
<parameter name="scalar_bar_horizontal_y" value="0.01"/>
|
|
<parameter name="scalar_bar_label_color" value="255, 255, 255"/>
|
|
<parameter name="scalar_bar_label_font" value="Arial,12" />
|
|
<parameter name="scalar_bar_num_colors" value="64"/>
|
|
<parameter name="scalar_bar_num_labels" value="5" />
|
|
<parameter name="scalar_bar_orientation" value="1" />
|
|
<parameter name="scalar_bar_title_color" value="255, 255, 255"/>
|
|
<parameter name="scalar_bar_title_font" value="Arial,12" />
|
|
<parameter name="scalar_bar_vertical_height" value="0.8" />
|
|
<parameter name="scalar_bar_vertical_width" value="0.08" />
|
|
<parameter name="scalar_bar_vertical_x" value="0.01" />
|
|
<parameter name="scalar_bar_vertical_y" value="0.1" />
|
|
<parameter name="DisplayMode" value="true" />
|
|
<parameter name="auto_update" value="true" />
|
|
<parameter name="display_mode" value="1" />
|
|
<parameter name="auto_groups" value="false"/>
|
|
<parameter name="show_result_notification" value="2"/>
|
|
<parameter name="segmentation" value="10"/>
|
|
<parameter name="nb_segments_per_edge" value="15"/>
|
|
</section>
|
|
<section name="resources">
|
|
<!-- Module resources -->
|
|
<parameter name="SMESH" value="${SMESH_ROOT_DIR}/share/salome/resources/smesh"/>
|
|
<parameter name="StdMeshers" value="${SMESH_ROOT_DIR}/share/salome/resources/smesh"/>
|
|
<!-- NETGENPlugin and GHS3DPlugin -->
|
|
<!-- Here the environment variables are used as case-sensitive, -->
|
|
<!-- In GUI/src/SalomeApp/resources/SalomeApp.xml upper-case notation is used. -->
|
|
<!-- As a result, both variants are acceptable. -->
|
|
<parameter name="NETGENPlugin" value="${NETGENPlugin_ROOT_DIR}/share/salome/resources/netgenplugin"/>
|
|
<parameter name="GHS3DPlugin" value="${GHS3DPlugin_ROOT_DIR}/share/salome/resources/ghs3dplugin"/>
|
|
<parameter name="BLSURFPlugin" value="${BLSURFPlugin_ROOT_DIR}/share/salome/resources"/>
|
|
<parameter name="HexoticPLUGIN" value="${HexoticPlugin_ROOT_DIR}/share/salome/resources"/>
|
|
<parameter name="GHS3DPRLPlugin" value="${GHS3DPRLPLUGIN_ROOT_DIR}/share/salome/resources"/>
|
|
</section>
|
|
</document>
|