0022097: EDF 2408 SMESH: Hide ID of double node in the function "Merge nodes"
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 21 KiB |
@ -39,6 +39,8 @@ merging. All elements of each group will form one after the operation.
|
|||||||
<li>\b Add button adds to the list a group of elements selected in the
|
<li>\b Add button adds to the list a group of elements selected in the
|
||||||
viewer with pressed "Shift" key.</li>
|
viewer with pressed "Shift" key.</li>
|
||||||
<li><b>Select all</b> checkbox selects all groups.</li>
|
<li><b>Select all</b> checkbox selects all groups.</li>
|
||||||
|
<li><b>Show double elements IDs</b> checkbox shows/hides identifiers of
|
||||||
|
elements in the 3D viewer.</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li><b>Edit selected group</b> list allows editing the selected group:
|
<li><b>Edit selected group</b> list allows editing the selected group:
|
||||||
<br><br>
|
<br><br>
|
||||||
|
@ -46,6 +46,8 @@ operation.
|
|||||||
<li>\b Add button adds to the list a group of nodes selected in the
|
<li>\b Add button adds to the list a group of nodes selected in the
|
||||||
viewer with pressed "Shift" key.</li>
|
viewer with pressed "Shift" key.</li>
|
||||||
<li><b>Select all</b> checkbox selects all groups.</li>
|
<li><b>Select all</b> checkbox selects all groups.</li>
|
||||||
|
<li><b>Show double nodes IDs</b> checkbox shows/hides identifiers of
|
||||||
|
nodes in the 3D viewer.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -430,7 +430,7 @@ SMESHGUI_MergeDlg::SMESHGUI_MergeDlg (SMESHGUI* theModule, int theAction)
|
|||||||
RemoveGroupButton = new QPushButton(tr("SMESH_BUT_REMOVE"), GroupCoincidentWidget);
|
RemoveGroupButton = new QPushButton(tr("SMESH_BUT_REMOVE"), GroupCoincidentWidget);
|
||||||
|
|
||||||
SelectAllCB = new QCheckBox(tr("SELECT_ALL"), GroupCoincidentWidget);
|
SelectAllCB = new QCheckBox(tr("SELECT_ALL"), GroupCoincidentWidget);
|
||||||
ShowIDs = new QCheckBox(tr("SHOW_IDS"), GroupCoincidentWidget);
|
ShowIDs = new QCheckBox(myAction == 1 ? tr("SHOW_ELEMS_IDS") : tr("SHOW_NODES_IDS"), GroupCoincidentWidget);
|
||||||
|
|
||||||
GroupCoincidentLayout->addWidget(ListCoincident, 0, 0, 4, 2);
|
GroupCoincidentLayout->addWidget(ListCoincident, 0, 0, 4, 2);
|
||||||
GroupCoincidentLayout->addWidget(DetectButton, 0, 2);
|
GroupCoincidentLayout->addWidget(DetectButton, 0, 2);
|
||||||
|
@ -4835,9 +4835,13 @@ Please select a group and try again</translation>
|
|||||||
<translation>Select all</translation>
|
<translation>Select all</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SHOW_IDS</source>
|
<source>SHOW_NODES_IDS</source>
|
||||||
<translation>Show double nodes IDs</translation>
|
<translation>Show double nodes IDs</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>SHOW_ELEMS_IDS</source>
|
||||||
|
<translation>Show double elements IDs</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>EXCLUDE_GROUPS</source>
|
<source>EXCLUDE_GROUPS</source>
|
||||||
<translation>Exclude Groups</translation>
|
<translation>Exclude Groups</translation>
|
||||||
|
@ -4803,9 +4803,13 @@ Choisissez un groupe et essayez de nouveau</translation>
|
|||||||
<translation>Tout sélectionner</translation>
|
<translation>Tout sélectionner</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SHOW_IDS</source>
|
<source>SHOW_NODES_IDS</source>
|
||||||
<translation type="unfinished">Show double nodes IDs</translation>
|
<translation type="unfinished">Show double nodes IDs</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>SHOW_ELEMS_IDS</source>
|
||||||
|
<translation type="unfinished">Show double elements IDs</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>EXCLUDE_GROUPS</source>
|
<source>EXCLUDE_GROUPS</source>
|
||||||
<translation>Exclure les groupes</translation>
|
<translation>Exclure les groupes</translation>
|
||||||
|