From c41972303e8b9996af5222a132d41874d7783df5 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 16 Apr 2009 13:31:33 +0000 Subject: [PATCH] IPAL21058 Preview and Compute mesh help file not found --- doc/salome/gui/SMESH/input/constructing_meshes.doc | 2 ++ src/SMESHGUI/SMESHGUI_ComputeDlg.cxx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/salome/gui/SMESH/input/constructing_meshes.doc b/doc/salome/gui/SMESH/input/constructing_meshes.doc index efbd97403..a0960e2ea 100644 --- a/doc/salome/gui/SMESH/input/constructing_meshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_meshes.doc @@ -74,6 +74,8 @@ automatically generate a 3D mesh with the most appropriate settings. In the same way you can apply this functionality for meshing 2D objects, in which case 3D algorithms are not applied. +\anchor preview_mesh_anchor +
  • After the mesh object is created and all hypotheses are assigned and before the mesh computation, it is possible to see the mesh preview. diff --git a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx index 464530734..ed8117059 100644 --- a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx @@ -1514,7 +1514,7 @@ SMESHGUI_PrecomputeOp::SMESHGUI_PrecomputeOp() myActiveDlg( 0 ), myPreviewDisplayer( 0 ) { - myHelpFileName = "preview_meshes_page.html"; // V4 + myHelpFileName = "constructing_meshes_page.html#preview_mesh_anchor"; } //================================================================================ -- 2.30.2