mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-03 00:34:29 +05:00
0020037: EDF 859 SMESH : Mesh Element Info help unavailable
This commit is contained in:
parent
4e97eee733
commit
9e7d5e2d9f
@ -54,7 +54,8 @@ the information is displayed in Python Console.
|
|||||||
<h2>Mesh Element Info</h2>
|
<h2>Mesh Element Info</h2>
|
||||||
|
|
||||||
The <b>Mesh Element Info</b> box gives basic information about the
|
The <b>Mesh Element Info</b> box gives basic information about the
|
||||||
type and the coordinates of the selected mesh element.
|
type and the coordinates of the selected mesh element.
|
||||||
|
\n It is possible to either give the Id Element or to select it via the visualisation.
|
||||||
|
|
||||||
\image html eleminfo1.png
|
\image html eleminfo1.png
|
||||||
|
|
||||||
|
@ -212,7 +212,7 @@ SMESHGUI_WhatIsDlg::SMESHGUI_WhatIsDlg( SMESHGUI* theModule, const char* name,
|
|||||||
myMeshOrSubMeshOrGroupFilter =
|
myMeshOrSubMeshOrGroupFilter =
|
||||||
new SMESH_LogicalFilter(aListOfFilters, SMESH_LogicalFilter::LO_OR);
|
new SMESH_LogicalFilter(aListOfFilters, SMESH_LogicalFilter::LO_OR);
|
||||||
|
|
||||||
myHelpFileName = "/files/viewing_mesh_info.htm#element_infos";
|
myHelpFileName = "mesh_infos_page.html#mesh_element_info_anchor";
|
||||||
|
|
||||||
Init();
|
Init();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user