mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
IPAL21058 Preview and Compute mesh help file not found
This commit is contained in:
parent
4fcbba44ec
commit
c41972303e
@ -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>
|
||||
|
||||
\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.
|
||||
|
||||
|
@ -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";
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user