]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Additional fix for issue 0020614: EDF 1133 SMESH : Put new added elements and nodes...
authorouv <ouv@opencascade.com>
Tue, 29 Dec 2009 11:09:37 +0000 (11:09 +0000)
committerouv <ouv@opencascade.com>
Tue, 29 Dec 2009 11:09:37 +0000 (11:09 +0000)
doc/salome/gui/SMESH/images/add0delement.png
doc/salome/gui/SMESH/input/adding_nodes_and_elements.doc
src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx

index 4323879984d18b153c289df357553b158cad90c8..d3d8da302af093e1002bc6e573fc997ad6daecc2 100644 (file)
Binary files a/doc/salome/gui/SMESH/images/add0delement.png and b/doc/salome/gui/SMESH/images/add0delement.png differ
index fde5fc0f0ae1b63d60065476c835a811c7187c3e..451823b7432f8bb488b83a76b7da0a2539cf7f3b 100644 (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  
index 6df9978de5b4a4e68071c822a6815e20c9e9f7d0..9814a97f4e70237f2dc9d426c738f0e6a4581950 100644 (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;