mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-16 02:28:34 +05:00
0020045: EDF 852 SMESH: Documention of Projection algorithms
This commit is contained in:
parent
e65934eaad
commit
76791bec7b
@ -426,6 +426,18 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
|
|||||||
aHelpFileName = "a1d_meshing_hypo_page.html#automatic_length_anchor";
|
aHelpFileName = "a1d_meshing_hypo_page.html#automatic_length_anchor";
|
||||||
else if ( aHypType == "NumberOfSegments")
|
else if ( aHypType == "NumberOfSegments")
|
||||||
aHelpFileName = "a1d_meshing_hypo_page.html#number_of_segments_anchor";
|
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
|
else
|
||||||
aHelpFileName = "";
|
aHelpFileName = "";
|
||||||
return aHelpFileName;
|
return aHelpFileName;
|
||||||
|
Loading…
Reference in New Issue
Block a user