Salome HOME
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
authordmv <dmv@opencascade.com>
Thu, 5 Nov 2009 11:13:58 +0000 (11:13 +0000)
committerdmv <dmv@opencascade.com>
Thu, 5 Nov 2009 11:13:58 +0000 (11:13 +0000)
src/SMESHGUI/SMESHGUI_Hypotheses.cxx
src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx
src/StdMeshersGUI/StdMeshers_images.ts
src/StdMeshersGUI/StdMeshers_msg_en.ts

index 8e9ff3973fee34a75e51c590716bef3f4a3aa729..0f2e0032b0ef9400fdea3ba15e08128b263e5613 100644 (file)
@@ -533,11 +533,11 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
   else if ( aHypType == "NumberOfLayers")
     aHelpFileName = "radial_prism_algo_page.html";
   else if ( aHypType == "NumberOfLayers2D")
-    aHelpFileName = "radial_prism_algo_page.html";
+    aHelpFileName = "radial_quadrangle_1D2D_algo_page.html";
   else if ( aHypType == "LayerDistribution")
     aHelpFileName = "radial_prism_algo_page.html";
   else if ( aHypType == "LayerDistribution2D")
-    aHelpFileName = "radial_prism_algo_page.html";
+    aHelpFileName = "radial_quadrangle_1D2D_algo_page.html";
   else if ( aHypType == "SegmentLengthAroundVertex")
     aHelpFileName = "segments_around_vertex_algo_page.html";
     
index cce36edb06eb834c21c642d95c99e5bcee4ddd2b..0d72900dcb875cbf6ecfc46cd1fd23039d8a8d01 100644 (file)
@@ -1128,7 +1128,7 @@ QString StdMeshersGUI_StdHypothesisCreator::hypTypeName( const QString& t ) cons
     types.insert( "ProjectionSource3D", "PROJECTION_SOURCE_3D" );
     types.insert( "NumberOfLayers", "NUMBER_OF_LAYERS" );
     types.insert( "LayerDistribution", "LAYER_DISTRIBUTION" );
-    types.insert( "NumberOfLayers2D", "NUMBER_OF_LAYERS" );
+    types.insert( "NumberOfLayers2D", "NUMBER_OF_LAYERS_2D" );
     types.insert( "LayerDistribution2D", "LAYER_DISTRIBUTION" );
     types.insert( "SegmentLengthAroundVertex", "SEGMENT_LENGTH_AROUND_VERTEX" );
     types.insert( "MaxLength", "MAX_LENGTH" );
index 7dc80991b716b25fd65bc4ef17641bda5ab404a2..7438aa85e39e92a6b67324a1febdcd35a00b9e0a 100644 (file)
             <source>ICON_DLG_NUMBER_OF_LAYERS</source>
             <translation>mesh_hypo_layer_distribution.png</translation>
         </message>
+       <message>
+            <source>ICON_DLG_NUMBER_OF_LAYERS_2D</source>
+            <translation>mesh_hypo_layer_distribution.png</translation>
+        </message>
         <message>
             <source>ICON_DLG_PROJECTION_SOURCE_1D</source>
             <translation>mesh_hypo_source_edge.png</translation>
index caabb7f5436ead43d870bb8e16ad9de54f992527..0a8ca42f4bf603edd02965203d5b8042e5af340f 100644 (file)
             <source>SMESH_NUMBER_OF_LAYERS_HYPOTHESIS</source>
             <translation>Radial Prism Parameter</translation>
         </message>
+       <message>
+            <source>SMESH_NUMBER_OF_LAYERS_2D_HYPOTHESIS</source>
+            <translation>Radial Quadrangle Parameter</translation>
+        </message>
         <message>
             <source>SMESH_NUMBER_OF_LAYERS_TITLE</source>
             <translation>Hypothesis Construction</translation>
         </message>
+       <message>
+            <source>SMESH_NUMBER_OF_LAYERS_2D_TITLE</source>
+            <translation>Hypothesis Construction</translation>
+        </message>
         <message>
             <source>SMESH_PROJECTION_SOURCE_1D_HYPOTHESIS</source>
             <translation>Projection Source 1D</translation>