mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-24 02:10:33 +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;
|
||||
if ( aHypType == "LocalLength" )
|
||||
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")
|
||||
aHelpFileName = "a1d_meshing_hypo_page.html#arithmetic_1d_anchor";
|
||||
else if ( aHypType == "MaxElementArea")
|
||||
|
Loading…
Reference in New Issue
Block a user