From: dmv Date: Tue, 18 Nov 2008 15:22:57 +0000 (+0000) Subject: 0020045: EDF 852 SMESH: Documention of Projection algorithms X-Git-Tag: V5_1_0rc2~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=76791bec7bdbc5e88fbd9debde7d4fb6bb5a3097;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 230491f7b..bc2765def 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx @@ -426,6 +426,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;