Additional fix for issue 0020614: EDF 1133 SMESH : Put new added elements and nodes to group

This commit is contained in:
ouv 2009-12-29 11:09:37 +00:00
parent 4863327169
commit 238796e3d8
3 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -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

View File

@ -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;