0020431: EDF 1020 SMESH : Radial Mesh of a cylinder

This commit is contained in:
dmv 2009-11-05 11:13:58 +00:00
parent f2eada3ede
commit 2662ddba78
4 changed files with 15 additions and 3 deletions

View 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";

View 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" );

View File

@ -73,6 +73,10 @@
<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>

View File

@ -221,10 +221,18 @@
<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>