mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-06-01 02:27:49 +05:00
Additional fix for issue 0020614: EDF 1133 SMESH : Put new added elements and nodes to group
This commit is contained in:
parent
4863327169
commit
238796e3d8
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB |
@ -26,10 +26,10 @@ following associated submenu will appear:</li>
|
||||
\image html image146.png
|
||||
|
||||
From this submenu select the type of element which you would like to add to your mesh.
|
||||
\note All dialogs intended for adding nodes or elements to mesh provide a possibility
|
||||
to add these nodes/elements to the specified group (or to create the group if it
|
||||
doesn't exist). <b>Add to group</b> box allows to choose an existing group for created
|
||||
node or element or to specify a name for new group.
|
||||
\note All dialogs intended for adding nodes or elements to mesh (except dialog for adding
|
||||
0D elements) provide a possibility to add these nodes/elements to the specified group
|
||||
(or to create the group if it doesn't exist). <b>Add to group</b> box allows to choose
|
||||
an existing group for created node or element or to specify a name for new group.
|
||||
</ol>
|
||||
|
||||
<b>See Also</b> sample TUI Scripts of
|
||||
|
@ -429,6 +429,7 @@ void SMESHGUI_AddMeshElementDlg::Init()
|
||||
|
||||
/* reset "Add to group" control */
|
||||
GroupGroups->setChecked( false );
|
||||
GroupGroups->setVisible( myElementType != SMDSAbs_0DElement );
|
||||
|
||||
myNbOkNodes = 0;
|
||||
myActor = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user