mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-24 01:50:34 +05:00
IPAL21052 Hypothesis Construction Help doesn't show help information
This commit is contained in:
parent
6fbfd6322a
commit
4fcbba44ec
@ -495,6 +495,8 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
|
|||||||
QString aHelpFileName;
|
QString aHelpFileName;
|
||||||
if ( aHypType == "LocalLength" )
|
if ( aHypType == "LocalLength" )
|
||||||
aHelpFileName = "a1d_meshing_hypo_page.html#average_length_anchor";
|
aHelpFileName = "a1d_meshing_hypo_page.html#average_length_anchor";
|
||||||
|
if ( aHypType == "MaxLength" )
|
||||||
|
aHelpFileName = "a1d_meshing_hypo_page.html#max_length_anchor";
|
||||||
else if ( aHypType == "Arithmetic1D")
|
else if ( aHypType == "Arithmetic1D")
|
||||||
aHelpFileName = "a1d_meshing_hypo_page.html#arithmetic_1d_anchor";
|
aHelpFileName = "a1d_meshing_hypo_page.html#arithmetic_1d_anchor";
|
||||||
else if ( aHypType == "MaxElementArea")
|
else if ( aHypType == "MaxElementArea")
|
||||||
|
Loading…
Reference in New Issue
Block a user