From: dmv Date: Tue, 18 Nov 2008 15:22:06 +0000 (+0000) Subject: 0020045: EDF 852 SMESH: Documention of Projection algorithms X-Git-Tag: V4_1_4rc2~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=668fab300cc1eeaa67d087c969ccc1a283d86842;p=modules%2Fsmesh.git 0020045: EDF 852 SMESH: Documention of Projection algorithms --- diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx index 70424b087..bd0360a1d 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx @@ -405,6 +405,18 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const aHelpFileName = "a1d_meshing_hypo_page.html#automatic_length_anchor"; else if ( aHypType == "NumberOfSegments") aHelpFileName = "a1d_meshing_hypo_page.html#number_of_segments_anchor"; + else if ( aHypType == "ProjectionSource1D") + aHelpFileName = "projection_algos_page.html"; + else if ( aHypType == "ProjectionSource2D") + aHelpFileName = "projection_algos_page.html"; + else if ( aHypType == "ProjectionSource3D") + aHelpFileName = "projection_algos_page.html"; + else if ( aHypType == "NumberOfLayers") + aHelpFileName = "radial_prism_algo_page.html"; + else if ( aHypType == "LayerDistribution") + aHelpFileName = "radial_prism_algo_page.html"; + else if ( aHypType == "SegmentLengthAroundVertex") + aHelpFileName = "segments_around_vertex_algo.html"; else aHelpFileName = ""; return aHelpFileName;