Salome HOME
IPAL21058 Preview and Compute mesh help file not found
authordmv <dmv@opencascade.com>
Thu, 16 Apr 2009 13:31:33 +0000 (13:31 +0000)
committerdmv <dmv@opencascade.com>
Thu, 16 Apr 2009 13:31:33 +0000 (13:31 +0000)
doc/salome/gui/SMESH/input/constructing_meshes.doc
src/SMESHGUI/SMESHGUI_ComputeDlg.cxx

index efbd97403cd83793192ee8192d1a698a785bba35..a0960e2ea0cc49c1e903449c3590c15156bc4585 100644 (file)
@@ -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.</li>
 
 settings. In the same way you can apply this functionality for meshing
 2D objects, in which case 3D algorithms are not applied.</li>
 
+\anchor preview_mesh_anchor
+
 <li> After the mesh object is created and all hypotheses are assigned and
 before the mesh computation, it is possible to see the mesh preview.
 
 <li> After the mesh object is created and all hypotheses are assigned and
 before the mesh computation, it is possible to see the mesh preview.
 
index 4645307341fbe4d4a0f696768d1f2ceec7f28d83..ed8117059232a7fc94279a329e964094809f503b 100644 (file)
@@ -1514,7 +1514,7 @@ SMESHGUI_PrecomputeOp::SMESHGUI_PrecomputeOp()
  myActiveDlg( 0 ),
  myPreviewDisplayer( 0 )
 {
  myActiveDlg( 0 ),
  myPreviewDisplayer( 0 )
 {
-  myHelpFileName = "preview_meshes_page.html"; // V4
+  myHelpFileName = "constructing_meshes_page.html#preview_mesh_anchor";
 }
 
 //================================================================================
 }
 
 //================================================================================