1 // Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
3 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License.
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // Lesser General Public License for more details.
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22 // SMESH SMESHGUI : GUI for SMESH component
23 // File : SMESHGUI.cxx
24 // Author : Nicolas REJNERI, Open CASCADE S.A.S.
28 #include "SMESHGUI_NodesDlg.h"
29 #include "SMESHGUI_TransparencyDlg.h"
30 #include "SMESHGUI_ClippingDlg.h"
31 #include "SMESHGUI_GroupDlg.h"
32 #include "SMESHGUI_RemoveNodesDlg.h"
33 #include "SMESHGUI_RemoveElementsDlg.h"
34 #include "SMESHGUI_MeshInfosDlg.h"
35 #include "SMESHGUI_StandardMeshInfosDlg.h"
36 #include "SMESHGUI_WhatIsDlg.h"
37 #include "SMESHGUI_Preferences_ColorDlg.h"
38 #include "SMESHGUI_Preferences_ScalarBarDlg.h"
39 #include "SMESHGUI_Hypotheses.h"
40 #include "SMESHGUI_MoveNodesDlg.h"
41 #include "SMESHGUI_AddMeshElementDlg.h"
42 #include "SMESHGUI_AddQuadraticElementDlg.h"
43 #include "SMESHGUI_FilterDlg.h"
44 #include "SMESHGUI_FilterLibraryDlg.h"
45 #include "SMESHGUI_SingleEditDlg.h"
46 #include "SMESHGUI_MultiEditDlg.h"
47 #include "SMESHGUI_GroupOpDlg.h"
48 #include "SMESHGUI_GroupOnShapeDlg.h"
49 #include "SMESHGUI_DeleteGroupDlg.h"
50 #include "SMESHGUI_SmoothingDlg.h"
51 #include "SMESHGUI_RenumberingDlg.h"
52 #include "SMESHGUI_ExtrusionDlg.h"
53 #include "SMESHGUI_ExtrusionAlongPathDlg.h"
54 #include "SMESHGUI_RevolutionDlg.h"
55 #include "SMESHGUI_TranslationDlg.h"
56 #include "SMESHGUI_RotationDlg.h"
57 #include "SMESHGUI_SymmetryDlg.h"
58 #include "SMESHGUI_SewingDlg.h"
59 #include "SMESHGUI_EditMeshDlg.h"
60 #include "SMESHGUI_MeshPatternDlg.h"
61 #include "SMESHGUI_Selection.h"
62 #include "SMESHGUI_CreatePolyhedralVolumeDlg.h"
63 #include "SMESHGUI_ConvToQuadOp.h"
64 #include "SMESHGUI_MeshOp.h"
65 #include "SMESHGUI_Displayer.h"
66 #include "SMESHGUI_MakeNodeAtPointDlg.h"
67 #include "SMESHGUI_BuildCompoundDlg.h"
68 #include "SMESHGUI_ComputeDlg.h"
69 #include "SMESHGUI_FileInfoDlg.h"
71 #include "SMESHGUI_Utils.h"
72 #include "SMESHGUI_MeshUtils.h"
73 #include "SMESHGUI_GroupUtils.h"
74 #include "SMESHGUI_FilterUtils.h"
75 #include "SMESHGUI_PatternUtils.h"
76 #include "SMESHGUI_VTKUtils.h"
77 #include "SMESHGUI_HypothesesUtils.h"
79 #include <SMESH_Client.hxx>
80 #include <SMESH_Actor.h>
81 #include <SMESH_TypeFilter.hxx>
83 // SALOME GUI includes
84 #include <SalomeApp_Tools.h>
85 #include <SalomeApp_Study.h>
86 #include <SalomeApp_Application.h>
87 #include <SalomeApp_CheckFileDlg.h>
89 #include <LightApp_DataOwner.h>
90 #include <LightApp_Preferences.h>
91 #include <LightApp_SelectionMgr.h>
92 #include <LightApp_UpdateFlags.h>
93 #include <LightApp_NameDlg.h>
95 #include <SVTK_ViewWindow.h>
96 #include <SVTK_ViewModel.h>
97 #include <SVTK_ViewManager.h>
99 #include <SUIT_MessageBox.h>
100 #include <SUIT_ResourceMgr.h>
101 #include <SUIT_FileDlg.h>
102 #include <SUIT_Desktop.h>
103 #include <SUIT_OverrideCursor.h>
104 #include <SUIT_Session.h>
106 #include <QtxPopupMgr.h>
107 #include <QtxFontEdit.h>
109 #include <SALOME_ListIO.hxx>
110 #include <SALOME_ListIteratorOfListIO.hxx>
113 #include <SALOMEconfig.h>
114 #include CORBA_CLIENT_HEADER(SALOMEDS_Attributes)
115 #include CORBA_CLIENT_HEADER(SMESH_MeshEditor)
118 // #define INCLUDE_MENUITEM_DEF // VSR commented ????????
122 #include <boost/shared_ptr.hpp>
125 #include <vtkScalarBarActor.h>
126 #include <vtkCamera.h>
127 #include <vtkRenderer.h>
128 #include <vtkPlane.h>
130 // SALOME KERNEL includes
131 #include <SALOMEDS_Study.hxx>
132 #include <SALOMEDSClient_StudyBuilder.hxx>
133 #include <SALOMEDSClient_SComponent.hxx>
134 #include <SALOMEDSClient_ClientFactory.hxx>
135 #include <SALOMEDSClient_IParameters.hxx>
138 #include <Standard_ErrorHandler.hxx>
139 #include <NCollection_DataMap.hxx>
143 //=============================================================
144 void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
147 void ExportMeshToFile(int theCommandID);
149 void SetDisplayMode(int theCommandID);
151 void SetDisplayEntity(int theCommandID);
153 void Control( int theCommandID );
157 //=============================================================
158 void ImportMeshesFromFile( SMESH::SMESH_Gen_ptr theComponentMesh,
162 std::string myExtension;
164 if ( theCommandID == 113 ) {
165 filter.append( QObject::tr( "MED files (*.med)" ) );
166 filter.append( QObject::tr( "All files (*)" ) );
168 else if ( theCommandID == 112 ) {
169 filter.append( QObject::tr( "IDEAS files (*.unv)" ) );
171 else if ( theCommandID == 111 ) {
172 filter.append( QObject::tr( "DAT files (*.dat)" ) );
175 QString anInitialPath = "";
176 if ( SUIT_FileDlg::getLastVisitedPath().isEmpty() )
177 anInitialPath = QDir::currentPath();
179 QStringList filenames = SUIT_FileDlg::getOpenFileNames( SMESHGUI::desktop(),
182 QObject::tr( "SMESH_IMPORT_MESH" ) );
183 if ( filenames.count() > 0 ) {
184 SUIT_OverrideCursor wc;
185 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
188 bool isEmpty = false;
189 for ( QStringList::ConstIterator it = filenames.begin(); it != filenames.end(); ++it ) {
190 QString filename = *it;
191 SMESH::mesh_array_var aMeshes = new SMESH::mesh_array;
193 switch ( theCommandID ) {
196 // DAT format (currently unsupported)
197 errors.append( QString( "%1 :\n\t%2" ).arg( filename ).
198 arg( QObject::tr( "SMESH_ERR_NOT_SUPPORTED_FORMAT" ) ) );
204 aMeshes->length( 1 );
205 aMeshes[0] = theComponentMesh->CreateMeshesFromUNV( filename.toLatin1().constData() );
206 if ( aMeshes[0]->_is_nil() )
207 errors.append( QString( "%1 :\n\t%2" ).arg( filename ).
208 arg( QObject::tr( "SMESH_ERR_UNKNOWN_IMPORT_ERROR" ) ) );
214 SMESH::DriverMED_ReadStatus res;
215 aMeshes = theComponentMesh->CreateMeshesFromMED( filename.toLatin1().constData(), res );
216 if ( res != SMESH::DRS_OK ) {
217 errors.append( QString( "%1 :\n\t%2" ).arg( filename ).
218 arg( QObject::tr( QString( "SMESH_DRS_%1" ).arg( res ).toLatin1().data() ) ) );
224 catch ( const SALOME::SALOME_Exception& S_ex ) {
225 errors.append( QString( "%1 :\n\t%2" ).arg( filename ).
226 arg( QObject::tr( "SMESH_ERR_UNKNOWN_IMPORT_ERROR" ) ) );
229 for ( int i = 0, iEnd = aMeshes->length(); i < iEnd; i++ ) {
230 _PTR(SObject) aMeshSO = SMESH::FindSObject( aMeshes[i] );
232 _PTR(StudyBuilder) aBuilder = aStudy->NewBuilder();
233 _PTR(AttributePixMap) aPixmap = aBuilder->FindOrCreateAttribute( aMeshSO, "AttributePixMap" );
234 aPixmap->SetPixMap( "ICON_SMESH_TREE_MESH_IMPORTED" );
235 if ( theCommandID == 112 ) // mesh names aren't taken from the file for UNV import
236 SMESH::SetName( aMeshSO, QFileInfo(filename).fileName() );
244 // update Object browser
245 SMESHGUI::GetSMESHGUI()->updateObjBrowser();
247 // show Error message box if there were errors
248 if ( errors.count() > 0 ) {
249 SUIT_MessageBox::critical( SMESHGUI::desktop(),
250 QObject::tr( "SMESH_ERROR" ),
251 QObject::tr( "SMESH_IMPORT_ERRORS" ) + "\n" + errors.join( "\n" ) );
254 // show warning message box, if some imported mesh is empty
256 SUIT_MessageBox::warning( SMESHGUI::desktop(),
257 QObject::tr( "SMESH_WRN_WARNING" ),
258 QObject::tr( "SMESH_DRS_SOME_EMPTY" ) );
263 void ExportMeshToFile( int theCommandID )
265 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
266 SALOME_ListIO selected;
268 aSel->selectedObjects( selected );
270 SMESH::SMESH_Mesh_var aMesh;
271 if(selected.Extent() == 1)
272 aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(selected.First());
273 if ( aMesh->_is_nil() ) {
274 SUIT_MessageBox::warning( SMESHGUI::desktop(),
275 QObject::tr( "SMESH_WRN_WARNING" ),
276 QObject::tr( "SMESH_BAD_MESH_SELECTION" ));
280 Handle(SALOME_InteractiveObject) anIObject = selected.First();
281 QString aFilter, aTitle = QObject::tr("Export mesh");
282 QMap<QString, SMESH::MED_VERSION> aFilterMap;
283 QMap<QString, int> aFilterMapSTL;
284 switch ( theCommandID ) {
288 if (aMesh->HasDuplicatedGroupNamesMED()) {
289 int aRet = SUIT_MessageBox::warning
290 (SMESHGUI::desktop(),
291 QObject::tr("SMESH_WRN_WARNING"),
292 QObject::tr("SMESH_EXPORT_MED_DUPLICATED_GRP").arg(anIObject->getName()),
293 SUIT_MessageBox::Yes | SUIT_MessageBox::No, SUIT_MessageBox::Yes);
294 if (aRet != SUIT_MessageBox::Yes)
298 QString v21 (aMesh->GetVersionString(SMESH::MED_V2_1, 2));
299 QString v22 (aMesh->GetVersionString(SMESH::MED_V2_2, 2));
300 aFilterMap.insert( QString("MED ") + v21 + " (*.med)", SMESH::MED_V2_1 );
301 aFilterMap.insert( QString("MED ") + v22 + " (*.med)", SMESH::MED_V2_2 );
306 aFilter = QObject::tr("DAT files (*.dat)");
311 if (aMesh->NbPyramids()) {
312 int aRet = SUIT_MessageBox::warning
313 (SMESHGUI::desktop(),
314 QObject::tr("SMESH_WRN_WARNING"),
315 QObject::tr("SMESH_EXPORT_UNV").arg(anIObject->getName()),
316 SUIT_MessageBox::Yes | SUIT_MessageBox::No, SUIT_MessageBox::Yes);
317 if (aRet != SUIT_MessageBox::Yes)
320 aFilter = QObject::tr("IDEAS files (*.unv)");
328 there must be check on others mesh elements not equal triangles
330 if (aMesh->NbTriangles() < 1) {
331 SUIT_MessageBox::warning
332 (SMESHGUI::desktop(),
333 QObject::tr("SMESH_WRN_WARNING"),
334 QObject::tr("SMESH_EXPORT_STL1").arg(anIObject->getName()));
337 if (!(aMesh->NbElements() - aMesh->NbTriangles())) {
338 int aRet = SUIT_MessageBox::warning
339 (SMESHGUI::desktop(),
340 QObject::tr("SMESH_WRN_WARNING"),
341 QObject::tr("SMESH_EXPORT_STL2").arg(anIObject->getName()),
342 SUIT_MessageBox::Yes | SUIT_MessageBox::No, SUIT_MessageBox::Yes);
343 if (aRet != SUIT_MessageBox::Yes)
347 aFilterMapSTL.insert( QObject::tr("STL ASCII (*.stl)"), 1 ); // 1 - ASCII mode
348 aFilterMapSTL.insert( QObject::tr("STL Binary (*.stl)"), 0 ); // 0 - Binary mode
356 SMESH::MED_VERSION aFormat;
357 // Init the parameter with the default value
358 bool aIsASCII_STL = true;
359 bool toCreateGroups = false;
360 SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
362 toCreateGroups = resMgr->booleanValue( "SMESH", "auto_groups", false );
364 QString anInitialPath = "";
365 if ( SUIT_FileDlg::getLastVisitedPath().isEmpty() )
366 anInitialPath = QDir::currentPath();
368 if ( theCommandID != 122 && theCommandID != 125 && theCommandID != 140 && theCommandID != 141) {
369 if ( anInitialPath.isEmpty() ) anInitialPath = SUIT_FileDlg::getLastVisitedPath();
370 aFilename = SUIT_FileDlg::getFileName(SMESHGUI::desktop(), anInitialPath + QString("/") + anIObject->getName(),
371 aFilter, aTitle, false);
373 else if(theCommandID == 140 || theCommandID == 141) { // Export to STL
375 QMap<QString, int>::const_iterator it = aFilterMapSTL.begin();
376 for ( ; it != aFilterMapSTL.end(); ++it )
377 filters.push_back( it.key() );
379 SUIT_FileDlg* fd = new SUIT_FileDlg( SMESHGUI::desktop(), false, true, true );
380 fd->setWindowTitle( aTitle );
381 fd->setFilters( filters );
382 fd->selectFilter( QObject::tr("STL ASCII (*.stl)") );
383 if ( !anInitialPath.isEmpty() )
384 fd->setDirectory( anInitialPath );
385 fd->selectFile(anIObject->getName());
389 aFilename = fd->selectedFile();
390 aIsASCII_STL = (aFilterMapSTL[fd->selectedFilter()]) == 1 ? true: false;
395 else { // Export to MED
397 QString aDefaultFilter;
398 QMap<QString, SMESH::MED_VERSION>::const_iterator it = aFilterMap.begin();
399 for ( ; it != aFilterMap.end(); ++it ) {
400 filters.push_back( it.key() );
401 if (it.value() == SMESH::MED_V2_2)
402 aDefaultFilter = it.key();
405 //SUIT_FileDlg* fd = new SUIT_FileDlg( SMESHGUI::desktop(), false, true, true );
406 SalomeApp_CheckFileDlg* fd = new SalomeApp_CheckFileDlg
407 ( SMESHGUI::desktop(), false, QObject::tr("SMESH_AUTO_GROUPS"), true, true );
408 fd->setWindowTitle( aTitle );
409 fd->setFilters( filters );
410 //fd->setSelectedFilter( QObject::tr("MED 2.2 (*.med)") );
411 fd->selectFilter(aDefaultFilter);
412 fd->SetChecked(toCreateGroups);
413 if ( !anInitialPath.isEmpty() )
414 fd->setDirectory( anInitialPath );
415 fd->selectFile(anIObject->getName());
419 aFilename = fd->selectedFile();
420 aFormat = aFilterMap[fd->selectedFilter()];
422 if ( !aFilename.isEmpty()
423 && (aMesh->NbPolygons()>0 || aMesh->NbPolyhedrons()>0)
424 && aFormat==SMESH::MED_V2_1) {
425 int aRet = SUIT_MessageBox::warning(SMESHGUI::desktop(),
426 QObject::tr("SMESH_WRN_WARNING"),
427 QObject::tr("SMESH_EXPORT_MED_V2_1").arg(anIObject->getName()),
428 SUIT_MessageBox::Yes | SUIT_MessageBox::No, SUIT_MessageBox::Yes);
429 if (aRet != SUIT_MessageBox::Yes) {
434 toCreateGroups = fd->IsChecked();
437 if ( !aFilename.isEmpty() ) {
438 // Check whether the file already exists and delete it if yes
439 QFile aFile( aFilename );
440 if ( aFile.exists() )
442 SUIT_OverrideCursor wc;
445 bool Renumber = false;
446 // PAL 14172 : Check of we have to renumber or not from the preferences before export
448 Renumber= resMgr->booleanValue("SMESH","renumbering");
450 SMESH::SMESH_MeshEditor_var aMeshEditor = aMesh->GetMeshEditor();
451 aMeshEditor->RenumberNodes();
452 aMeshEditor->RenumberElements();
453 if ( SMESHGUI::automaticUpdate() )
456 switch ( theCommandID ) {
459 aMesh->ExportToMED( aFilename.toLatin1().data(), toCreateGroups, aFormat );
463 aMesh->ExportDAT( aFilename.toLatin1().data() );
467 aMesh->ExportUNV( aFilename.toLatin1().data() );
471 aMesh->ExportSTL( aFilename.toLatin1().data(), aIsASCII_STL );
477 catch (const SALOME::SALOME_Exception& S_ex){
479 SUIT_MessageBox::warning(SMESHGUI::desktop(),
480 QObject::tr("SMESH_WRN_WARNING"),
481 QObject::tr("SMESH_EXPORT_FAILED"));
487 inline void InverseEntityMode(unsigned int& theOutputMode,
488 unsigned int theMode)
490 bool anIsNotPresent = ~theOutputMode & theMode;
492 theOutputMode |= theMode;
494 theOutputMode &= ~theMode;
497 void SetDisplayEntity(int theCommandID){
498 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
499 SALOME_ListIO selected;
501 aSel->selectedObjects( selected );
503 if(selected.Extent() >= 1){
504 SALOME_ListIteratorOfListIO It( selected );
505 for( ; It.More(); It.Next()){
506 Handle(SALOME_InteractiveObject) IObject = It.Value();
507 if(IObject->hasEntry()){
508 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(IObject->getEntry())){
509 unsigned int aMode = anActor->GetEntityMode();
510 switch(theCommandID){
512 InverseEntityMode(aMode,SMESH_Actor::eEdges);
515 InverseEntityMode(aMode,SMESH_Actor::eFaces);
518 InverseEntityMode(aMode,SMESH_Actor::eVolumes);
521 aMode = SMESH_Actor::eAllEntity;
525 anActor->SetEntityMode(aMode);
533 SALOME_ListIO selected;
534 SalomeApp_Application* app = dynamic_cast< SalomeApp_Application* >( SUIT_Session::session()->activeApplication() );
538 LightApp_SelectionMgr* aSel = app->selectionMgr();
539 SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
540 if( !aSel || !appStudy )
543 aSel->selectedObjects( selected );
544 if( selected.IsEmpty() )
547 Handle(SALOME_InteractiveObject) anIObject = selected.First();
549 _PTR(Study) aStudy = appStudy->studyDS();
550 _PTR(SObject) aMainSObject( aStudy->FindObjectID( anIObject->getEntry() ) );
551 SMESH::SMESH_Mesh_var aMainObject = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIObject);
552 if( aMainObject->_is_nil() )
555 aMainObject->SetAutoColor( true );
557 QList<SALOMEDS::Color> aReservedColors;
559 SMESH::ListOfGroups aListOfGroups = *aMainObject->GetGroups();
560 for( int i = 0, n = aListOfGroups.length(); i < n; i++ )
562 SMESH::SMESH_GroupBase_var aGroupObject = aListOfGroups[i];
563 SALOMEDS::Color aCurrentColor = aGroupObject->GetColor();
565 SALOMEDS::Color aColor = SMESHGUI::getUniqueColor( aReservedColors );
566 aGroupObject->SetColor( aColor );
567 aReservedColors.append( aColor );
569 _PTR(SObject) aGroupSObject = SMESH::FindSObject(aGroupObject);
570 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(aGroupSObject->GetID().c_str()))
572 if( aGroupObject->GetType() == SMESH::NODE )
573 anActor->SetNodeColor( aColor.R, aColor.G, aColor.B );
574 else if( aGroupObject->GetType() == SMESH::EDGE )
575 anActor->SetEdgeColor( aColor.R, aColor.G, aColor.B );
577 anActor->SetSufaceColor( aColor.R, aColor.G, aColor.B );
581 SMESH::RepaintCurrentView();
584 void DisableAutoColor(){
585 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
586 SALOME_ListIO selected;
588 aSel->selectedObjects( selected );
590 if(selected.Extent()){
591 Handle(SALOME_InteractiveObject) anIObject = selected.First();
592 SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIObject);
593 if ( !aMesh->_is_nil() ) {
594 aMesh->SetAutoColor( false );
599 void SetDisplayMode(int theCommandID){
600 SALOME_ListIO selected;
601 SalomeApp_Application* app = dynamic_cast< SalomeApp_Application* >( SUIT_Session::session()->activeApplication() );
605 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
606 SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
607 if( !aSel || !appStudy )
610 _PTR(Study) aStudy = appStudy->studyDS();
612 aSel->selectedObjects( selected );
614 if(selected.Extent() >= 1){
615 switch(theCommandID){
617 SMESHGUI::GetSMESHGUI()->EmitSignalDeactivateDialog();
618 (new SMESHGUI_ClippingDlg( SMESHGUI::GetSMESHGUI() ))->show();
622 SMESHGUI::GetSMESHGUI()->EmitSignalDeactivateDialog();
623 (new SMESHGUI_TransparencyDlg( SMESHGUI::GetSMESHGUI() ))->show();
626 SALOME_ListIteratorOfListIO It( selected );
627 for( ; It.More(); It.Next()){
628 Handle(SALOME_InteractiveObject) IObject = It.Value();
629 if(IObject->hasEntry()){
630 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(IObject->getEntry())){
631 switch(theCommandID){
633 anActor->SetRepresentation(SMESH_Actor::eEdge);
636 anActor->SetRepresentation(SMESH_Actor::eSurface);
639 if(anActor->IsShrunk())
642 anActor->SetShrink();
645 anActor->SetRepresentation(SMESH_Actor::ePoint);
648 vtkFloatingPointType color[3];
649 anActor->GetSufaceColor(color[0], color[1], color[2]);
650 int c0 = int (color[0] * 255);
651 int c1 = int (color[1] * 255);
652 int c2 = int (color[2] * 255);
653 QColor c(c0, c1, c2);
655 vtkFloatingPointType edgecolor[3];
656 anActor->GetEdgeColor(edgecolor[0], edgecolor[1], edgecolor[2]);
657 c0 = int (edgecolor[0] * 255);
658 c1 = int (edgecolor[1] * 255);
659 c2 = int (edgecolor[2] * 255);
660 QColor e(c0, c1, c2);
662 vtkFloatingPointType backfacecolor[3];
663 anActor->GetBackSufaceColor(backfacecolor[0], backfacecolor[1], backfacecolor[2]);
664 c0 = int (backfacecolor[0] * 255);
665 c1 = int (backfacecolor[1] * 255);
666 c2 = int (backfacecolor[2] * 255);
667 QColor b(c0, c1, c2);
669 vtkFloatingPointType nodecolor[3];
670 anActor->GetNodeColor(nodecolor[0], nodecolor[1], nodecolor[2]);
671 c0 = int (nodecolor[0] * 255);
672 c1 = int (nodecolor[1] * 255);
673 c2 = int (nodecolor[2] * 255);
674 QColor n(c0, c1, c2);
676 int Edgewidth = (int)anActor->GetLineWidth();
679 int intValue = int(anActor->GetNodeSize());
680 vtkFloatingPointType Shrink = anActor->GetShrinkFactor();
682 SMESHGUI_Preferences_ColorDlg *aDlg =
683 new SMESHGUI_Preferences_ColorDlg( SMESHGUI::GetSMESHGUI() );
684 aDlg->SetColor(1, c);
685 aDlg->SetColor(2, e);
686 aDlg->SetColor(3, n);
687 aDlg->SetColor(4, b);
688 aDlg->SetIntValue(1, Edgewidth);
689 aDlg->SetIntValue(2, intValue);
690 aDlg->SetIntValue(3, int(Shrink*100.));
692 QColor color = aDlg->GetColor(1);
693 QColor edgecolor = aDlg->GetColor(2);
694 QColor nodecolor = aDlg->GetColor(3);
695 QColor backfacecolor = aDlg->GetColor(4);
696 /* actor color and backface color */
697 anActor->SetSufaceColor(vtkFloatingPointType (color.red()) / 255.,
698 vtkFloatingPointType (color.green()) / 255.,
699 vtkFloatingPointType (color.blue()) / 255.);
700 anActor->SetBackSufaceColor(vtkFloatingPointType (backfacecolor.red()) / 255.,
701 vtkFloatingPointType (backfacecolor.green()) / 255.,
702 vtkFloatingPointType (backfacecolor.blue()) / 255.);
705 anActor->SetEdgeColor(vtkFloatingPointType (edgecolor.red()) / 255.,
706 vtkFloatingPointType (edgecolor.green()) / 255.,
707 vtkFloatingPointType (edgecolor.blue()) / 255.);
709 /* Shrink factor and size edges */
710 anActor->SetShrinkFactor(aDlg->GetIntValue(3) / 100.);
711 anActor->SetLineWidth(aDlg->GetIntValue(1));
713 /* Nodes color and size */
714 anActor->SetNodeColor(vtkFloatingPointType (nodecolor.red()) / 255.,
715 vtkFloatingPointType (nodecolor.green()) / 255.,
716 vtkFloatingPointType (nodecolor.blue()) / 255.);
717 anActor->SetNodeSize(aDlg->GetIntValue(2));
719 SMESH::SMESH_GroupBase_var aGroupObject = SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(IObject);
720 if( !aGroupObject->_is_nil() )
722 SALOMEDS::Color aColor;
723 aColor.R = (float)color.red() / 255.0;
724 aColor.G = (float)color.green() / 255.0;
725 aColor.B = (float)color.blue() / 255.0;
726 aGroupObject->SetColor( aColor );
736 SMESH::RepaintCurrentView();
740 void Control( int theCommandID )
742 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
743 SALOME_ListIO selected;
745 aSel->selectedObjects( selected );
747 if( !selected.IsEmpty() ){
748 Handle(SALOME_InteractiveObject) anIO = selected.First();
751 SMESH_Actor::eControl aControl = SMESH_Actor::eNone;
752 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIO->getEntry())){
753 switch ( theCommandID ){
755 aTitle = QObject::tr( "LENGTH_EDGES" );
756 aControl = SMESH_Actor::eLength;
759 aTitle = QObject::tr( "LENGTH2D_EDGES" );
760 aControl = SMESH_Actor::eLength2D;
763 aTitle = QObject::tr( "FREE_EDGES" );
764 aControl = SMESH_Actor::eFreeEdges;
767 aTitle = QObject::tr( "FREE_BORDERS" );
768 aControl = SMESH_Actor::eFreeBorders;
771 aTitle = QObject::tr( "MULTI_BORDERS" );
772 aControl = SMESH_Actor::eMultiConnection;
775 aTitle = QObject::tr( "FREE_NODES" );
776 aControl = SMESH_Actor::eFreeNodes;
779 aTitle = QObject::tr( "MULTI2D_BORDERS" );
780 aControl = SMESH_Actor::eMultiConnection2D;
783 aTitle = QObject::tr( "AREA_ELEMENTS" );
784 aControl = SMESH_Actor::eArea;
787 aTitle = QObject::tr( "TAPER_ELEMENTS" );
788 aControl = SMESH_Actor::eTaper;
791 aTitle = QObject::tr( "ASPECTRATIO_ELEMENTS" );
792 aControl = SMESH_Actor::eAspectRatio;
795 aTitle = QObject::tr( "ASPECTRATIO_3D_ELEMENTS" );
796 aControl = SMESH_Actor::eAspectRatio3D;
799 aTitle = QObject::tr( "MINIMUMANGLE_ELEMENTS" );
800 aControl = SMESH_Actor::eMinimumAngle;
803 aTitle = QObject::tr( "WARP_ELEMENTS" );
804 aControl = SMESH_Actor::eWarping;
807 aTitle = QObject::tr( "SKEW_ELEMENTS" );
808 aControl = SMESH_Actor::eSkew;
811 aTitle = QObject::tr( "SMESH_VOLUME" );
812 aControl = SMESH_Actor::eVolume3D;
815 aTitle = QObject::tr( "FREE_FACES" );
816 aControl = SMESH_Actor::eFreeFaces;
819 anActor->SetControlMode(aControl);
820 anActor->GetScalarBarActor()->SetTitle(aTitle.toLatin1().data());
821 SMESH::RepaintCurrentView();
828 bool CheckOIType(const Handle(SALOME_InteractiveObject) & theIO,
829 MeshObjectType theType,
830 const QString theInTypeName,
831 QString & theOutTypeName)
833 SMESH_TypeFilter aTypeFilter( theType );
835 if( !theIO.IsNull() )
837 entry = theIO->getEntry();
838 LightApp_DataOwner owner( entry );
839 if ( aTypeFilter.isOk( &owner )) {
840 theOutTypeName = theInTypeName;
848 QString CheckTypeObject(const Handle(SALOME_InteractiveObject) & theIO)
850 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
851 _PTR(SObject) aSObj = aStudy->FindObjectID(theIO->getEntry());
853 _PTR(SComponent) aSComp = aSObj->GetFatherComponent();
854 CORBA::String_var anID = aSComp->GetID().c_str();
855 if (!strcmp(anID.in(),theIO->getEntry()))
861 CheckOIType ( theIO, HYPOTHESIS, "Hypothesis", aTypeName ) ||
862 CheckOIType ( theIO, ALGORITHM, "Algorithm", aTypeName ) ||
863 CheckOIType ( theIO, MESH, "Mesh", aTypeName ) ||
864 CheckOIType ( theIO, SUBMESH, "SubMesh", aTypeName ) ||
865 CheckOIType ( theIO, GROUP, "Group", aTypeName )
873 QString CheckHomogeneousSelection()
875 //SUIT_Study* aStudy = SMESH::GetActiveStudy();
876 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
877 SALOME_ListIO selected;
879 aSel->selectedObjects( selected );
881 QString RefType = CheckTypeObject(selected.First());
882 SALOME_ListIteratorOfListIO It(selected);
883 for ( ; It.More(); It.Next())
885 Handle(SALOME_InteractiveObject) IObject = It.Value();
886 QString Type = CheckTypeObject(IObject);
887 if (Type.compare(RefType) != 0)
888 return "Heterogeneous Selection";
895 void SMESHGUI::OnEditDelete()
897 // VSR 17/11/04: check if all objects selected belong to SMESH component --> start
898 LightApp_SelectionMgr* aSel = SMESHGUI::selectionMgr();
899 SALOME_ListIO selected; aSel->selectedObjects( selected, QString::null, false );
901 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
902 _PTR(StudyBuilder) aStudyBuilder = aStudy->NewBuilder();
903 _PTR(GenericAttribute) anAttr;
904 _PTR(AttributeIOR) anIOR;
908 QString aParentComponent = QString::null;
909 Handle(SALOME_InteractiveObject) anIO;
910 for( SALOME_ListIteratorOfListIO anIt( selected ); anIt.More(); anIt.Next() )
913 QString cur = anIO->getComponentDataType();
914 _PTR(SObject) aSO = aStudy->FindObjectID(anIO->getEntry());
916 // check if object is reference
917 _PTR(SObject) aRefSObj;
918 aNameList.append("\n - ");
919 if ( aSO->ReferencedObject( aRefSObj ) ) {
920 QString aRefName = QString::fromStdString ( aRefSObj->GetName() );
921 aNameList.append( aRefName );
922 cur = QString::fromStdString ( aRefSObj->GetFatherComponent()->ComponentDataType() );
925 aNameList.append(anIO->getName());
929 if( aParentComponent.isNull() )
930 aParentComponent = cur;
931 else if( !aParentComponent.isEmpty() && aParentComponent!=cur )
932 aParentComponent = "";
935 if ( objectCount == 0 )
936 return; // No Valid Objects Selected
938 if ( aParentComponent != SMESHGUI::GetSMESHGUI()->name() ) {
939 SUIT_MessageBox::warning( SMESHGUI::desktop(),
940 QObject::tr("ERR_ERROR"),
941 QObject::tr("NON_SMESH_OBJECTS_SELECTED").arg( SMESHGUI::GetSMESHGUI()->moduleName() ) );
944 // VSR 17/11/04: check if all objects selected belong to SMESH component <-- finish
945 if (SUIT_MessageBox::warning
946 (SMESHGUI::desktop(),
947 QObject::tr("SMESH_WRN_WARNING"),
948 QObject::tr("SMESH_REALLY_DELETE").arg( objectCount ).arg( aNameList ),
949 SUIT_MessageBox::Yes | SUIT_MessageBox::No,
950 SUIT_MessageBox::Yes) != SUIT_MessageBox::Yes)
953 SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
954 SUIT_ViewManager* vm = anApp->activeViewManager();
955 int nbSf = vm->getViewsCount();
957 SALOME_ListIteratorOfListIO It(selected);
959 aStudyBuilder->NewCommand(); // There is a transaction
960 for( ; It.More(); It.Next()){ // loop on selected IO's
961 Handle(SALOME_InteractiveObject) IObject = It.Value();
962 if(IObject->hasEntry()) {
963 _PTR(SObject) aSO = aStudy->FindObjectID(IObject->getEntry());
965 // disable removal of "SMESH" component object
966 if(aSO->FindAttribute(anAttr, "AttributeIOR")){
968 if ( engineIOR() == anIOR->Value().c_str() )
971 //Check the referenced object
972 _PTR(SObject) aRefSObject;
973 if ( aSO && aSO->ReferencedObject( aRefSObject ) )
974 aSO = aRefSObject; // Delete main Object instead of reference
976 // put the whole hierarchy of sub-objects of the selected SO into a list and
977 // then treat them all starting from the deepest objects (at list back)
979 std::list< _PTR(SObject) > listSO;
980 listSO.push_back( aSO );
981 std::list< _PTR(SObject) >::iterator itSO = listSO.begin();
982 for ( ; itSO != listSO.end(); ++itSO ) {
983 _PTR(ChildIterator) it = aStudy->NewChildIterator( *itSO );
984 for (it->InitEx(false); it->More(); it->Next())
985 listSO.push_back( it->Value() );
988 // treat SO's in the list starting from the back
990 std::list< _PTR(SObject) >::reverse_iterator ritSO = listSO.rbegin();
991 for ( ; ritSO != listSO.rend(); ++ritSO ) {
992 _PTR(SObject) SO = *ritSO;
994 std::string anEntry = SO->GetID();
996 /** Erase graphical object **/
997 if(SO->FindAttribute(anAttr, "AttributeIOR")){
998 QVector<SUIT_ViewWindow*> aViews = vm->getViews();
999 for(int i = 0; i < nbSf; i++){
1000 SUIT_ViewWindow *sf = aViews[i];
1001 if(SMESH_Actor* anActor = SMESH::FindActorByEntry(sf,anEntry.c_str())){
1002 SMESH::RemoveActor(sf,anActor);
1007 /** Remove an object from data structures **/
1008 SMESH::SMESH_GroupBase_var aGroup = SMESH::SMESH_GroupBase::_narrow( SMESH::SObjectToObject( SO ));
1009 SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( SO ));
1010 if ( !aGroup->_is_nil() ) { // DELETE GROUP
1011 SMESH::SMESH_Mesh_var aMesh = aGroup->GetMesh();
1012 aMesh->RemoveGroup( aGroup );
1014 else if ( !aSubMesh->_is_nil() ) { // DELETE SUBMESH
1015 SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
1016 aMesh->RemoveSubMesh( aSubMesh );
1018 _PTR(SObject) aMeshSO = SMESH::FindSObject(aMesh);
1020 SMESH::ModifiedMesh(aMeshSO, false, aMesh->NbNodes()==0);
1023 IObject = new SALOME_InteractiveObject
1024 ( anEntry.c_str(), engineIOR().toLatin1().data(), SO->GetName().c_str() );
1025 QString objType = CheckTypeObject(IObject);
1026 if ( objType == "Hypothesis" || objType == "Algorithm" ) {// DELETE HYPOTHESIS
1027 SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
1028 aStudyBuilder->RemoveObjectWithChildren( SO );
1030 else {// default action: remove SObject from the study
1031 // san - it's no use opening a transaction here until UNDO/REDO is provided in SMESH
1032 //SUIT_Operation *op = new SALOMEGUI_ImportOperation(myActiveStudy);
1034 aStudyBuilder->RemoveObjectWithChildren( SO );
1038 } /* listSO back loop */
1039 } /* IObject->hasEntry() */
1041 aStudyBuilder->CommitCommand();
1043 /* Clear any previous selection */
1045 aSel->setSelectedObjects( l1 );
1047 SMESHGUI::GetSMESHGUI()->updateObjBrowser();
1052 SMESHGUI_EXPORT CAM_Module* createModule()
1054 return new SMESHGUI();
1058 SMESH::SMESH_Gen_var SMESHGUI::myComponentSMESH = SMESH::SMESH_Gen::_nil();
1060 //=============================================================================
1064 //=============================================================================
1065 SMESHGUI::SMESHGUI() :
1066 SalomeApp_Module( "SMESH" ),
1067 LightApp_Module( "SMESH" )
1069 if ( CORBA::is_nil( myComponentSMESH ) )
1071 CORBA::Boolean anIsEmbeddedMode;
1072 myComponentSMESH = SMESH_Client::GetSMESHGen(getApp()->orb(),anIsEmbeddedMode);
1074 // 0019923: EDF 765 SMESH : default values of hypothesis
1075 SUIT_ResourceMgr* aResourceMgr = SMESH::GetResourceMgr(this);
1076 int nbSeg = aResourceMgr->integerValue( "SMESH", "segmentation", 10 );
1077 myComponentSMESH->SetBoundaryBoxSegmentation( nbSeg );
1078 nbSeg = aResourceMgr->integerValue( "SMESH", "nb_segments_per_edge", 15 );
1079 myComponentSMESH->SetDefaultNbSegments( nbSeg );
1082 myActiveDialogBox = 0;
1083 myFilterLibraryDlg = 0;
1087 SMESH::GetFilterManager();
1088 SMESH::GetPattern();
1090 /* load resources for all available meshers */
1091 SMESH::InitAvailableHypotheses();
1094 //=============================================================================
1098 //=============================================================================
1099 SMESHGUI::~SMESHGUI()
1101 SMESH::GetFilterManager()->Destroy();
1102 SMESH::GetFilterManager() = SMESH::FilterManager::_nil();
1105 //=============================================================================
1109 //=============================================================================
1110 LightApp_SelectionMgr* SMESHGUI::selectionMgr()
1112 SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
1114 return dynamic_cast<LightApp_SelectionMgr*>( anApp->selectionMgr() );
1119 bool SMESHGUI::automaticUpdate()
1121 SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
1125 return resMgr->booleanValue( "SMESH", "auto_update", false );
1128 //=============================================================================
1132 //=============================================================================
1133 SUIT_ResourceMgr* SMESHGUI::resourceMgr()
1135 return dynamic_cast<SUIT_ResourceMgr*>( SUIT_Session::session()->resourceMgr() );
1138 //=============================================================================
1142 //=============================================================================
1143 SMESHGUI* SMESHGUI::GetSMESHGUI()
1145 SMESHGUI* smeshMod = 0;
1146 SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>(SUIT_Session::session()->activeApplication());
1149 CAM_Module* module = app->module( "Mesh" );
1150 smeshMod = dynamic_cast<SMESHGUI*>( module );
1153 if ( smeshMod && smeshMod->application() && smeshMod->application()->activeStudy() )
1155 SalomeApp_Study* study = dynamic_cast<SalomeApp_Study*>( smeshMod->application()->activeStudy() );
1158 _PTR(Study) aStudy = study->studyDS();
1160 GetSMESHGen()->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
1169 Standard_EXPORT SMESHGUI* GetComponentGUI()
1171 return SMESHGUI::GetSMESHGUI();
1175 //=============================================================================
1179 //=============================================================================
1180 void SMESHGUI::SetState(int aState)
1185 //=============================================================================
1189 //=============================================================================
1190 void SMESHGUI::ResetState()
1195 //=============================================================================
1199 //=============================================================================
1200 void SMESHGUI::EmitSignalDeactivateDialog()
1202 emit SignalDeactivateActiveDialog();
1205 //=============================================================================
1209 //=============================================================================
1210 void SMESHGUI::EmitSignalStudyFrameChanged()
1212 emit SignalStudyFrameChanged();
1215 //=============================================================================
1219 //=============================================================================
1220 void SMESHGUI::EmitSignalCloseAllDialogs()
1222 emit SignalCloseAllDialogs();
1225 //=============================================================================
1229 //=============================================================================
1230 QDialog *SMESHGUI::GetActiveDialogBox()
1232 return myActiveDialogBox;
1235 //=============================================================================
1239 //=============================================================================
1240 void SMESHGUI::SetActiveDialogBox(QDialog * aDlg)
1242 myActiveDialogBox = (QDialog *) aDlg;
1246 //=============================================================================
1250 //=============================================================================
1251 SUIT_Desktop* SMESHGUI::desktop()
1253 SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
1255 return app->desktop();
1260 //=============================================================================
1264 //=============================================================================
1265 SalomeApp_Study* SMESHGUI::activeStudy()
1267 SUIT_Application* app = SUIT_Session::session()->activeApplication();
1269 return dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
1274 //=============================================================================
1278 //=============================================================================
1279 char* SMESHGUI::JoinObjectParameters(const QStringList& theParametersList)
1281 return theParametersList.join(":").toLatin1().data();
1284 //=============================================================================
1288 //=============================================================================
1289 bool SMESHGUI::DefineDlgPosition(QWidget * aDlg, int &x, int &y)
1291 /* Here the position is on the bottom right corner - 10 */
1292 // aDlg->resize(QSize().expandedTo(aDlg->minimumSizeHint()));
1294 SUIT_Desktop *PP = desktop();
1295 x = abs(PP->x() + PP->size().width() - aDlg->size().width() - 10);
1296 y = abs(PP->y() + PP->size().height() - aDlg->size().height() - 10);
1300 //=============================================================================
1304 //=============================================================================
1305 static int isStudyLocked(_PTR(Study) theStudy){
1306 return theStudy->GetProperties()->IsLocked();
1309 static bool checkLock(_PTR(Study) theStudy) {
1310 if (isStudyLocked(theStudy)) {
1311 SUIT_MessageBox::warning( SMESHGUI::desktop(),
1312 QObject::tr("WRN_WARNING"),
1313 QObject::tr("WRN_STUDY_LOCKED") );
1319 //=======================================================================
1320 //function : CheckActiveStudyLocked
1322 //=======================================================================
1324 bool SMESHGUI::isActiveStudyLocked()
1326 _PTR(Study) aStudy = activeStudy()->studyDS();
1327 return checkLock( aStudy );
1330 //=============================================================================
1334 //=============================================================================
1335 bool SMESHGUI::OnGUIEvent( int theCommandID )
1337 SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( application() );
1341 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); //Document OCAF de l'etude active
1342 SUIT_ResourceMgr* mgr = resourceMgr();
1346 if (CORBA::is_nil(GetSMESHGen()->GetCurrentStudy())) {
1347 GetSMESHGen()->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
1350 SUIT_ViewWindow* view = application()->desktop()->activeWindow();
1351 SVTK_ViewWindow* vtkwnd = dynamic_cast<SVTK_ViewWindow*>( view );
1353 //QAction* act = action( theCommandID );
1355 switch (theCommandID) {
1357 if(checkLock(aStudy)) break;
1365 if(checkLock(aStudy)) break;
1366 ::ImportMeshesFromFile(GetSMESHGen(),theCommandID);
1370 case 150: //MED FILE INFORMATION
1372 SALOME_ListIO selected;
1373 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1375 aSel->selectedObjects( selected );
1376 if( selected.Extent() )
1378 Handle(SALOME_InteractiveObject) anIObject = selected.First();
1379 SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIObject);
1380 if ( !aMesh->_is_nil() )
1382 SMESHGUI_FileInfoDlg dlg( desktop(), aMesh->GetMEDFileInfo() );
1389 case 122: // EXPORT MED
1398 ::ExportMeshToFile(theCommandID);
1402 case 200: // SCALAR BAR
1404 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1405 SALOME_ListIO selected;
1407 aSel->selectedObjects( selected );
1409 if( selected.Extent() ) {
1410 Handle(SALOME_InteractiveObject) anIO = selected.First();
1411 if( anIO->hasEntry() ) {
1412 if( SMESH_Actor* anActor = SMESH::FindActorByEntry( anIO->getEntry() ) ) {
1413 anActor->SetControlMode( SMESH_Actor::eNone );
1421 SMESHGUI_Preferences_ScalarBarDlg::ScalarBarProperties( this );
1431 ::DisableAutoColor();
1434 case 1134: // Clipping
1435 case 1133: // Tranparency
1436 case 1132: // Colors / Size
1443 ::SetDisplayMode(theCommandID);
1449 case 219: // Volumes
1450 case 220: // All Entity
1451 ::SetDisplayEntity(theCommandID);
1454 case 221: // Orientation of faces
1456 LightApp_SelectionMgr* mgr = selectionMgr();
1457 SALOME_ListIO selected; mgr->selectedObjects( selected );
1459 SALOME_ListIteratorOfListIO it(selected);
1460 for( ; it.More(); it.Next()) {
1461 Handle(SALOME_InteractiveObject) anIObject = it.Value();
1462 if(anIObject->hasEntry()) {
1463 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
1464 anActor->SetFacesOriented( !anActor->GetFacesOriented() );
1473 if(checkLock(aStudy)) break;
1475 #if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
1478 SMESH::UpdateView();
1480 catch (std::bad_alloc) { // PAL16774 (Crash after display of many groups)
1481 SMESH::OnVisuException();
1483 catch (...) { // PAL16774 (Crash after display of many groups)
1484 SMESH::OnVisuException();
1488 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1489 aSel->selectedObjects( l );
1490 aSel->setSelectedObjects( l );
1495 case 301: // DISPLAY
1496 case 302: // DISPLAY ONLY
1498 SMESH::EDisplaing anAction;
1499 switch (theCommandID) {
1500 case 300: anAction = SMESH::eErase; break;
1501 case 301: anAction = SMESH::eDisplay; break;
1502 case 302: anAction = SMESH::eDisplayOnly; break;
1505 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1506 SALOME_ListIO sel_objects, to_process;
1508 aSel->selectedObjects( sel_objects );
1510 if( theCommandID==302 )
1511 startOperation( myEraseAll );
1513 extractContainers( sel_objects, to_process );
1516 #if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
1520 SALOME_ListIteratorOfListIO It( to_process );
1521 for ( ; It.More(); It.Next()) {
1522 Handle(SALOME_InteractiveObject) IOS = It.Value();
1523 if (IOS->hasEntry()) {
1524 if (!SMESH::UpdateView(anAction, IOS->getEntry()))
1525 break; // PAL16774 (Crash after display of many groups)
1526 if (anAction == SMESH::eDisplayOnly)
1527 anAction = SMESH::eDisplay;
1532 // PAL13338 + PAL15161 -->
1533 if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy))
1534 SMESH::UpdateView();
1535 // PAL13338 + PAL15161 <--
1537 catch (...) { // PAL16774 (Crash after display of many groups)
1538 SMESH::OnVisuException();
1541 if (anAction == SMESH::eErase) {
1543 aSel->setSelectedObjects( l1 );
1546 aSel->setSelectedObjects( to_process );
1553 if(checkLock(aStudy)) break;
1556 EmitSignalDeactivateDialog();
1558 ( new SMESHGUI_NodesDlg( this ) )->show();
1561 SUIT_MessageBox::warning(desktop(),
1562 tr("SMESH_WRN_WARNING"),
1563 tr("SMESH_WRN_VIEWER_VTK"));
1568 case 2151: // FILTER
1572 EmitSignalDeactivateDialog();
1573 ( new SMESHGUI_FilterDlg( this, SMESH::EDGE ) )->show();
1578 case 406: // MOVE NODE
1582 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1583 tr( "NOT_A_VTK_VIEWER" ) );
1587 if(checkLock(aStudy)) break;
1588 ( new SMESHGUI_MoveNodesDlg( this ) )->show();
1592 case 701: // COMPUTE MESH
1593 case 711: // PRECOMPUTE MESH
1595 if (checkLock(aStudy)) break;
1596 startOperation( theCommandID );
1600 case 702: // Create mesh
1601 case 703: // Create sub-mesh
1602 case 704: // Edit mesh/sub-mesh
1603 startOperation( theCommandID );
1605 case 710: // Build compound mesh
1607 if (checkLock(aStudy)) break;
1608 EmitSignalDeactivateDialog();
1609 ( new SMESHGUI_BuildCompoundDlg( this ) )->show();
1613 case 407: // DIAGONAL INVERSION
1614 case 408: // Delete diagonal
1618 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1619 tr( "NOT_A_VTK_VIEWER" ) );
1623 if ( checkLock( aStudy ) )
1626 /*Standard_Boolean aRes;
1627 SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(IObject);
1628 if ( aMesh->_is_nil() )
1630 SUIT_MessageBox::warning(GetDesktop(), tr( "SMESH_WRN_WARNING" ),
1631 tr( "SMESH_BAD_SELECTION" ) );
1635 EmitSignalDeactivateDialog();
1636 if ( theCommandID == 407 )
1637 ( new SMESHGUI_TrianglesInversionDlg( this ) )->show();
1639 ( new SMESHGUI_UnionOfTwoTrianglesDlg( this ) )->show();
1642 case 409: // Change orientation
1643 case 410: // Union of triangles
1644 case 411: // Cutting of quadrangles
1648 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1649 tr( "NOT_A_VTK_VIEWER" ) );
1653 if ( checkLock( aStudy ) )
1656 EmitSignalDeactivateDialog();
1657 SMESHGUI_MultiEditDlg* aDlg = NULL;
1658 if ( theCommandID == 409 )
1659 aDlg = new SMESHGUI_ChangeOrientationDlg(this);
1660 else if ( theCommandID == 410 )
1661 aDlg = new SMESHGUI_UnionOfTrianglesDlg(this);
1663 aDlg = new SMESHGUI_CuttingOfQuadsDlg(this);
1668 case 412: // Smoothing
1670 if(checkLock(aStudy)) break;
1672 EmitSignalDeactivateDialog();
1673 ( new SMESHGUI_SmoothingDlg( this ) )->show();
1676 SUIT_MessageBox::warning(desktop(),
1677 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1681 case 413: // Extrusion
1683 if (checkLock(aStudy)) break;
1685 EmitSignalDeactivateDialog();
1686 ( new SMESHGUI_ExtrusionDlg ( this ) )->show();
1688 SUIT_MessageBox::warning(desktop(),
1689 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1693 case 414: // Revolution
1695 if(checkLock(aStudy)) break;
1697 EmitSignalDeactivateDialog();
1698 ( new SMESHGUI_RevolutionDlg( this ) )->show();
1701 SUIT_MessageBox::warning(desktop(),
1702 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1706 case 415: // Pattern mapping
1708 if ( checkLock( aStudy ) )
1712 EmitSignalDeactivateDialog();
1713 ( new SMESHGUI_MeshPatternDlg( this ) )->show();
1716 SUIT_MessageBox::warning(desktop(),
1717 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1721 case 416: // Extrusion along a path
1723 if (checkLock(aStudy)) break;
1725 EmitSignalDeactivateDialog();
1726 ( new SMESHGUI_ExtrusionAlongPathDlg( this ) )->show();
1728 SUIT_MessageBox::warning(desktop(),
1729 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1733 case 417: // Convert mesh to quadratic
1735 startOperation( 417 );
1736 /* if (checkLock(aStudy)) break;
1738 EmitSignalDeactivateDialog();
1739 new SMESHGUI_ConvToQuadDlg();
1741 SUIT_MessageBox::warning(desktop(),
1742 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1746 case 806: // CREATE GEO GROUP
1748 startOperation( 806 );
1751 case 801: // CREATE GROUP
1755 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1756 tr( "NOT_A_VTK_VIEWER" ) );
1760 if(checkLock(aStudy)) break;
1761 EmitSignalDeactivateDialog();
1762 SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_nil();
1764 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1765 SALOME_ListIO selected;
1767 aSel->selectedObjects( selected );
1769 int nbSel = selected.Extent();
1771 // check if mesh is selected
1772 aMesh = SMESH::GetMeshByIO( selected.First() );
1774 SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, aMesh);
1779 case 802: // CONSTRUCT GROUP
1783 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1784 tr( "NOT_A_VTK_VIEWER" ) );
1788 if(checkLock(aStudy)) break;
1789 EmitSignalDeactivateDialog();
1791 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1792 SALOME_ListIO selected;
1794 aSel->selectedObjects( selected );
1796 int nbSel = selected.Extent();
1798 // check if submesh is selected
1799 Handle(SALOME_InteractiveObject) IObject = selected.First();
1800 if (IObject->hasEntry()) {
1801 _PTR(SObject) aSObj = aStudy->FindObjectID(IObject->getEntry());
1803 SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( aSObj ) );
1804 if (!aSubMesh->_is_nil()) {
1806 SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
1807 // get submesh elements list by types
1808 SMESH::long_array_var aNodes = aSubMesh->GetElementsByType(SMESH::NODE);
1809 SMESH::long_array_var aEdges = aSubMesh->GetElementsByType(SMESH::EDGE);
1810 SMESH::long_array_var aFaces = aSubMesh->GetElementsByType(SMESH::FACE);
1811 SMESH::long_array_var aVolumes = aSubMesh->GetElementsByType(SMESH::VOLUME);
1812 // create group for each type o elements
1813 QString aName = IObject->getName();
1814 if (aNodes->length() > 0) {
1815 SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::NODE, aName + "_Nodes");
1816 aGroup->Add(aNodes.inout());
1818 if (aEdges->length() > 0) {
1819 SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::EDGE, aName + "_Edges");
1820 aGroup->Add(aEdges.inout());
1822 if (aFaces->length() > 0) {
1823 SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::FACE, aName + "_Faces");
1824 aGroup->Add(aFaces.inout());
1826 if (aVolumes->length() > 0) {
1827 SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::VOLUME, aName + "_Volumes");
1828 aGroup->Add(aVolumes.inout());
1833 catch(const SALOME::SALOME_Exception & S_ex){
1834 SalomeApp_Tools::QtCatchCorbaException(S_ex);
1841 SUIT_MessageBox::warning(desktop(),
1842 tr("SMESH_WRN_WARNING"),
1843 tr("SMESH_WRN_NO_AVAILABLE_DATA"));
1848 case 803: // EDIT GROUP
1852 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1853 tr( "NOT_A_VTK_VIEWER" ) );
1857 if(checkLock(aStudy)) break;
1858 EmitSignalDeactivateDialog();
1860 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1861 SALOME_ListIO selected;
1863 aSel->selectedObjects( selected );
1865 SALOME_ListIteratorOfListIO It (selected);
1866 int nbSelectedGroups = 0;
1867 for ( ; It.More(); It.Next() )
1869 SMESH::SMESH_GroupBase_var aGroup =
1870 SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(It.Value());
1871 if (!aGroup->_is_nil()) {
1873 SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, aGroup);
1877 if (nbSelectedGroups == 0)
1879 SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, SMESH::SMESH_GroupBase::_nil());
1885 case 804: // Add elements to group
1887 if(checkLock(aStudy)) break;
1888 if (myState == 800) {
1889 SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1890 if (aDlg) aDlg->onAdd();
1895 case 805: // Remove elements from group
1897 if(checkLock(aStudy)) break;
1898 if (myState == 800) {
1899 SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1900 if (aDlg) aDlg->onRemove();
1905 case 815: // Edit GEOM GROUP as standalone
1909 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1910 tr( "NOT_A_VTK_VIEWER" ) );
1914 if(checkLock(aStudy)) break;
1915 EmitSignalDeactivateDialog();
1917 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1918 SALOME_ListIO selected;
1920 aSel->selectedObjects( selected );
1922 SALOME_ListIteratorOfListIO It (selected);
1923 for ( ; It.More(); It.Next() )
1925 SMESH::SMESH_GroupOnGeom_var aGroup =
1926 SMESH::IObjectToInterface<SMESH::SMESH_GroupOnGeom>(It.Value());
1927 if (!aGroup->_is_nil()) {
1928 SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, aGroup, true );
1935 case 810: // Union Groups
1936 case 811: // Intersect groups
1937 case 812: // Cut groups
1941 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1942 tr( "NOT_A_VTK_VIEWER" ) );
1946 if ( checkLock( aStudy ) )
1949 EmitSignalDeactivateDialog();
1951 SMESHGUI_GroupOpDlg* aDlg = 0;
1952 if ( theCommandID == 810 )
1953 aDlg = new SMESHGUI_UnionGroupsDlg( this );
1954 else if ( theCommandID == 811 )
1955 aDlg = new SMESHGUI_IntersectGroupsDlg( this );
1957 aDlg = new SMESHGUI_CutGroupsDlg( this );
1964 case 814: // Create groups of entities from existing groups of superior dimensions
1966 if ( checkLock( aStudy ) )
1969 EmitSignalDeactivateDialog();
1970 SMESHGUI_GroupOpDlg* aDlg = new SMESHGUI_DimGroupDlg( this );
1976 case 813: // Delete groups with their contents
1980 SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1981 tr( "NOT_A_VTK_VIEWER" ) );
1985 if ( checkLock( aStudy ) )
1988 EmitSignalDeactivateDialog();
1990 ( new SMESHGUI_DeleteGroupDlg( this ) )->show();
1994 case 900: // MESH INFOS
1996 EmitSignalDeactivateDialog();
1997 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1998 SALOME_ListIO selected;
2000 aSel->selectedObjects( selected );
2002 if ( selected.Extent() > 1 ) { // a dlg for each IO
2004 SALOME_ListIteratorOfListIO It (selected);
2005 for ( ; It.More(); It.Next() ) {
2006 IOs.Clear(); IOs.Append( It.Value() );
2007 aSel->setSelectedObjects( IOs );
2008 ( new SMESHGUI_MeshInfosDlg( this ) )->show();
2010 // restore selection
2011 aSel->setSelectedObjects( selected );
2014 ( new SMESHGUI_MeshInfosDlg( this ) )->show();
2018 case 902: // STANDARD MESH INFOS
2020 EmitSignalDeactivateDialog();
2021 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2022 SALOME_ListIO selected;
2024 aSel->selectedObjects( selected );
2026 if ( selected.Extent() > 1 ) { // a dlg for each IO
2028 SALOME_ListIteratorOfListIO It (selected);
2029 for ( ; It.More(); It.Next() ) {
2031 IOs.Append( It.Value() );
2032 aSel->setSelectedObjects( IOs );
2033 ( new SMESHGUI_StandardMeshInfosDlg( this ) )->show();
2035 // restore selection
2036 aSel->setSelectedObjects( selected );
2039 ( new SMESHGUI_StandardMeshInfosDlg( this ) )->show();
2043 case 903: // WHAT IS
2045 EmitSignalDeactivateDialog();
2046 ( new SMESHGUI_WhatIsDlg( this ) )->show();
2050 case 1100: // EDIT HYPOTHESIS
2052 if(checkLock(aStudy)) break;
2054 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2055 SALOME_ListIO selected;
2057 aSel->selectedObjects( selected );
2059 int nbSel = selected.Extent();
2062 Handle(SALOME_InteractiveObject) anIObject = selected.First();
2063 SMESH::SMESH_Hypothesis_var aHypothesis = SMESH::IObjectToInterface<SMESH::SMESH_Hypothesis>(anIObject);
2065 /* Look for all mesh objects that have this hypothesis affected in order to flag as ModifiedMesh */
2066 /* At end below '...->updateObjBrowser(true)' will change icon of mesh objects */
2067 /* Warning : however by internal mechanism all subMeshes icons are changed ! */
2068 if ( !aHypothesis->_is_nil() )
2070 SMESHGUI_GenericHypothesisCreator* aCreator = SMESH::GetHypothesisCreator(aHypothesis->GetName());
2072 aCreator->edit( aHypothesis.in(), anIObject->getName(), desktop() );
2079 updateObjBrowser( true );
2083 case 1101: // RENAME
2085 if ( checkLock( aStudy ) )
2088 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2089 SALOME_ListIO selected;
2091 aSel->selectedObjects( selected );
2093 bool isAny = false; // is there any appropriate object selected
2095 SALOME_ListIteratorOfListIO It( selected );
2096 for ( ; It.More(); It.Next() )
2098 Handle(SALOME_InteractiveObject) IObject = It.Value();
2099 _PTR(SObject) obj = aStudy->FindObjectID( IObject->getEntry() );
2100 _PTR(GenericAttribute) anAttr;
2101 _PTR(AttributeName) aName;
2104 if ( obj->FindAttribute(anAttr, "AttributeName") )
2107 QString newName = QString(aName->Value().c_str());
2109 // check type to prevent renaming of inappropriate objects
2110 int aType = SMESHGUI_Selection::type(IObject->getEntry(), aStudy);
2111 if (aType == MESH || aType == GROUP ||
2112 aType == SUBMESH || aType == SUBMESH_COMPOUND ||
2113 aType == SUBMESH_SOLID || aType == SUBMESH_FACE ||
2114 aType == SUBMESH_EDGE || aType == SUBMESH_VERTEX ||
2115 aType == HYPOTHESIS || aType == ALGORITHM)
2118 newName = LightApp_NameDlg::getName(desktop(), newName);
2119 if ( !newName.isEmpty() )
2121 SMESHGUI::GetSMESHGen()->SetName(obj->GetIOR().c_str(), newName.toLatin1().data());
2131 SUIT_MessageBox::warning(desktop(),
2132 QObject::tr("SMESH_WRN_WARNING"),
2133 QObject::tr("SMESH_WRN_NO_APPROPRIATE_SELECTION"));
2138 case 1102: // REMOVE HYPOTHESIS / ALGORITHMS
2140 if(checkLock(aStudy)) break;
2141 SUIT_OverrideCursor wc;
2143 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2144 SALOME_ListIO selected;
2146 aSel->selectedObjects( selected, QString::null, false );
2148 SALOME_ListIteratorOfListIO It(selected);
2149 for (int i = 0; It.More(); It.Next(), i++) {
2150 Handle(SALOME_InteractiveObject) IObject = It.Value();
2151 SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
2154 aSel->setSelectedObjects( l1 );
2159 case 401: // GEOM::EDGE
2160 case 4021: // TRIANGLE
2162 case 4023: // POLYGON
2166 if(checkLock(aStudy)) break;
2168 EmitSignalDeactivateDialog();
2169 SMDSAbs_ElementType type = SMDSAbs_Edge;
2171 switch (theCommandID) {
2172 case 4021: // TRIANGLE
2173 type = SMDSAbs_Face; nbNodes = 3; break;
2175 type = SMDSAbs_Face; nbNodes = 4; break;
2177 type = SMDSAbs_Volume; nbNodes = 4; break;
2178 case 4023: // POLYGON
2179 type = SMDSAbs_Face; nbNodes = 5; break; // 5 - identificator for POLYGON
2181 type = SMDSAbs_Volume; nbNodes = 8; break;
2182 case 4033: // POLYHEDRE
2183 type = SMDSAbs_Volume; nbNodes = 9; break; // 9 - identificator for POLYHEDRE
2186 ( new SMESHGUI_AddMeshElementDlg( this, type, nbNodes ) )->show();
2189 SUIT_MessageBox::warning(desktop(),
2190 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2194 case 4033: // POLYHEDRON
2196 if(checkLock(aStudy)) break;
2198 EmitSignalDeactivateDialog();
2199 ( new SMESHGUI_CreatePolyhedralVolumeDlg( this ) )->show();
2202 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2203 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2207 case 4034: // QUADRATIC EDGE
2208 case 4035: // QUADRATIC TRIANGLE
2209 case 4036: // QUADRATIC QUADRANGLE
2210 case 4037: // QUADRATIC TETRAHEDRON
2211 case 4038: // QUADRATIC PYRAMID
2212 case 4039: // QUADRATIC PENTAHEDRON
2213 case 4040: // QUADRATIC HEXAHEDRON
2215 if(checkLock(aStudy)) break;
2217 EmitSignalDeactivateDialog();
2220 switch (theCommandID) {
2222 type = QUAD_EDGE; break;
2224 type = QUAD_TRIANGLE; break;
2226 type = QUAD_QUADRANGLE; break;
2228 type = QUAD_TETRAHEDRON; break;
2230 type = QUAD_PYRAMID; break;
2232 type = QUAD_PENTAHEDRON; break;
2234 type = QUAD_HEXAHEDRON;
2238 ( new SMESHGUI_AddQuadraticElementDlg( this, type ) )->show();
2241 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2242 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2246 case 4041: // REMOVES NODES
2248 if(checkLock(aStudy)) break;
2250 EmitSignalDeactivateDialog();
2251 ( new SMESHGUI_RemoveNodesDlg( this ) )->show();
2254 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2255 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2259 case 4042: // REMOVES ELEMENTS
2261 if(checkLock(aStudy)) break;
2263 EmitSignalDeactivateDialog();
2264 ( new SMESHGUI_RemoveElementsDlg( this ) )->show();
2268 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2269 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2273 case 4043: { // CLEAR_MESH
2275 if(checkLock(aStudy)) break;
2277 SALOME_ListIO selected;
2278 if( LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr() )
2279 aSel->selectedObjects( selected );
2281 SUIT_OverrideCursor wc;
2282 SALOME_ListIteratorOfListIO It (selected);
2283 for ( ; It.More(); It.Next() )
2285 Handle(SALOME_InteractiveObject) IOS = It.Value();
2286 SMESH::SMESH_Mesh_var aMesh =
2287 SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(IOS);
2288 if ( aMesh->_is_nil()) continue;
2290 SMESH::UpdateView(SMESH::eErase, IOS->getEntry());
2292 _PTR(SObject) aMeshSObj = SMESH::FindSObject(aMesh);
2293 SMESH::ModifiedMesh( aMeshSObj, false, true);
2294 // hide groups and submeshes
2295 _PTR(ChildIterator) anIter =
2296 SMESH::GetActiveStudyDocument()->NewChildIterator( aMeshSObj );
2297 for ( anIter->InitEx(true); anIter->More(); anIter->Next() )
2299 _PTR(SObject) so = anIter->Value();
2300 SMESH::UpdateView(SMESH::eErase, so->GetID().c_str());
2303 catch (const SALOME::SALOME_Exception& S_ex){
2305 SalomeApp_Tools::QtCatchCorbaException(S_ex);
2309 SMESH::UpdateView();
2313 case 4051: // RENUMBERING NODES
2315 if(checkLock(aStudy)) break;
2317 EmitSignalDeactivateDialog();
2318 ( new SMESHGUI_RenumberingDlg( this, 0 ) )->show();
2322 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2323 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2327 case 4052: // RENUMBERING ELEMENTS
2329 if(checkLock(aStudy)) break;
2331 EmitSignalDeactivateDialog();
2332 ( new SMESHGUI_RenumberingDlg( this, 1 ) )->show();
2336 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2337 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2341 case 4061: // TRANSLATION
2343 if(checkLock(aStudy)) break;
2345 EmitSignalDeactivateDialog();
2346 ( new SMESHGUI_TranslationDlg( this ) )->show();
2349 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2350 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2354 case 4062: // ROTATION
2356 if(checkLock(aStudy)) break;
2358 EmitSignalDeactivateDialog();
2359 ( new SMESHGUI_RotationDlg( this ) )->show();
2362 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2363 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2367 case 4063: // SYMMETRY
2369 if(checkLock(aStudy)) break;
2371 EmitSignalDeactivateDialog();
2372 ( new SMESHGUI_SymmetryDlg( this ) )->show();
2375 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2376 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2380 case 4064: // SEWING
2382 if(checkLock(aStudy)) break;
2384 EmitSignalDeactivateDialog();
2385 ( new SMESHGUI_SewingDlg( this ) )->show();
2388 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2389 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2393 case 4065: // MERGE NODES
2395 if(checkLock(aStudy)) break;
2397 EmitSignalDeactivateDialog();
2398 ( new SMESHGUI_EditMeshDlg( this, 0 ) )->show();
2401 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2402 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2406 case 4066: // MERGE EQUAL ELEMENTS
2408 if (checkLock(aStudy)) break;
2410 EmitSignalDeactivateDialog();
2411 ( new SMESHGUI_EditMeshDlg( this, 1 ) )->show();
2413 SUIT_MessageBox::warning(SMESHGUI::desktop(),
2414 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2419 case 4067: // MAKE MESH PASS THROUGH POINT
2420 startOperation( 4067 );
2423 case 5105: // Library of selection filters
2425 static QList<int> aTypes;
2426 if ( aTypes.isEmpty() )
2428 aTypes.append( SMESH::NODE );
2429 aTypes.append( SMESH::EDGE );
2430 aTypes.append( SMESH::FACE );
2431 aTypes.append( SMESH::VOLUME );
2433 if (!myFilterLibraryDlg)
2434 myFilterLibraryDlg = new SMESHGUI_FilterLibraryDlg( this, SMESH::GetDesktop( this ), aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
2435 else if (myFilterLibraryDlg->isHidden())
2436 myFilterLibraryDlg->Init( aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
2437 myFilterLibraryDlg->raise();
2441 case 6017: // CONTROLS
2459 LightApp_SelectionMgr* mgr = selectionMgr();
2460 SALOME_ListIO selected; mgr->selectedObjects( selected );
2462 if ( selected.Extent() == 1 && selected.First()->hasEntry() ) {
2463 _PTR(SObject) SO = aStudy->FindObjectID( selected.First()->getEntry() );
2465 CORBA::Object_var aObject = SMESH::SObjectToObject( SO );
2466 SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_narrow( aObject );
2467 SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( aObject );
2468 SMESH::SMESH_GroupBase_var aGroup = SMESH::SMESH_GroupBase::_narrow( aObject );
2469 if ( !aMesh->_is_nil() || !aSubMesh->_is_nil() || !aGroup->_is_nil() ) {
2470 ::Control( theCommandID );
2475 SUIT_MessageBox::warning(desktop(),
2476 tr( "SMESH_WRN_WARNING" ),
2477 tr( "SMESH_BAD_SELECTION" ) );
2481 SUIT_MessageBox::warning(desktop(),
2482 tr( "SMESH_WRN_WARNING" ),
2483 tr( "NOT_A_VTK_VIEWER" ) );
2488 LightApp_SelectionMgr* mgr = selectionMgr();
2489 SALOME_ListIO selected; mgr->selectedObjects( selected );
2491 SALOME_ListIteratorOfListIO it(selected);
2492 for( ; it.More(); it.Next()) {
2493 Handle(SALOME_InteractiveObject) anIObject = it.Value();
2494 if(anIObject->hasEntry()) {
2495 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2496 anActor->SetPointsLabeled( !anActor->GetPointsLabeled() );
2504 LightApp_SelectionMgr* mgr = selectionMgr();
2505 SALOME_ListIO selected; mgr->selectedObjects( selected );
2507 if (selected.Extent() == 1) {
2508 Handle(SALOME_InteractiveObject) anIObject = selected.First();
2509 if(anIObject->hasEntry())
2510 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2511 anActor->SetCellsLabeled( !anActor->GetCellsLabeled() );
2518 anApp->updateActions(); //SRN: To update a Save button in the toolbar
2519 //updateObjBrowser();
2523 //=============================================================================
2527 //=============================================================================
2528 bool SMESHGUI::OnMousePress( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2533 //=============================================================================
2537 //=============================================================================
2538 bool SMESHGUI::OnMouseMove( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2543 //=============================================================================
2547 //=============================================================================
2548 bool SMESHGUI::OnKeyPress( QKeyEvent * pe, SUIT_ViewWindow * wnd )
2553 //=============================================================================
2554 /*! Method: BuildPresentation(const Handle(SALOME_InteractiveObject)& theIO)
2555 * Purpose: ensures that the actor for the given <theIO> exists in the active VTK view
2557 //=============================================================================
2558 void SMESHGUI::BuildPresentation( const Handle(SALOME_InteractiveObject) & theIO,
2559 SUIT_ViewWindow* wnd )
2561 if(theIO->hasEntry()){
2562 //SUIT_ViewWindow* wnd = SMESH::GetActiveWindow();
2563 SMESH::UpdateView(wnd,SMESH::eDisplay,theIO->getEntry());
2567 //=======================================================================
2568 // function : createSMESHAction
2570 //=======================================================================
2571 void SMESHGUI::createSMESHAction( const int id, const QString& po_id, const QString& icon_id, const int key, const bool toggle )
2574 QWidget* parent = application()->desktop();
2575 SUIT_ResourceMgr* resMgr = resourceMgr();
2577 if ( !icon_id.isEmpty() )
2578 pix = resMgr->loadPixmap( "SMESH", tr( icon_id.toLatin1().data() ) );
2580 pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_%1" ).arg( po_id ).toLatin1().data() ), false );
2581 if ( !pix.isNull() )
2582 icon = QIcon( pix );
2584 QString tooltip = tr( QString( "TOP_%1" ).arg( po_id ).toLatin1().data() ),
2585 menu = tr( QString( "MEN_%1" ).arg( po_id ).toLatin1().data() ),
2586 status_bar = tr( QString( "STB_%1" ).arg( po_id ).toLatin1().data() );
2588 createAction( id, tooltip, icon, menu, status_bar, key, parent, toggle, this, SLOT( OnGUIEvent() ) );
2591 //=======================================================================
2592 // function : createPopupItem
2594 //=======================================================================
2595 void SMESHGUI::createPopupItem( const int id,
2596 const QString& clients,
2597 const QString& types,
2598 const QString& theRule,
2603 parentId = popupMgr()->actionId( action( pId ) );
2605 if( !popupMgr()->contains( popupMgr()->actionId( action( id ) ) ) )
2606 popupMgr()->insert( action( id ), parentId, 0 );
2608 QString lc = "$"; // VSR : instead of QtxPopupSelection::defEquality();
2609 QString dc = "selcount"; // VSR : insetad of QtxPopupSelection::defSelCountParam()
2610 QString rule = "(%1) and (%2) and (%3)";
2611 rule = rule.arg( QString( "%1>0" ).arg( dc ) );
2612 if( clients.isEmpty() )
2613 rule = rule.arg( QString( "true" ) );
2615 rule = rule.arg( QString( "%1client in {%2}" ).arg( lc ).arg( clients ) );
2616 rule = rule.arg( QString( "%1type in {%2}" ).arg( lc ).arg( types ) );
2619 bool cont = myRules.contains( id );
2621 rule = QString( "%1 or (%2)" ).arg( myRules[ id ] ).arg( rule );
2623 popupMgr()->setRule( action( id ), rule, QtxPopupMgr::VisibleRule );
2624 myRules[ id ] = QString( cont ? "%1" : "(%1)" ).arg( rule );
2627 //=======================================================================
2628 // function : initialize
2630 //=======================================================================
2631 void SMESHGUI::initialize( CAM_Application* app )
2633 SalomeApp_Module::initialize( app );
2635 // SUIT_ResourceMgr* mgr = app->resourceMgr();
2637 /* Automatic Update flag */
2638 // myAutomaticUpdate = mgr->booleanValue( "SMESH", "AutomaticUpdate", myAutomaticUpdate );
2640 // ----- create actions --------------
2642 createSMESHAction( 111, "DAT", "", (Qt::CTRL+Qt::Key_B) );
2643 createSMESHAction( 112, "UNV", "", (Qt::CTRL+Qt::Key_U) );
2644 createSMESHAction( 113, "MED", "", (Qt::CTRL+Qt::Key_M) );
2645 createSMESHAction( 114, "NUM" );
2646 createSMESHAction( 121, "DAT" );
2647 createSMESHAction( 122, "MED" );
2648 createSMESHAction( 123, "UNV" );
2649 createSMESHAction( 140, "STL" );
2650 createSMESHAction( 124, "EXPORT_DAT" );
2651 createSMESHAction( 125, "EXPORT_MED" );
2652 createSMESHAction( 126, "EXPORT_UNV" );
2653 createSMESHAction( 141, "EXPORT_STL" );
2654 createSMESHAction( 150, "FILE_INFO" );
2655 createSMESHAction( 33, "DELETE", "ICON_DELETE", Qt::Key_Delete );
2656 createSMESHAction( 5105, "SEL_FILTER_LIB" );
2657 createSMESHAction( 701, "COMPUTE", "ICON_COMPUTE" );
2658 createSMESHAction( 702, "CREATE_MESH", "ICON_DLG_INIT_MESH" );
2659 createSMESHAction( 703, "CREATE_SUBMESH", "ICON_DLG_ADD_SUBMESH" );
2660 createSMESHAction( 704, "EDIT_MESHSUBMESH","ICON_DLG_EDIT_MESH" );
2661 createSMESHAction( 710, "BUILD_COMPOUND", "ICON_BUILD_COMPOUND" );
2662 createSMESHAction( 711, "PRECOMPUTE", "ICON_PRECOMPUTE" );
2663 createSMESHAction( 806, "CREATE_GEO_GROUP","ICON_CREATE_GEO_GROUP" );
2664 createSMESHAction( 801, "CREATE_GROUP", "ICON_CREATE_GROUP" );
2665 createSMESHAction( 802, "CONSTRUCT_GROUP", "ICON_CONSTRUCT_GROUP" );
2666 createSMESHAction( 803, "EDIT_GROUP", "ICON_EDIT_GROUP" );
2667 createSMESHAction( 815, "EDIT_GEOMGROUP_AS_GROUP", "ICON_EDIT_GROUP" );
2668 createSMESHAction( 804, "ADD" );
2669 createSMESHAction( 805, "REMOVE" );
2670 createSMESHAction( 810, "UN_GROUP", "ICON_UNION" );
2671 createSMESHAction( 811, "INT_GROUP", "ICON_INTERSECT" );
2672 createSMESHAction( 812, "CUT_GROUP", "ICON_CUT" );
2673 createSMESHAction( 814, "UNDERLYING_ELEMS","ICON_UNDERLYING_ELEMS" );
2674 createSMESHAction( 813, "DEL_GROUP", "ICON_DEL_GROUP" );
2675 createSMESHAction( 900, "ADV_INFO", "ICON_ADV_INFO" );
2676 createSMESHAction( 902, "STD_INFO", "ICON_STD_INFO" );
2677 createSMESHAction( 903, "WHAT_IS", "ICON_WHAT_IS" );
2678 createSMESHAction( 6001, "LENGTH", "ICON_LENGTH", 0, true );
2679 createSMESHAction( 6002, "FREE_EDGE", "ICON_FREE_EDGE", 0, true );
2680 createSMESHAction( 6021, "FREE_FACES", "ICON_FREE_FACES", 0, true );
2681 createSMESHAction( 6003, "FREE_BORDER", "ICON_FREE_EDGE_2D", 0, true );
2682 createSMESHAction( 6004, "CONNECTION", "ICON_CONNECTION", 0, true );
2683 createSMESHAction( 6005, "FREE_NODE", "ICON_FREE_NODE", 0, true );
2684 createSMESHAction( 6011, "AREA", "ICON_AREA", 0, true );
2685 createSMESHAction( 6012, "TAPER", "ICON_TAPER", 0, true );
2686 createSMESHAction( 6013, "ASPECT", "ICON_ASPECT", 0, true );
2687 createSMESHAction( 6014, "MIN_ANG", "ICON_ANGLE", 0, true );
2688 createSMESHAction( 6015, "WARP", "ICON_WARP", 0, true );
2689 createSMESHAction( 6016, "SKEW", "ICON_SKEW", 0, true );
2690 createSMESHAction( 6017, "ASPECT_3D", "ICON_ASPECT_3D", 0, true );
2691 createSMESHAction( 6018, "LENGTH_2D", "ICON_LENGTH_2D", 0, true );
2692 createSMESHAction( 6019, "CONNECTION_2D", "ICON_CONNECTION_2D", 0, true );
2693 createSMESHAction( 6009, "VOLUME_3D", "ICON_VOLUME_3D", 0, true );
2694 createSMESHAction( 400, "NODE", "ICON_DLG_NODE" );
2695 createSMESHAction( 401, "EDGE", "ICON_DLG_EDGE" );
2696 createSMESHAction( 4021, "TRIANGLE", "ICON_DLG_TRIANGLE" );
2697 createSMESHAction( 4022, "QUAD", "ICON_DLG_QUADRANGLE" );
2698 createSMESHAction( 4023, "POLYGON", "ICON_DLG_POLYGON" );
2699 createSMESHAction( 4031, "TETRA", "ICON_DLG_TETRAS" );
2700 createSMESHAction( 4032, "HEXA", "ICON_DLG_HEXAS" );
2701 createSMESHAction( 4041, "REMOVE_NODES", "ICON_DLG_REM_NODE" );
2702 createSMESHAction( 4042, "REMOVE_ELEMENTS", "ICON_DLG_REM_ELEMENT" );
2703 createSMESHAction( 4043, "CLEAR_MESH" , "ICON_CLEAR_MESH" );
2704 createSMESHAction( 4051, "RENUM_NODES", "ICON_DLG_RENUMBERING_NODES" );
2705 createSMESHAction( 4052, "RENUM_ELEMENTS", "ICON_DLG_RENUMBERING_ELEMENTS" );
2706 createSMESHAction( 4061, "TRANS", "ICON_SMESH_TRANSLATION_VECTOR" );
2707 createSMESHAction( 4062, "ROT", "ICON_DLG_MESH_ROTATION" );
2708 createSMESHAction( 4063, "SYM", "ICON_SMESH_SYMMETRY_PLANE" );
2709 createSMESHAction( 4064, "SEW", "ICON_SMESH_SEWING_FREEBORDERS" );
2710 createSMESHAction( 4065, "MERGE", "ICON_SMESH_MERGE_NODES" );
2711 createSMESHAction( 4066, "MERGE_ELEMENTS", "ICON_DLG_MERGE_ELEMENTS" );
2712 createSMESHAction( 4067, "MESH_THROU_POINT","ICON_DLG_MESH_THROU_POINT" );
2713 createSMESHAction( 406, "MOVE", "ICON_DLG_MOVE_NODE" );
2714 createSMESHAction( 407, "INV", "ICON_DLG_MESH_DIAGONAL" );
2715 createSMESHAction( 408, "UNION2", "ICON_UNION2TRI" );
2716 createSMESHAction( 409, "ORIENT", "ICON_DLG_MESH_ORIENTATION" );
2717 createSMESHAction( 410, "UNION", "ICON_UNIONTRI" );
2718 createSMESHAction( 411, "CUT", "ICON_CUTQUAD" );
2719 createSMESHAction( 412, "SMOOTH", "ICON_DLG_SMOOTHING" );
2720 createSMESHAction( 413, "EXTRUSION", "ICON_EXTRUSION" );
2721 createSMESHAction( 414, "REVOLUTION", "ICON_REVOLUTION" );
2722 createSMESHAction( 415, "MAP", "ICON_MAP" );
2723 createSMESHAction( 416, "EXTRUSION_ALONG", "ICON_EXTRUSION_ALONG" );
2724 createSMESHAction( 417, "CONV_TO_QUAD", "ICON_CONV_TO_QUAD" );
2725 createSMESHAction( 200, "RESET" );
2726 createSMESHAction( 201, "SCALAR_BAR_PROP" );
2727 createSMESHAction( 211, "WIRE", "ICON_WIRE", 0, true );
2728 createSMESHAction( 212, "SHADE", "ICON_SHADE", 0, true );
2729 createSMESHAction( 213, "SHRINK", "ICON_SHRINK", 0, true );
2730 createSMESHAction( 214, "UPDATE", "ICON_UPDATE" );
2731 createSMESHAction( 215, "NODES", "ICON_POINTS", 0, true );
2732 createSMESHAction( 217, "EDGES", "ICON_DLG_EDGE", 0, true );
2733 createSMESHAction( 218, "FACES", "ICON_DLG_TRIANGLE", 0, true );
2734 createSMESHAction( 219, "VOLUMES", "ICON_DLG_TETRAS", 0, true );
2735 createSMESHAction( 220, "ALL" );
2736 createSMESHAction( 221, "FACE_ORIENTATION", "", 0, true );
2737 createSMESHAction( 1100, "EDIT_HYPO" );
2738 createSMESHAction( 1101, "RENAME", "", Qt::Key_F2 );
2739 createSMESHAction( 1102, "UNASSIGN" );
2740 createSMESHAction( 9010, "NUM_NODES", "", 0, true );
2741 createSMESHAction( 9011, "NUM_ELEMENTS", "", 0, true );
2742 createSMESHAction( 1131, "DISPMODE" );
2743 createSMESHAction( 1132, "COLORS" );
2744 createSMESHAction( 1133, "TRANSP" );
2745 createSMESHAction( 1134, "CLIP" );
2746 createSMESHAction( 1135, "DISP_ENT" );
2747 createSMESHAction( 1136, "AUTO_COLOR" );
2748 createSMESHAction( 1137, "DISABLE_AUTO_COLOR" );
2749 createSMESHAction( 2000, "CTRL" );
2751 createSMESHAction( 300, "ERASE" );
2752 createSMESHAction( 301, "DISPLAY" );
2753 createSMESHAction( 302, "DISPLAY_ONLY" );
2754 createSMESHAction( 4033, "POLYHEDRON", "ICON_DLG_POLYHEDRON" );
2755 createSMESHAction( 4034, "QUADRATIC_EDGE", "ICON_DLG_QUADRATIC_EDGE" );
2756 createSMESHAction( 4035, "QUADRATIC_TRIANGLE", "ICON_DLG_QUADRATIC_TRIANGLE" );
2757 createSMESHAction( 4036, "QUADRATIC_QUADRANGLE", "ICON_DLG_QUADRATIC_QUADRANGLE" );
2758 createSMESHAction( 4037, "QUADRATIC_TETRAHEDRON", "ICON_DLG_QUADRATIC_TETRAHEDRON" );
2759 createSMESHAction( 4038, "QUADRATIC_PYRAMID", "ICON_DLG_QUADRATIC_PYRAMID" );
2760 createSMESHAction( 4039, "QUADRATIC_PENTAHEDRON", "ICON_DLG_QUADRATIC_PENTAHEDRON" );
2761 createSMESHAction( 4040, "QUADRATIC_HEXAHEDRON", "ICON_DLG_QUADRATIC_HEXAHEDRON" );
2763 // ----- create menu --------------
2764 int fileId = createMenu( tr( "MEN_FILE" ), -1, 1 ),
2765 editId = createMenu( tr( "MEN_EDIT" ), -1, 3 ),
2766 toolsId = createMenu( tr( "MEN_TOOLS" ), -1, 5, 50 ),
2767 meshId = createMenu( tr( "MEN_MESH" ), -1, 70, 10 ),
2768 ctrlId = createMenu( tr( "MEN_CTRL" ), -1, 60, 10 ),
2769 modifyId = createMenu( tr( "MEN_MODIFY" ), -1, 40, 10 ),
2770 viewId = createMenu( tr( "MEN_VIEW" ), -1, 2 );
2772 createMenu( separator(), fileId );
2774 int importId = createMenu( tr( "MEN_IMPORT" ), fileId, -1, 10 ),
2775 exportId = createMenu( tr( "MEN_EXPORT" ), fileId, -1, 10 ),
2776 addId = createMenu( tr( "MEN_ADD" ), modifyId, 402 ),
2777 removeId = createMenu( tr( "MEN_REMOVE" ), modifyId, 403 ),
2778 renumId = createMenu( tr( "MEN_RENUM" ), modifyId, 404 ),
2779 transfId = createMenu( tr( "MEN_TRANSF" ), modifyId, 405 );
2781 createMenu( 111, importId, -1 );
2782 createMenu( 112, importId, -1 );
2783 createMenu( 113, importId, -1 );
2785 createMenu( 121, exportId, -1 );
2786 createMenu( 122, exportId, -1 );
2787 createMenu( 123, exportId, -1 );
2788 createMenu( 140, exportId, -1 ); // export to stl STL
2790 createMenu( separator(), fileId, 10 );
2792 createMenu( 33, editId, -1 );
2794 createMenu( 5105, toolsId, -1 );
2796 createMenu( 702, meshId, -1 ); // "Mesh" menu
2797 createMenu( 703, meshId, -1 );
2798 createMenu( 704, meshId, -1 );
2799 createMenu( 710, meshId, -1 );
2800 createMenu( separator(), meshId, -1 );
2801 createMenu( 701, meshId, -1 );
2802 createMenu( 711, meshId, -1 );
2803 createMenu( separator(), meshId, -1 );
2804 createMenu( 801, meshId, -1 );
2805 createMenu( 806, meshId, -1 );
2806 createMenu( 802, meshId, -1 );
2807 createMenu( 803, meshId, -1 );
2808 createMenu( 815, meshId, -1 );
2809 createMenu( separator(), meshId, -1 );
2810 createMenu( 810, meshId, -1 );
2811 createMenu( 811, meshId, -1 );
2812 createMenu( 812, meshId, -1 );
2813 createMenu( separator(), meshId, -1 );
2814 createMenu( 814, meshId, -1 );
2815 createMenu( separator(), meshId, -1 );
2816 createMenu( 813, meshId, -1 );
2817 createMenu( separator(), meshId, -1 );
2818 createMenu( 900, meshId, -1 );
2819 createMenu( 902, meshId, -1 );
2820 createMenu( 903, meshId, -1 );
2821 createMenu( separator(), meshId, -1 );
2823 createMenu( 6003, ctrlId, -1 );
2824 createMenu( 6001, ctrlId, -1 );
2825 createMenu( 6004, ctrlId, -1 );
2826 createMenu( separator(), ctrlId, -1 );
2827 createMenu( 6005, ctrlId, -1 );
2828 createMenu( 6002, ctrlId, -1 );
2829 createMenu( 6018, ctrlId, -1 );
2830 createMenu( 6019, ctrlId, -1 );
2831 createMenu( 6011, ctrlId, -1 );
2832 createMenu( 6012, ctrlId, -1 );
2833 createMenu( 6013, ctrlId, -1 );
2834 createMenu( 6014, ctrlId, -1 );
2835 createMenu( 6015, ctrlId, -1 );
2836 createMenu( 6016, ctrlId, -1 );
2837 createMenu( separator(), ctrlId, -1 );
2838 createMenu( 6017, ctrlId, -1 );
2839 createMenu( 6009, ctrlId, -1 );
2840 createMenu( 6021, ctrlId, -1 );
2841 createMenu( separator(), ctrlId, -1 );
2843 createMenu( 400, addId, -1 );
2844 createMenu( 401, addId, -1 );
2845 createMenu( 4021, addId, -1 );
2846 createMenu( 4022, addId, -1 );
2847 createMenu( 4023, addId, -1 );
2848 createMenu( 4031, addId, -1 );
2849 createMenu( 4032, addId, -1 );
2850 createMenu( 4033, addId, -1 );
2851 createMenu( separator(), addId, -1 );
2852 createMenu( 4034, addId, -1 );
2853 createMenu( 4035, addId, -1 );
2854 createMenu( 4036, addId, -1 );
2855 createMenu( 4037, addId, -1 );
2856 createMenu( 4038, addId, -1 );
2857 createMenu( 4039, addId, -1 );
2858 createMenu( 4040, addId, -1 );
2860 createMenu( 4041, removeId, -1 );
2861 createMenu( 4042, removeId, -1 );
2862 createMenu( 4043, removeId, -1 );
2864 createMenu( 4051, renumId, -1 );
2865 createMenu( 4052, renumId, -1 );
2867 createMenu( 4061, transfId, -1 );
2868 createMenu( 4062, transfId, -1 );
2869 createMenu( 4063, transfId, -1 );
2870 createMenu( 4064, transfId, -1 );
2871 createMenu( 4065, transfId, -1 );
2872 createMenu( 4066, transfId, -1 );
2874 createMenu( 406, modifyId, -1 );
2875 createMenu( 4067,modifyId, -1 );
2876 createMenu( 407, modifyId, -1 );
2877 createMenu( 408, modifyId, -1 );
2878 createMenu( 409, modifyId, -1 );
2879 createMenu( 410, modifyId, -1 );
2880 createMenu( 411, modifyId, -1 );
2881 createMenu( 412, modifyId, -1 );
2882 createMenu( 413, modifyId, -1 );
2883 createMenu( 416, modifyId, -1 );
2884 createMenu( 414, modifyId, -1 );
2885 createMenu( 415, modifyId, -1 );
2886 createMenu( 417, modifyId, -1 );
2888 createMenu( 214, viewId, -1 );
2890 // ----- create toolbars --------------
2891 int meshTb = createTool( tr( "TB_MESH" ) ),
2892 ctrlTb = createTool( tr( "TB_CTRL" ) ),
2893 addRemTb = createTool( tr( "TB_ADD_REMOVE" ) ),
2894 modifyTb = createTool( tr( "TB_MODIFY" ) ),
2895 dispModeTb = createTool( tr( "TB_DISP_MODE" ) );
2897 createTool( 702, meshTb );
2898 createTool( 703, meshTb );
2899 createTool( 704, meshTb );
2900 createTool( 710, meshTb );
2901 createTool( separator(), meshTb );
2902 createTool( 701, meshTb );
2903 createTool( 711, meshTb );
2904 createTool( separator(), meshTb );
2905 createTool( 801, meshTb );
2906 createTool( 806, meshTb );
2907 createTool( 802, meshTb );
2908 createTool( 803, meshTb );
2909 //createTool( 815, meshTb );
2910 createTool( separator(), meshTb );
2911 createTool( 900, meshTb );
2912 createTool( 902, meshTb );
2913 createTool( 903, meshTb );
2914 createTool( separator(), meshTb );
2916 createTool( 6001, ctrlTb );
2917 createTool( 6003, ctrlTb );
2918 createTool( 6004, ctrlTb );
2919 createTool( separator(), ctrlTb );
2920 createTool( 6005, ctrlTb );
2921 createTool( 6002, ctrlTb );
2922 createTool( 6018, ctrlTb );
2923 createTool( 6019, ctrlTb );
2924 createTool( 6011, ctrlTb );
2925 createTool( 6012, ctrlTb );
2926 createTool( 6013, ctrlTb );
2927 createTool( 6014, ctrlTb );
2928 createTool( 6015, ctrlTb );
2929 createTool( 6016, ctrlTb );
2930 createTool( separator(), ctrlTb );
2931 createTool( 6017, ctrlTb );
2932 createTool( 6009, ctrlTb );
2933 createTool( 6021, ctrlTb );
2934 createTool( separator(), ctrlTb );
2936 createTool( 400, addRemTb );
2937 createTool( 401, addRemTb );
2938 createTool( 4021, addRemTb );
2939 createTool( 4022, addRemTb );
2940 createTool( 4023, addRemTb );
2941 createTool( 4031, addRemTb );
2942 createTool( 4032, addRemTb );
2943 createTool( 4033, addRemTb );
2944 createTool( separator(), addRemTb );
2945 createTool( 4034, addRemTb );
2946 createTool( 4035, addRemTb );
2947 createTool( 4036, addRemTb );
2948 createTool( 4037, addRemTb );
2949 createTool( 4038, addRemTb );
2950 createTool( 4039, addRemTb );
2951 createTool( 4040, addRemTb );
2952 createTool( separator(), addRemTb );
2953 createTool( 4041, addRemTb );
2954 createTool( 4042, addRemTb );
2955 createTool( 4043, addRemTb );
2956 createTool( separator(), addRemTb );
2957 createTool( 4051, addRemTb );
2958 createTool( 4052, addRemTb );
2959 createTool( separator(), addRemTb );
2960 createTool( 4061, addRemTb );
2961 createTool( 4062, addRemTb );
2962 createTool( 4063, addRemTb );
2963 createTool( 4064, addRemTb );
2964 createTool( 4065, addRemTb );
2965 createTool( 4066, addRemTb );
2966 createTool( separator(), addRemTb );
2968 createTool( 406, modifyTb );
2969 createTool( 4067,modifyTb );
2970 createTool( 407, modifyTb );
2971 createTool( 408, modifyTb );
2972 createTool( 409, modifyTb );
2973 createTool( 410, modifyTb );
2974 createTool( 411, modifyTb );
2975 createTool( 412, modifyTb );
2976 createTool( 413, modifyTb );
2977 createTool( 416, modifyTb );
2978 createTool( 414, modifyTb );
2979 createTool( 415, modifyTb );
2980 createTool( 417, modifyTb );
2982 createTool( 214, dispModeTb );
2984 QString lc = "$"; // VSR : instead of QtxPopupSelection::defEquality();
2985 QString dc = "selcount"; // VSR : instead of QtxPopupSelection::defSelCountParam()
2988 QString OB = "'ObjectBrowser'",
2989 View = "'" + SVTK_Viewer::Type() + "'",
2991 mesh = pat.arg( SMESHGUI_Selection::typeName( MESH ) ),
2992 group = pat.arg( SMESHGUI_Selection::typeName( GROUP ) ),
2993 hypo = pat.arg( SMESHGUI_Selection::typeName( HYPOTHESIS ) ),
2994 algo = pat.arg( SMESHGUI_Selection::typeName( ALGORITHM ) ),
2995 elems = QString( "'%1' '%2' '%3' '%4' '%5' '%6'" ).
2996 arg( SMESHGUI_Selection::typeName( SUBMESH_VERTEX ) ).
2997 arg( SMESHGUI_Selection::typeName( SUBMESH_EDGE ) ).
2998 arg( SMESHGUI_Selection::typeName( SUBMESH_FACE ) ).
2999 arg( SMESHGUI_Selection::typeName( SUBMESH_SOLID ) ).
3000 arg( SMESHGUI_Selection::typeName( SUBMESH_COMPOUND ) ).
3001 arg( SMESHGUI_Selection::typeName( SUBMESH ) ),
3003 mesh_group = mesh + " " + subMesh + " " + group,
3004 hyp_alg = hypo + " " + algo;
3006 // popup for object browser
3008 createPopupItem( 150, OB, mesh, "&& selcount=1 && isImported" ); // FILE INFORMATION
3009 createPopupItem( 703, OB, mesh, "&& isComputable"); // CREATE_SUBMESH
3010 //createPopupItem( 703, OB, subMesh, "&& isComputable" ); // CREATE_SUBMESH
3011 createPopupItem( 704, OB, mesh, "&& isComputable"); // EDIT_MESHSUBMESH
3012 createPopupItem( 704, OB, subMesh, "&& isComputable" ); // EDIT_MESHSUBMESH
3013 createPopupItem( 803, OB, group ); // EDIT_GROUP
3014 createPopupItem( 815, OB, group, "&& groupType = 'GroupOnGeom'" ); // EDIT_GROUP
3016 popupMgr()->insert( separator(), -1, 0 );
3017 createPopupItem( 701, OB, mesh, "&& isComputable" ); // COMPUTE
3018 createPopupItem( 711, OB, mesh, "&& isComputable" ); // PRECOMPUTE
3019 createPopupItem( 214, OB, mesh_group ); // UPDATE
3020 createPopupItem( 900, OB, mesh_group ); // ADV_INFO
3021 createPopupItem( 902, OB, mesh ); // STD_INFO
3022 createPopupItem( 903, OB, mesh_group ); // WHAT_IS
3023 popupMgr()->insert( separator(), -1, 0 );
3024 createPopupItem( 801, OB, mesh ); // CREATE_GROUP
3025 createPopupItem( 806, OB, mesh ); // CREATE_GEO_GROUP
3026 createPopupItem( 802, OB, subMesh ); // CONSTRUCT_GROUP
3027 popupMgr()->insert( separator(), -1, 0 );
3028 createPopupItem( 1100, OB, hypo); // EDIT HYPOTHESIS
3029 createPopupItem( 1102, OB, hyp_alg ); // REMOVE HYPOTHESIS / ALGORITHMS
3030 createPopupItem( 1101, OB, mesh_group + " " + hyp_alg ); // RENAME
3031 popupMgr()->insert( separator(), -1, 0 );
3032 createPopupItem( 4043, OB, mesh ); // CLEAR_MESH
3033 popupMgr()->insert( separator(), -1, 0 );
3035 QString only_one_non_empty = QString( " && %1=1 && numberOfNodes>0" ).arg( dc );
3037 createPopupItem( 125, OB, mesh, only_one_non_empty ); // EXPORT_MED
3038 createPopupItem( 126, OB, mesh, only_one_non_empty ); // EXPORT_UNV
3039 createPopupItem( 141, OB, mesh, only_one_non_empty ); // EXPORT_STL
3040 //createPopupItem( 33, OB, subMesh + " " + group ); // DELETE
3041 createPopupItem( 33, OB, mesh_group + " " + hyp_alg ); // DELETE
3042 popupMgr()->insert( separator(), -1, 0 );
3045 createPopupItem( 803, View, group ); // EDIT_GROUP
3046 createPopupItem( 804, View, elems ); // ADD
3047 createPopupItem( 805, View, elems ); // REMOVE
3049 popupMgr()->insert( separator(), -1, 0 );
3050 createPopupItem( 214, View, mesh_group ); // UPDATE
3051 createPopupItem( 900, View, mesh_group ); // ADV_INFO
3052 createPopupItem( 902, View, mesh ); // STD_INFO
3053 createPopupItem( 903, View, mesh_group ); // WHAT_IS
3054 popupMgr()->insert( separator(), -1, 0 );
3056 createPopupItem( 1136, OB + " " + View, mesh, "&& (not isAutoColor)" ); // AUTO_COLOR
3057 createPopupItem( 1137, OB + " " + View, mesh, "&& isAutoColor" ); // DISABLE_AUTO_COLOR
3058 popupMgr()->insert( separator(), -1, 0 );
3062 isInvisible("not( isVisible )"),
3063 isEmpty("numberOfNodes = 0"),
3064 isNotEmpty("numberOfNodes <> 0"),
3066 // has nodes, edges, etc in VISIBLE! actor
3067 hasNodes("(numberOfNodes > 0 )"),//&& isVisible)"),
3068 hasElems("(count( elemTypes ) > 0)"),
3069 hasDifferentElems("(count( elemTypes ) > 1)"),
3070 hasEdges("({'Edge'} in elemTypes)"),
3071 hasFaces("({'Face'} in elemTypes)"),
3072 hasVolumes("({'Volume'} in elemTypes)");
3074 QString aClient = QString( "%1client in {%2}" ).arg( lc ).arg( "'VTKViewer'" );
3075 QString aType = QString( "%1type in {%2}" ).arg( lc );
3076 aType = aType.arg( mesh_group );
3077 QString aMeshInVTK = aClient + "&&" + aType;
3079 aClient = "($client in {'VTKViewer' 'ObjectBrowser'})";
3080 QString anActiveVTK = QString("activeView = '%1'").arg(SVTK_Viewer::Type());
3081 QString aSelCount = QString( "%1 > 0" ).arg( dc );
3083 //-------------------------------------------------
3085 //-------------------------------------------------
3086 anId = popupMgr()->insert( tr( "MEN_NUM" ), -1, -1 );
3088 popupMgr()->insert( action( 9010 ), anId, -1 );
3089 popupMgr()->setRule( action( 9010 ), aMeshInVTK + "&& isVisible &&" + hasNodes, QtxPopupMgr::VisibleRule );
3090 popupMgr()->setRule( action( 9010 ), "{'Point'} in labeledTypes", QtxPopupMgr::ToggleRule );
3092 popupMgr()->insert( action( 9011 ), anId, -1 );
3093 popupMgr()->setRule( action( 9011 ), aMeshInVTK + "&& isVisible &&" + hasElems, QtxPopupMgr::VisibleRule );
3094 popupMgr()->setRule( action( 9011 ), "{'Cell'} in labeledTypes", QtxPopupMgr::ToggleRule );
3096 popupMgr()->insert( separator(), -1, -1 );
3098 //-------------------------------------------------
3100 //-------------------------------------------------
3101 anId = popupMgr()->insert( tr( "MEN_DISPMODE" ), -1, -1 );
3103 popupMgr()->insert( action( 211 ), anId, -1 ); // WIRE
3104 popupMgr()->setRule( action( 211 ), aMeshInVTK + "&&" + hasElems, QtxPopupMgr::VisibleRule );
3105 popupMgr()->setRule( action( 211 ), "displayMode = 'eEdge'", QtxPopupMgr::ToggleRule );
3107 popupMgr()->insert( action( 212 ), anId, -1 ); // SHADE
3108 popupMgr()->setRule( action( 212 ),aMeshInVTK+ "&& (" + hasFaces + "||" + hasVolumes + ")", QtxPopupMgr::VisibleRule);
3109 popupMgr()->setRule( action( 212 ), "displayMode = 'eSurface'", QtxPopupMgr::ToggleRule );
3111 popupMgr()->insert( action( 215 ), anId, -1 ); // POINTS
3112 popupMgr()->setRule( action( 215 ), aMeshInVTK + "&&" + hasNodes, QtxPopupMgr::VisibleRule );
3113 popupMgr()->setRule( action( 215 ), "displayMode = 'ePoint'", QtxPopupMgr::ToggleRule );
3115 popupMgr()->insert( separator(), anId, -1 );
3117 popupMgr()->insert( action( 213 ), anId, -1 ); // SHRINK
3118 popupMgr()->setRule( action( 213 ), aMeshInVTK + "&& shrinkMode <> 'IsNotShrinkable' && displayMode <> 'ePoint'", QtxPopupMgr::VisibleRule);
3119 popupMgr()->setRule( action( 213 ), "shrinkMode = 'IsShrunk'", QtxPopupMgr::ToggleRule );
3121 //-------------------------------------------------
3123 //-------------------------------------------------
3124 QString aDiffElemsInVTK = aMeshInVTK + "&&" + hasDifferentElems;
3126 anId = popupMgr()->insert( tr( "MEN_DISP_ENT" ), -1, -1 );
3128 popupMgr()->insert( action( 217 ), anId, -1 ); // EDGES
3129 popupMgr()->setRule( action( 217 ), aDiffElemsInVTK + "&& isVisible &&" + hasEdges, QtxPopupMgr::VisibleRule );
3130 popupMgr()->setRule( action( 217 ), "{'Edge'} in entityMode", QtxPopupMgr::ToggleRule );
3132 popupMgr()->insert( action( 218 ), anId, -1 ); // FACES
3133 popupMgr()->setRule( action( 218 ), aDiffElemsInVTK + "&& isVisible &&" + hasFaces, QtxPopupMgr::VisibleRule );
3134 popupMgr()->setRule( action( 218 ), "{'Face'} in entityMode", QtxPopupMgr::ToggleRule );
3136 popupMgr()->insert( action( 219 ), anId, -1 ); // VOLUMES
3137 popupMgr()->setRule( action( 219 ), aDiffElemsInVTK + "&& isVisible &&" + hasVolumes, QtxPopupMgr::VisibleRule );
3138 popupMgr()->setRule( action( 219 ), "{'Volume'} in entityMode", QtxPopupMgr::ToggleRule );
3140 popupMgr()->insert( separator(), anId, -1 );
3142 popupMgr()->insert( action( 220 ), anId, -1 ); // ALL
3143 popupMgr()->setRule( action( 220 ), aDiffElemsInVTK + "&& isVisible && not( elemTypes in entityMode )", QtxPopupMgr::VisibleRule );
3145 //-------------------------------------------------
3146 // Orientation of faces
3147 //-------------------------------------------------
3148 popupMgr()->insert( action( 221 ), -1, -1 );
3149 popupMgr()->setRule( action( 221 ), aMeshInVTK + "&& isVisible", QtxPopupMgr::VisibleRule);
3150 popupMgr()->setRule( action( 221 ), "facesOrientationMode = 'IsOriented'", QtxPopupMgr::ToggleRule );
3152 //-------------------------------------------------
3154 //-------------------------------------------------
3155 popupMgr()->insert( action( 1132 ), -1, -1 );
3156 popupMgr()->setRule( action( 1132 ), aMeshInVTK + "&& isVisible", QtxPopupMgr::VisibleRule );
3158 //-------------------------------------------------
3160 //-------------------------------------------------
3161 popupMgr()->insert( action( 1133 ), -1, -1 );
3162 popupMgr()->setRule( action( 1133 ), aMeshInVTK + "&& isVisible", QtxPopupMgr::VisibleRule );
3164 //-------------------------------------------------
3166 //-------------------------------------------------
3167 popupMgr()->insert( action( 1134 ), -1, -1 );
3168 popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& selcount=1 && isVisible", QtxPopupMgr::VisibleRule );
3170 popupMgr()->insert( separator(), -1, -1 );
3172 //-------------------------------------------------
3174 //-------------------------------------------------
3176 aMeshInVtkHasNodes = aMeshInVTK + "&&" + hasNodes,
3177 aMeshInVtkHasEdges = aMeshInVTK + "&&" + hasEdges,
3178 aMeshInVtkHasFaces = aMeshInVTK + "&&" + hasFaces,
3179 aMeshInVtkHasVolumes = aMeshInVTK + "&&" + hasVolumes;
3181 anId = popupMgr()->insert( tr( "MEN_CTRL" ), -1, -1 );
3183 popupMgr()->insert( action( 200 ), anId, -1 ); // RESET
3184 popupMgr()->setRule( action( 200 ), aMeshInVTK + "&& controlMode <> 'eNone'", QtxPopupMgr::VisibleRule );
3186 popupMgr()->insert( separator(), anId, -1 );
3188 popupMgr()->insert( action( 6003 ), anId, -1 ); // FREE_BORDER
3189 popupMgr()->setRule( action( 6003 ), aMeshInVtkHasEdges, QtxPopupMgr::VisibleRule );
3190 popupMgr()->setRule( action( 6003 ), "controlMode = 'eFreeBorders'", QtxPopupMgr::ToggleRule );
3192 popupMgr()->insert( action( 6001 ), anId, -1 ); // LENGTH
3193 popupMgr()->setRule( action( 6001 ), aMeshInVtkHasEdges, QtxPopupMgr::VisibleRule );
3194 popupMgr()->setRule( action( 6001 ), "controlMode = 'eLength'", QtxPopupMgr::ToggleRule );
3196 popupMgr()->insert( action( 6004 ), anId, -1 ); // CONNECTION
3197 popupMgr()->setRule( action( 6004 ), aMeshInVtkHasEdges, QtxPopupMgr::VisibleRule );
3198 popupMgr()->setRule( action( 6004 ), "controlMode = 'eMultiConnection'", QtxPopupMgr::ToggleRule );
3200 popupMgr()->insert( separator(), anId, -1 );
3202 popupMgr()->insert( action( 6005 ), anId, -1 ); // FREE_NODE
3203 popupMgr()->setRule( action( 6005 ), aMeshInVtkHasNodes, QtxPopupMgr::VisibleRule );
3204 popupMgr()->setRule( action( 6005 ), "controlMode = 'eFreeNodes'", QtxPopupMgr::ToggleRule );
3206 popupMgr()->insert( action( 6002 ), anId, -1 ); // FREE_EDGE
3207 popupMgr()->setRule( action( 6002 ), aMeshInVtkHasEdges, QtxPopupMgr::VisibleRule );
3208 popupMgr()->setRule( action( 6002 ), "controlMode = 'eFreeEdges'", QtxPopupMgr::ToggleRule );
3210 popupMgr()->insert( action( 6018 ), anId, -1 ); // LENGTH_2D
3211 popupMgr()->setRule( action( 6018 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3212 popupMgr()->setRule( action( 6018 ), "controlMode = 'eLength2D'", QtxPopupMgr::ToggleRule );
3214 popupMgr()->insert( action( 6019 ), anId, -1 ); // CONNECTION_2D
3215 popupMgr()->setRule( action( 6019 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3216 popupMgr()->setRule( action( 6019 ), "controlMode = 'eMultiConnection2D'", QtxPopupMgr::ToggleRule );
3218 popupMgr()->insert( action( 6011 ), anId, -1 ); // AREA
3219 popupMgr()->setRule( action( 6011 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3220 popupMgr()->setRule( action( 6011 ), "controlMode = 'eArea'", QtxPopupMgr::ToggleRule );
3222 popupMgr()->insert( action( 6012 ), anId, -1 ); // TAPER
3223 popupMgr()->setRule( action( 6012 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3224 popupMgr()->setRule( action( 6012 ), "controlMode = 'eTaper'", QtxPopupMgr::ToggleRule );
3226 popupMgr()->insert( action( 6013 ), anId, -1 ); // ASPECT
3227 popupMgr()->setRule( action( 6013 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3228 popupMgr()->setRule( action( 6013 ), "controlMode = 'eAspectRatio'", QtxPopupMgr::ToggleRule );
3230 popupMgr()->insert( action( 6014 ), anId, -1 ); // MIN_ANG
3231 popupMgr()->setRule( action( 6014 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3232 popupMgr()->setRule( action( 6014 ), "controlMode = 'eMinimumAngle'", QtxPopupMgr::ToggleRule );
3234 popupMgr()->insert( action( 6015 ), anId, -1 ); // WARP
3235 popupMgr()->setRule( action( 6015 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3236 popupMgr()->setRule( action( 6015 ), "controlMode = 'eWarping'", QtxPopupMgr::ToggleRule );
3238 popupMgr()->insert( action( 6016 ), anId, -1 ); // SKEW
3239 popupMgr()->setRule( action( 6016 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3240 popupMgr()->setRule( action( 6016 ), "controlMode = 'eSkew'", QtxPopupMgr::ToggleRule );
3242 popupMgr()->insert( separator(), anId, -1 );
3244 popupMgr()->insert( action( 6017 ), anId, -1 ); // ASPECT_3D
3245 popupMgr()->setRule( action( 6017 ), aMeshInVtkHasVolumes, QtxPopupMgr::VisibleRule );
3246 popupMgr()->setRule( action( 6017 ), "controlMode = 'eAspectRatio3D'", QtxPopupMgr::ToggleRule );
3248 popupMgr()->insert ( action( 6009 ), anId, -1 ); // VOLUME_3D
3249 popupMgr()->setRule( action( 6009 ), aMeshInVtkHasVolumes, QtxPopupMgr::VisibleRule );
3250 popupMgr()->setRule( action( 6009 ), "controlMode = 'eVolume3D'", QtxPopupMgr::ToggleRule );
3252 popupMgr()->insert( action( 6021 ), anId, -1 ); // FREE_FACE
3253 popupMgr()->setRule( action( 6021 ), aMeshInVtkHasFaces /*aMeshInVtkHasVolumes*/,
3254 QtxPopupMgr::VisibleRule );
3255 popupMgr()->setRule( action( 6021 ), "controlMode = 'eFreeFaces'", QtxPopupMgr::ToggleRule );
3257 popupMgr()->insert( separator(), anId, -1 );
3259 popupMgr()->insert( action( 201 ), anId, -1 ); // SCALAR_BAR_PROP
3260 popupMgr()->setRule( action( 201 ), aMeshInVTK + "&& controlMode <> 'eNone'", QtxPopupMgr::VisibleRule );
3262 popupMgr()->insert( separator(), -1, -1 );
3264 //-------------------------------------------------
3266 //-------------------------------------------------
3267 QString aRule = "$component={'SMESH'} and ( type='Component' or (" + aClient + " and " +
3268 aType + " and " + aSelCount + " and " + anActiveVTK + " and " + isNotEmpty + " %1 ) )";
3269 popupMgr()->insert( action( 301 ), -1, -1 ); // DISPLAY
3270 popupMgr()->setRule( action( 301 ), aRule.arg( "and (not isVisible)" ), QtxPopupMgr::VisibleRule );
3272 popupMgr()->insert( action( 300 ), -1, -1 ); // ERASE
3273 popupMgr()->setRule( action( 300 ), aRule.arg( "and isVisible" ), QtxPopupMgr::VisibleRule );
3275 popupMgr()->insert( action( 302 ), -1, -1 ); // DISPLAY_ONLY
3276 popupMgr()->setRule( action( 302 ), aRule.arg( "" ), QtxPopupMgr::VisibleRule );
3278 popupMgr()->insert( separator(), -1, -1 );
3280 connect( application(), SIGNAL( viewManagerActivated( SUIT_ViewManager* ) ),
3281 this, SLOT( onViewManagerActivated( SUIT_ViewManager* ) ) );
3284 //================================================================================
3286 * \brief Return true if SMESH or GEOM objects are selected.
3287 * Is called form LightApp_Module::activateModule() which clear selection if
3288 * not isSelectionCompatible()
3290 //================================================================================
3292 bool SMESHGUI::isSelectionCompatible()
3294 bool isCompatible = true;
3295 SALOME_ListIO selected;
3296 if ( LightApp_SelectionMgr *Sel = selectionMgr() )
3297 Sel->selectedObjects( selected );
3299 SALOME_ListIteratorOfListIO It( selected );
3300 for ( ; isCompatible && It.More(); It.Next())
3302 ( strcmp("GEOM", It.Value()->getComponentDataType()) == 0 ) ||
3303 ( strcmp("SMESH", It.Value()->getComponentDataType()) == 0 );
3305 return isCompatible;
3308 bool SMESHGUI::activateModule( SUIT_Study* study )
3310 bool res = SalomeApp_Module::activateModule( study );
3312 setMenuShown( true );
3313 setToolShown( true );
3315 // Reset actions accelerator keys
3316 action(111)->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_B)); // Import DAT
3317 action(112)->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_U)); // Import UNV
3318 action(113)->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_M)); // Import MED
3320 action( 33)->setEnabled(true); // Delete: Key_Delete
3321 action(1101)->setEnabled(true); // Rename: Key_F2
3323 // 0020210. Make SMESH_Gen update meshes at switching GEOM->SMESH
3324 GetSMESHGen()->SetCurrentStudy(SALOMEDS::Study::_nil());
3325 if ( SalomeApp_Study* s = dynamic_cast<SalomeApp_Study*>( study ))
3326 if ( _PTR(Study) aStudy = s->studyDS()) {
3327 GetSMESHGen()->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
3328 updateObjBrowser(); // objects can be removed
3334 bool SMESHGUI::deactivateModule( SUIT_Study* study )
3336 setMenuShown( false );
3337 setToolShown( false );
3339 EmitSignalCloseAllDialogs();
3341 // Unset actions accelerator keys
3342 action(111)->setShortcut(QKeySequence()); // Import DAT
3343 action(112)->setShortcut(QKeySequence()); // Import UNV
3344 action(113)->setShortcut(QKeySequence()); // Import MED
3346 action( 33)->setEnabled(false); // Delete: Key_Delete
3347 action(1101)->setEnabled(false); // Rename: Key_F2
3349 return SalomeApp_Module::deactivateModule( study );
3352 void SMESHGUI::studyClosed( SUIT_Study* s )
3354 SMESH::RemoveVisuData( s->id() );
3355 SalomeApp_Module::studyClosed( s );
3358 void SMESHGUI::OnGUIEvent()
3360 const QObject* obj = sender();
3361 if ( !obj || !obj->inherits( "QAction" ) )
3363 int id = actionId((QAction*)obj);
3368 SMESH::SMESH_Gen_var SMESHGUI::GetSMESHGen()
3370 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); //Document OCAF de l'etude active
3371 if ( CORBA::is_nil( myComponentSMESH ) )
3373 SMESHGUI aGUI; //SRN BugID: IPAL9186: Create an instance of SMESHGUI to initialize myComponentSMESH
3375 aGUI.myComponentSMESH->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
3376 return aGUI.myComponentSMESH;
3379 myComponentSMESH->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
3380 return myComponentSMESH;
3383 QString SMESHGUI::engineIOR() const
3385 CORBA::ORB_var anORB = getApp()->orb();
3386 CORBA::String_var anIOR = anORB->object_to_string(GetSMESHGen());
3387 return QString( anIOR.in() );
3390 void SMESHGUI::contextMenuPopup( const QString& client, QMenu* menu, QString& title )
3392 SalomeApp_Module::contextMenuPopup( client, menu, title );
3394 selectionMgr()->selectedObjects( lst );
3395 if ( ( client == "OCCViewer" || client == "VTKViewer" ) && lst.Extent() == 1 ) {
3396 Handle(SALOME_InteractiveObject) io = lst.First();
3397 SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>( application()->activeStudy() );
3398 _PTR(Study) study = appStudy->studyDS();
3399 _PTR(SObject) obj = study->FindObjectID( io->getEntry() );
3401 QString aName = QString( obj->GetName().c_str() );
3402 while ( aName.at( aName.length() - 1 ) == ' ' ) // Remove extraspaces in Name of Popup
3403 aName.remove( (aName.length() - 1), 1 );
3409 LightApp_Selection* SMESHGUI::createSelection() const
3411 return new SMESHGUI_Selection();
3414 void SMESHGUI::windows( QMap<int, int>& aMap ) const
3416 aMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::LeftDockWidgetArea );
3417 aMap.insert( SalomeApp_Application::WT_PyConsole, Qt::BottomDockWidgetArea );
3420 void SMESHGUI::viewManagers( QStringList& list ) const
3422 list.append( SVTK_Viewer::Type() );
3425 void SMESHGUI::onViewManagerActivated( SUIT_ViewManager* mgr )
3427 if ( dynamic_cast<SVTK_ViewManager*>( mgr ) )
3428 SMESH::UpdateSelectionProp( this );
3431 void SMESHGUI::createPreferences()
3433 // General tab ------------------------------------------------------------------------
3434 int genTab = addPreference( tr( "PREF_TAB_GENERAL" ) );
3436 int updateGroup = addPreference( tr( "PREF_GROUP_UPDATE" ), genTab );
3437 addPreference( tr( "PREF_AUTO_UPDATE" ), updateGroup, LightApp_Preferences::Bool, "SMESH", "auto_update" );
3439 int qaGroup = addPreference( tr( "PREF_GROUP_QUALITY" ), genTab );
3440 setPreferenceProperty( qaGroup, "columns", 2 );
3441 addPreference( tr( "PREF_DISPLAY_ENTITY" ), qaGroup, LightApp_Preferences::Bool, "SMESH", "display_entity" );
3442 addPreference( tr( "PREF_PRECISION_USE" ), qaGroup, LightApp_Preferences::Bool, "SMESH", "use_precision" );
3443 int prec = addPreference( tr( "PREF_PRECISION_VALUE" ), qaGroup, LightApp_Preferences::IntSpin, "SMESH", "controls_precision" );
3444 setPreferenceProperty( prec, "min", 0 );
3445 setPreferenceProperty( prec, "max", 16 );
3447 int dispgroup = addPreference( tr( "PREF_DISPLAY_MODE" ), genTab );
3448 setPreferenceProperty( dispgroup, "columns", 2 );
3449 int dispmode = addPreference( tr( "PREF_DISPLAY_MODE" ), dispgroup, LightApp_Preferences::Selector, "SMESH", "display_mode" );
3451 modes.append( "Wireframe" );
3452 modes.append( "Shading" );
3453 modes.append( "Nodes" );
3454 modes.append( "Shrink" );
3455 QList<QVariant> indices;
3456 indices.append( 0 );
3457 indices.append( 1 );
3458 indices.append( 2 );
3459 indices.append( 3 );
3460 setPreferenceProperty( dispmode, "strings", modes );
3461 setPreferenceProperty( dispmode, "indexes", indices );
3463 int exportgroup = addPreference( tr( "PREF_GROUP_EXPORT" ), genTab );
3464 setPreferenceProperty( exportgroup, "columns", 2 );
3465 addPreference( tr( "PREF_AUTO_GROUPS" ), exportgroup, LightApp_Preferences::Bool, "SMESH", "auto_groups" );
3466 addPreference( tr( "PREF_RENUMBER" ), exportgroup, LightApp_Preferences::Bool, "SMESH", "renumbering" );
3468 int computeGroup = addPreference( tr( "PREF_GROUP_COMPUTE" ), genTab );
3469 setPreferenceProperty( computeGroup, "columns", 2 );
3470 int notifyMode = addPreference( tr( "PREF_NOTIFY_MODE" ), computeGroup, LightApp_Preferences::Selector, "SMESH", "show_result_notification" );
3472 modes.append( "Never" );
3473 modes.append( "Errors only" );
3474 modes.append( "Always" );
3476 indices.append( 0 );
3477 indices.append( 1 );
3478 indices.append( 2 );
3479 setPreferenceProperty( notifyMode, "strings", modes );
3480 setPreferenceProperty( notifyMode, "indexes", indices );
3482 int segGroup = addPreference( tr( "PREF_GROUP_SEGMENT_LENGTH" ), genTab );
3483 setPreferenceProperty( segGroup, "columns", 2 );
3484 int segLen = addPreference( tr( "PREF_SEGMENT_LENGTH" ), segGroup, LightApp_Preferences::IntSpin,
3485 "SMESH", "segmentation" );
3486 setPreferenceProperty( segLen, "min", 1 );
3487 setPreferenceProperty( segLen, "max", 10000000 );
3488 int nbSeg = addPreference( tr( "PREF_NB_SEGMENTS" ), segGroup, LightApp_Preferences::IntSpin,
3489 "SMESH", "nb_segments_per_edge" );
3490 setPreferenceProperty( nbSeg, "min", 1 );
3491 setPreferenceProperty( nbSeg, "max", 10000000 );
3493 // Mesh tab ------------------------------------------------------------------------
3494 int meshTab = addPreference( tr( "PREF_TAB_MESH" ) );
3495 int nodeGroup = addPreference( tr( "PREF_GROUP_NODES" ), meshTab );
3496 setPreferenceProperty( nodeGroup, "columns", 2 );
3498 addPreference( tr( "PREF_COLOR" ), nodeGroup, LightApp_Preferences::Color, "SMESH", "node_color" );
3499 int nodeSz = addPreference( tr( "PREF_SIZE" ), nodeGroup, LightApp_Preferences::IntSpin, "SMESH", "node_size" );
3501 setPreferenceProperty( nodeSz, "min", 1 );
3502 setPreferenceProperty( nodeSz, "max", 5 );
3504 int elemGroup = addPreference( tr( "PREF_GROUP_ELEMENTS" ), meshTab );
3505 setPreferenceProperty( elemGroup, "columns", 2 );
3507 addPreference( tr( "PREF_FILL" ), elemGroup, LightApp_Preferences::Color, "SMESH", "fill_color" );
3508 addPreference( tr( "PREF_OUTLINE" ), elemGroup, LightApp_Preferences::Color, "SMESH", "outline_color" );
3509 addPreference( tr( "PREF_BACKFACE" ), elemGroup, LightApp_Preferences::Color, "SMESH", "backface_color" );
3510 int sp = addPreference( "", elemGroup, LightApp_Preferences::Space );
3512 setPreferenceProperty( sp, "hstretch", 0 );
3513 setPreferenceProperty( sp, "vstretch", 0 );
3515 int elemW = addPreference( tr( "PREF_WIDTH" ), elemGroup, LightApp_Preferences::IntSpin, "SMESH", "element_width" );
3516 int shrink = addPreference( tr( "PREF_SHRINK_COEFF" ), elemGroup, LightApp_Preferences::IntSpin, "SMESH", "shrink_coeff" );
3518 setPreferenceProperty( elemW, "min", 1 );
3519 setPreferenceProperty( elemW, "max", 5 );
3521 setPreferenceProperty( shrink, "min", 0 );
3522 setPreferenceProperty( shrink, "max", 100 );
3524 int orientGroup = addPreference( tr( "PREF_GROUP_FACES_ORIENTATION" ), meshTab );
3525 setPreferenceProperty( orientGroup, "columns", 1 );
3527 addPreference( tr( "PREF_ORIENTATION_COLOR" ), orientGroup, LightApp_Preferences::Color, "SMESH", "orientation_color" );
3528 int orientScale = addPreference( tr( "PREF_ORIENTATION_SCALE" ), orientGroup, LightApp_Preferences::DblSpin, "SMESH", "orientation_scale" );
3530 setPreferenceProperty( orientScale, "min", 0.05 );
3531 setPreferenceProperty( orientScale, "max", 0.5 );
3532 setPreferenceProperty( orientScale, "step", 0.05 );
3534 addPreference( tr( "PREF_ORIENTATION_3D_VECTORS" ), orientGroup, LightApp_Preferences::Bool, "SMESH", "orientation_3d_vectors" );
3536 // Selection tab ------------------------------------------------------------------------
3537 int selTab = addPreference( tr( "PREF_TAB_SELECTION" ) );
3539 int selGroup = addPreference( tr( "PREF_GROUP_SELECTION" ), selTab );
3540 setPreferenceProperty( selGroup, "columns", 2 );
3542 addPreference( tr( "PREF_OBJECT_COLOR" ), selGroup, LightApp_Preferences::Color, "SMESH", "selection_object_color" );
3543 addPreference( tr( "PREF_ELEMENT_COLOR" ), selGroup, LightApp_Preferences::Color, "SMESH", "selection_element_color" );
3544 int selW = addPreference( tr( "PREF_WIDTH" ), selGroup, LightApp_Preferences::IntSpin, "SMESH", "selection_width" );
3546 setPreferenceProperty( selW, "min", 1 );
3547 setPreferenceProperty( selW, "max", 5 );
3549 int preGroup = addPreference( tr( "PREF_GROUP_PRESELECTION" ), selTab );
3550 setPreferenceProperty( preGroup, "columns", 2 );
3552 addPreference( tr( "PREF_HIGHLIGHT_COLOR" ), preGroup, LightApp_Preferences::Color, "SMESH", "highlight_color" );
3553 int preW = addPreference( tr( "PREF_WIDTH" ), preGroup, LightApp_Preferences::IntSpin, "SMESH", "highlight_width" );
3555 setPreferenceProperty( preW, "min", 1 );
3556 setPreferenceProperty( preW, "max", 5 );
3558 int precSelGroup = addPreference( tr( "PREF_GROUP_PRECISION" ), selTab );
3559 setPreferenceProperty( precSelGroup, "columns", 2 );
3561 addPreference( tr( "PREF_NODES" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_node" );
3562 addPreference( tr( "PREF_ELEMENTS" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_element" );
3563 addPreference( tr( "PREF_OBJECTS" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_object" );
3565 // Scalar Bar tab ------------------------------------------------------------------------
3566 int sbarTab = addPreference( tr( "SMESH_SCALARBAR" ) );
3567 int fontGr = addPreference( tr( "SMESH_FONT_SCALARBAR" ), sbarTab );
3568 setPreferenceProperty( fontGr, "columns", 2 );
3570 addVtkFontPref( tr( "SMESH_TITLE" ), fontGr, "scalar_bar_title_font" );
3571 addPreference( tr( "PREF_TITLE_COLOR" ), fontGr, LightApp_Preferences::Color, "SMESH", "scalar_bar_title_color" );
3573 addVtkFontPref( tr( "SMESH_LABELS" ), fontGr, "scalar_bar_label_font" );
3574 addPreference( tr( "PREF_LABELS_COLOR" ), fontGr, LightApp_Preferences::Color, "SMESH", "scalar_bar_label_color" );
3576 int colorsLabelsGr = addPreference( tr( "SMESH_LABELS_COLORS_SCALARBAR" ), sbarTab );
3577 setPreferenceProperty( colorsLabelsGr, "columns", 2 );
3579 int numcol = addPreference( tr( "SMESH_NUMBEROFCOLORS" ), colorsLabelsGr, LightApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_colors" );
3580 setPreferenceProperty( numcol, "min", 2 );
3581 setPreferenceProperty( numcol, "max", 256 );
3583 int numlab = addPreference( tr( "SMESH_NUMBEROFLABELS" ), colorsLabelsGr, LightApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_labels" );
3584 setPreferenceProperty( numlab, "min", 2 );
3585 setPreferenceProperty( numlab, "max", 65 );
3587 int orientGr = addPreference( tr( "SMESH_ORIENTATION" ), sbarTab );
3588 setPreferenceProperty( orientGr, "columns", 2 );
3589 int orient = addPreference( tr( "SMESH_ORIENTATION" ), orientGr, LightApp_Preferences::Selector, "SMESH", "scalar_bar_orientation" );
3590 QStringList orients;
3591 orients.append( tr( "SMESH_VERTICAL" ) );
3592 orients.append( tr( "SMESH_HORIZONTAL" ) );
3593 indices.clear(); indices.append( 0 ); indices.append( 1 );
3594 setPreferenceProperty( orient, "strings", orients );
3595 setPreferenceProperty( orient, "indexes", indices );
3597 int posVSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_VERTICAL" ), sbarTab );
3598 setPreferenceProperty( posVSizeGr, "columns", 2 );
3599 int xv = addPreference( tr( "SMESH_X_SCALARBAR" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_x" );
3600 int yv = addPreference( tr( "SMESH_Y_SCALARBAR" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_y" );
3601 int wv = addPreference( tr( "SMESH_WIDTH" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_width" );
3602 int hv = addPreference( tr( "SMESH_HEIGHT" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_height" );
3603 setPreferenceProperty( xv, "step", 0.1 );
3604 setPreferenceProperty( xv, "min", 0.0 );
3605 setPreferenceProperty( xv, "max", 1.0 );
3606 setPreferenceProperty( yv, "step", 0.1 );
3607 setPreferenceProperty( yv, "min", 0.0 );
3608 setPreferenceProperty( yv, "max", 1.0 );
3609 setPreferenceProperty( wv, "step", 0.1 );
3610 setPreferenceProperty( wv, "min", 0.0 );
3611 setPreferenceProperty( wv, "max", 1.0 );
3612 setPreferenceProperty( hv, "min", 0.0 );
3613 setPreferenceProperty( hv, "max", 1.0 );
3614 setPreferenceProperty( hv, "step", 0.1 );
3616 int posHSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_HORIZONTAL" ), sbarTab );
3617 setPreferenceProperty( posHSizeGr, "columns", 2 );
3618 int xh = addPreference( tr( "SMESH_X_SCALARBAR" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_x" );
3619 int yh = addPreference( tr( "SMESH_Y_SCALARBAR" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_y" );
3620 int wh = addPreference( tr( "SMESH_WIDTH" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_width" );
3621 int hh = addPreference( tr( "SMESH_HEIGHT" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_height" );
3622 setPreferenceProperty( xv, "min", 0.0 );
3623 setPreferenceProperty( xv, "max", 1.0 );
3624 setPreferenceProperty( xv, "step", 0.1 );
3625 setPreferenceProperty( xh, "min", 0.0 );
3626 setPreferenceProperty( xh, "max", 1.0 );
3627 setPreferenceProperty( xh, "step", 0.1 );
3628 setPreferenceProperty( yh, "min", 0.0 );
3629 setPreferenceProperty( yh, "max", 1.0 );
3630 setPreferenceProperty( yh, "step", 0.1 );
3631 setPreferenceProperty( wh, "min", 0.0 );
3632 setPreferenceProperty( wh, "max", 1.0 );
3633 setPreferenceProperty( wh, "step", 0.1 );
3634 setPreferenceProperty( hh, "min", 0.0 );
3635 setPreferenceProperty( hh, "max", 1.0 );
3636 setPreferenceProperty( hh, "step", 0.1 );
3639 void SMESHGUI::preferencesChanged( const QString& sect, const QString& name )
3641 if( sect=="SMESH" ) {
3642 float sbX1,sbY1,sbW,sbH;
3643 float aTol = 1.00000009999999;
3644 std::string aWarning;
3645 SUIT_ResourceMgr* aResourceMgr = SMESH::GetResourceMgr(this);
3646 if( name=="selection_object_color" || name=="selection_element_color" ||
3647 name=="selection_width" || name=="highlight_color" || name=="highlight_width" ||
3648 name=="selection_precision_node" || name=="selection_precision_element" ||
3649 name=="selection_precision_object")
3650 SMESH::UpdateSelectionProp( this );
3651 else if (name == QString("scalar_bar_vertical_x") || name == QString("scalar_bar_vertical_width")){
3652 sbX1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_x", sbX1);
3653 sbW = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_width", sbW);
3654 if(sbX1+sbW > aTol){
3655 aWarning = "Origin and Size Vertical: X+Width > 1\n";
3658 aResourceMgr->setValue("SMESH", "scalar_bar_vertical_x", sbX1);
3659 aResourceMgr->setValue("SMESH", "scalar_bar_vertical_width", sbW);
3662 else if(name == QString("scalar_bar_vertical_y") || name == QString("scalar_bar_vertical_height")){
3663 sbY1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_y", sbY1);
3664 sbH = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_height",sbH);
3665 if(sbY1+sbH > aTol){
3666 aWarning = "Origin and Size Vertical: Y+Height > 1\n";
3667 aResourceMgr->setValue("SMESH", "scalar_bar_vertical_y", sbY1);
3668 aResourceMgr->setValue("SMESH", "scalar_bar_vertical_height",sbH);
3671 else if(name == QString("scalar_bar_horizontal_x") || name == QString("scalar_bar_horizontal_width")){
3672 sbX1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_x", sbX1);
3673 sbW = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_width", sbW);
3674 if(sbX1+sbW > aTol){
3675 aWarning = "Origin and Size Horizontal: X+Width > 1\n";
3678 aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_x", sbX1);
3679 aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_width", sbW);
3682 else if(name == QString("scalar_bar_horizontal_y") || name == QString("scalar_bar_horizontal_height")){
3683 sbY1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_y", sbY1);
3684 sbH = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_height",sbH);
3685 if(sbY1+sbH > aTol){
3686 aWarning = "Origin and Size Horizontal: Y+Height > 1\n";
3689 aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_y", sbY1);
3690 aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_height",sbH);
3693 else if ( name == "segmentation" ) {
3694 int nbSeg = aResourceMgr->integerValue( "SMESH", "segmentation", 10 );
3695 myComponentSMESH->SetBoundaryBoxSegmentation( nbSeg );
3697 else if ( name == "nb_segments_per_edge" ) {
3698 int nbSeg = aResourceMgr->integerValue( "SMESH", "nb_segments_per_edge", 15 );
3699 myComponentSMESH->SetDefaultNbSegments( nbSeg );
3702 if(aWarning.size() != 0){
3703 aWarning += "The default values are applied instead.";
3704 SUIT_MessageBox::warning(SMESHGUI::desktop(),
3705 QObject::tr("SMESH_ERR_SCALARBAR_PARAMS"),
3706 QObject::tr(aWarning.c_str()));
3711 //================================================================================
3713 * \brief Update something in accordance with update flags
3714 * \param theFlags - update flags
3716 * Update viewer or/and object browser etc. in accordance with update flags ( see
3717 * LightApp_UpdateFlags enumeration ).
3719 //================================================================================
3720 void SMESHGUI::update( const int flags )
3722 if ( flags & UF_Viewer | flags & UF_Forced )
3723 SMESH::UpdateView();
3725 SalomeApp_Module::update( flags );
3728 //================================================================================
3730 * \brief Set default selection mode
3732 * SLOT called when operation commited. Sets default selection mode
3734 //================================================================================
3735 void SMESHGUI::onOperationCommited( SUIT_Operation* )
3737 SVTK_ViewWindow* vtkWnd =
3738 dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3740 vtkWnd->SetSelectionMode( ActorSelection );
3743 //================================================================================
3745 * \brief Set default selection mode
3747 * SLOT called when operation aborted. Sets default selection mode
3749 //================================================================================
3750 void SMESHGUI::onOperationAborted( SUIT_Operation* )
3752 SVTK_ViewWindow* vtkWnd =
3753 dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3755 vtkWnd->SetSelectionMode( ActorSelection );
3758 //================================================================================
3760 * \brief Creates operation with given identifier
3761 * \param id - identifier of operation to be started
3762 * \return Pointer on created operation or NULL if operation is not created
3764 * Virtual method redefined from the base class creates operation with given id.
3765 * It is called called automatically from startOperation method of base class.
3767 //================================================================================
3768 LightApp_Operation* SMESHGUI::createOperation( const int id ) const
3770 LightApp_Operation* op = 0;
3771 // to do : create operation here
3774 case 701: // Compute mesh
3775 op = new SMESHGUI_ComputeOp();
3777 case 702: // Create mesh
3778 op = new SMESHGUI_MeshOp( true, true );
3780 case 703: // Create sub-mesh
3781 op = new SMESHGUI_MeshOp( true, false );
3783 case 704: // Edit mesh/sub-mesh
3784 op = new SMESHGUI_MeshOp( false );
3786 case 711: // Precompute mesh
3787 op = new SMESHGUI_PrecomputeOp();
3789 case 806: // Create group on geom
3790 op = new SMESHGUI_GroupOnShapeOp();
3792 case 417: //convert to quadratic
3793 op = new SMESHGUI_ConvToQuadOp();
3795 case 4067: // make mesh pass through point
3796 op = new SMESHGUI_MakeNodeAtPointOp();
3803 op = SalomeApp_Module::createOperation( id );
3807 //================================================================================
3809 * \brief Stops current operations and starts a given one
3810 * \param id - The id of the operation to start
3812 //================================================================================
3814 void SMESHGUI::switchToOperation(int id)
3816 if ( _PTR(Study) aStudy = SMESH::GetActiveStudyDocument() )
3817 activeStudy()->abortAllOperations();
3818 startOperation( id );
3821 LightApp_Displayer* SMESHGUI::displayer()
3824 myDisplayer = new SMESHGUI_Displayer( getApp() );
3828 SALOMEDS::Color SMESHGUI::getUniqueColor( const QList<SALOMEDS::Color>& theReservedColors )
3831 int aTolerance = 64;
3832 int anIterations = 0;
3838 if( anIterations % aPeriod == 0 )
3841 if( aTolerance < 1 )
3844 //cout << "Iteration N" << anIterations << " (tolerance=" << aTolerance << ")"<< endl;
3846 aHue = (int)( 360.0 * rand() / RAND_MAX );
3847 //cout << "Hue = " << aHue << endl;
3849 //cout << "Auto colors : ";
3851 QList<SALOMEDS::Color>::const_iterator it = theReservedColors.constBegin();
3852 QList<SALOMEDS::Color>::const_iterator itEnd = theReservedColors.constEnd();
3853 for( ; it != itEnd; ++it )
3855 SALOMEDS::Color anAutoColor = *it;
3856 QColor aQColor( (int)( anAutoColor.R * 255.0 ), (int)( anAutoColor.G * 255.0 ), (int)( anAutoColor.B * 255.0 ) );
3859 aQColor.getHsv( &h, &s, &v );
3861 if( abs( h - aHue ) < aTolerance )
3864 //cout << "break (diff = " << abs( h - aHue ) << ")";
3874 //cout << "Hue of the returned color = " << aHue << endl;
3876 aColor.setHsv( aHue, 255, 255 );
3878 SALOMEDS::Color aSColor;
3879 aSColor.R = (double)aColor.red() / 255.0;
3880 aSColor.G = (double)aColor.green() / 255.0;
3881 aSColor.B = (double)aColor.blue() / 255.0;
3886 const char gSeparator = '_'; // character used to separate parameter names
3887 const char gDigitsSep = ':'; // character used to separate numeric parameter values (color = r:g:b)
3890 * \brief Store visual parameters
3892 * This method is called just before the study document is saved.
3893 * Store visual parameters in AttributeParameter attribue(s)
3895 void SMESHGUI::storeVisualParameters (int savePoint)
3897 SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>(application()->activeStudy());
3898 if (!appStudy || !appStudy->studyDS())
3900 _PTR(Study) studyDS = appStudy->studyDS();
3902 // componentName is used for encoding of entries when storing them in IParameters
3903 std::string componentName = myComponentSMESH->ComponentDataType();
3904 //_PTR(SComponent) aSComponent = studyDS->FindComponent("SMESH");
3905 //if (!aSComponent) return;
3908 _PTR(AttributeParameter) ap = studyDS->GetModuleParameters("Interface Applicative",
3909 componentName.c_str(),
3911 _PTR(IParameters) ip = ClientFactory::getIParameters(ap);
3913 // viewers counters are used for storing view_numbers in IParameters
3916 // main cycle to store parameters of displayed objects
3917 QList<SUIT_ViewManager*> lst;
3918 QList<SUIT_ViewManager*>::Iterator it;
3919 getApp()->viewManagers(lst);
3920 for (it = lst.begin(); it != lst.end(); it++)
3922 SUIT_ViewManager* vman = *it;
3923 QString vType = vman->getType();
3925 // saving VTK actors properties
3926 if (vType == SVTK_Viewer::Type())
3928 QVector<SUIT_ViewWindow*> views = vman->getViews();
3929 for (int i = 0, iEnd = vman->getViewsCount(); i < iEnd; i++)
3931 if (SVTK_ViewWindow* vtkView = dynamic_cast<SVTK_ViewWindow*>(views[i]))
3933 vtkActorCollection* allActors = vtkView->getRenderer()->GetActors();
3934 allActors->InitTraversal();
3935 while (vtkActor* actor = allActors->GetNextActor())
3937 if (actor->GetVisibility()) // store only visible actors
3939 SMESH_Actor* aSmeshActor = 0;
3940 if (actor->IsA("SMESH_Actor"))
3941 aSmeshActor = SMESH_Actor::SafeDownCast(actor);
3942 if (aSmeshActor && aSmeshActor->hasIO())
3944 Handle(SALOME_InteractiveObject) io = aSmeshActor->getIO();
3947 // entry is "encoded" = it does NOT contain component adress,
3948 // since it is a subject to change on next component loading
3949 std::string entry = ip->encodeEntry(io->getEntry(), componentName);
3951 std::string param, vtkParam = vType.toLatin1().data();
3952 vtkParam += gSeparator;
3953 vtkParam += QString::number(vtkViewers).toLatin1().data();
3954 vtkParam += gSeparator;
3957 param = vtkParam + "Visibility";
3958 ip->setParameter(entry, param, "On");
3961 param = vtkParam + "Representation";
3962 ip->setParameter(entry, param, QString::number
3963 ((int)aSmeshActor->GetRepresentation()).toLatin1().data());
3966 param = vtkParam + "IsShrunk";
3967 ip->setParameter(entry, param, QString::number
3968 ((int)aSmeshActor->IsShrunk()).toLatin1().data());
3970 // Displayed entities
3971 unsigned int aMode = aSmeshActor->GetEntityMode();
3972 bool isE = aMode & SMESH_Actor::eEdges;
3973 bool isF = aMode & SMESH_Actor::eFaces;
3974 bool isV = aMode & SMESH_Actor::eVolumes;
3976 QString modeStr ("e");
3977 modeStr += gDigitsSep; modeStr += QString::number(isE);
3978 modeStr += gDigitsSep; modeStr += "f";
3979 modeStr += gDigitsSep; modeStr += QString::number(isF);
3980 modeStr += gDigitsSep; modeStr += "v";
3981 modeStr += gDigitsSep; modeStr += QString::number(isV);
3983 param = vtkParam + "Entities";
3984 ip->setParameter(entry, param, modeStr.toLatin1().data());
3986 // Colors (surface:edge:)
3987 vtkFloatingPointType r, g, b;
3989 aSmeshActor->GetSufaceColor(r, g, b);
3990 QString colorStr ("surface");
3991 colorStr += gDigitsSep; colorStr += QString::number(r);
3992 colorStr += gDigitsSep; colorStr += QString::number(g);
3993 colorStr += gDigitsSep; colorStr += QString::number(b);
3995 aSmeshActor->GetBackSufaceColor(r, g, b);
3996 colorStr += gDigitsSep; colorStr += "backsurface";
3997 colorStr += gDigitsSep; colorStr += QString::number(r);
3998 colorStr += gDigitsSep; colorStr += QString::number(g);
3999 colorStr += gDigitsSep; colorStr += QString::number(b);
4001 aSmeshActor->GetEdgeColor(r, g, b);
4002 colorStr += gDigitsSep; colorStr += "edge";
4003 colorStr += gDigitsSep; colorStr += QString::number(r);
4004 colorStr += gDigitsSep; colorStr += QString::number(g);
4005 colorStr += gDigitsSep; colorStr += QString::number(b);
4007 aSmeshActor->GetNodeColor(r, g, b);
4008 colorStr += gDigitsSep; colorStr += "node";
4009 colorStr += gDigitsSep; colorStr += QString::number(r);
4010 colorStr += gDigitsSep; colorStr += QString::number(g);
4011 colorStr += gDigitsSep; colorStr += QString::number(b);
4013 param = vtkParam + "Colors";
4014 ip->setParameter(entry, param, colorStr.toLatin1().data());
4016 // Sizes of lines and points
4017 QString sizeStr ("line");
4018 sizeStr += gDigitsSep; sizeStr += QString::number((int)aSmeshActor->GetLineWidth());
4019 sizeStr += gDigitsSep; sizeStr += "node";
4020 sizeStr += gDigitsSep; sizeStr += QString::number((int)aSmeshActor->GetNodeSize());
4021 sizeStr += gDigitsSep; sizeStr += "shrink";
4022 sizeStr += gDigitsSep; sizeStr += QString::number(aSmeshActor->GetShrinkFactor());
4024 param = vtkParam + "Sizes";
4025 ip->setParameter(entry, param, sizeStr.toLatin1().data());
4028 param = vtkParam + "Opacity";
4029 ip->setParameter(entry, param,
4030 QString::number(aSmeshActor->GetOpacity()).toLatin1().data());
4033 param = vtkParam + "ClippingPlane";
4034 int nPlanes = aSmeshActor->GetNumberOfClippingPlanes();
4036 ip->setParameter(entry, param, "Off");
4037 for (int ipl = 0; ipl < nPlanes; ipl++) {
4038 //vtkPlane* plane = aSmeshActor->GetClippingPlane(ipl);
4039 SMESH::Orientation anOrientation;
4041 vtkFloatingPointType anAngle[2];
4042 SMESHGUI_ClippingDlg::GetPlaneParam(aSmeshActor, ipl, anOrientation, aDistance, anAngle);
4043 std::string planeValue = QString::number((int)anOrientation).toLatin1().data();
4044 planeValue += gDigitsSep; planeValue += QString::number(aDistance).toLatin1().data();
4045 planeValue += gDigitsSep; planeValue += QString::number(anAngle[0]).toLatin1().data();
4046 planeValue += gDigitsSep; planeValue += QString::number(anAngle[1]).toLatin1().data();
4048 ip->setParameter(entry, param + QString::number(ipl+1).toLatin1().data(), planeValue);
4050 } // if (io->hasEntry())
4051 } // SMESH_Actor && hasIO
4053 } // while.. actors traversal
4057 } // if (SVTK view model)
4058 } // for (viewManagers)
4062 * \brief Restore visual parameters
4064 * This method is called after the study document is opened.
4065 * Restore visual parameters from AttributeParameter attribue(s)
4067 void SMESHGUI::restoreVisualParameters (int savePoint)
4069 SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>(application()->activeStudy());
4070 if (!appStudy || !appStudy->studyDS())
4072 _PTR(Study) studyDS = appStudy->studyDS();
4074 // componentName is used for encoding of entries when storing them in IParameters
4075 std::string componentName = myComponentSMESH->ComponentDataType();
4076 //_PTR(SComponent) aSComponent = studyDS->FindComponent("GEOM");
4077 //if (!aSComponent) return;
4080 _PTR(AttributeParameter) ap = studyDS->GetModuleParameters("Interface Applicative",
4081 componentName.c_str(),
4083 _PTR(IParameters) ip = ClientFactory::getIParameters(ap);
4085 std::vector<std::string> entries = ip->getEntries();
4087 for (std::vector<std::string>::iterator entIt = entries.begin(); entIt != entries.end(); ++entIt)
4089 // entry is a normal entry - it should be "decoded" (setting base adress of component)
4090 QString entry (ip->decodeEntry(*entIt).c_str());
4092 // Check that the entry corresponds to a real object in the Study
4093 // as the object may be deleted or modified after the visual state is saved.
4094 _PTR(SObject) so = studyDS->FindObjectID(entry.toLatin1().data());
4095 if (!so) continue; //Skip the not existent entry
4097 std::vector<std::string> paramNames = ip->getAllParameterNames( *entIt );
4098 std::vector<std::string> paramValues = ip->getAllParameterValues( *entIt );
4100 std::vector<std::string>::iterator namesIt = paramNames.begin();
4101 std::vector<std::string>::iterator valuesIt = paramValues.begin();
4103 // actors are stored in a map after displaying of them for
4104 // quicker access in the future: map < viewID to actor >
4105 NCollection_DataMap<int, SMESH_Actor*> vtkActors;
4107 for (; namesIt != paramNames.end(); ++namesIt, ++valuesIt)
4109 // visual parameters are stored in strings as follows: ViewerType_ViewIndex_ParamName.
4110 // '_' is used as separator and should not be used in viewer type or parameter names.
4111 QStringList lst = QString((*namesIt).c_str()).split(gSeparator, QString::SkipEmptyParts);
4112 if (lst.size() != 3)
4115 QString viewerTypStr = lst[0];
4116 QString viewIndexStr = lst[1];
4117 QString paramNameStr = lst[2];
4120 int viewIndex = viewIndexStr.toUInt(&ok);
4121 if (!ok) // bad conversion of view index to integer
4125 if (viewerTypStr == SVTK_Viewer::Type())
4127 SMESH_Actor* aSmeshActor = 0;
4128 if (vtkActors.IsBound(viewIndex))
4129 aSmeshActor = vtkActors.Find(viewIndex);
4131 if (paramNameStr == "Visibility")
4133 if (!aSmeshActor && displayer())
4135 QList<SUIT_ViewManager*> lst;
4136 getApp()->viewManagers(viewerTypStr, lst);
4138 // SVTK ViewManager always has 1 ViewWindow, so view index is index of view manager
4139 if (viewIndex >= 0 && viewIndex < lst.count()) {
4140 SUIT_ViewManager* vman = lst.at(viewIndex);
4141 SUIT_ViewModel* vmodel = vman->getViewModel();
4142 // SVTK view model can be casted to SALOME_View
4143 displayer()->Display(entry, true, dynamic_cast<SALOME_View*>(vmodel));
4145 // store displayed actor in a temporary map for quicker
4146 // access later when restoring other parameters
4147 SVTK_ViewWindow* vtkView = (SVTK_ViewWindow*) vman->getActiveView();
4148 vtkRenderer* Renderer = vtkView->getRenderer();
4149 vtkActorCollection* theActors = Renderer->GetActors();
4150 theActors->InitTraversal();
4151 bool isFound = false;
4152 vtkActor *ac = theActors->GetNextActor();
4153 for (; ac != NULL && !isFound; ac = theActors->GetNextActor()) {
4154 if (ac->IsA("SMESH_Actor")) {
4155 SMESH_Actor* aGeomAc = SMESH_Actor::SafeDownCast(ac);
4156 if (aGeomAc->hasIO()) {
4157 Handle(SALOME_InteractiveObject) io =
4158 Handle(SALOME_InteractiveObject)::DownCast(aGeomAc->getIO());
4159 if (io->hasEntry() && strcmp(io->getEntry(), entry.toLatin1().data()) == 0) {
4161 vtkActors.Bind(viewIndex, aGeomAc);
4168 } // if (paramNameStr == "Visibility")
4171 // the rest properties "work" with SMESH_Actor
4174 QString val ((*valuesIt).c_str());
4177 if (paramNameStr == "Representation") {
4178 aSmeshActor->SetRepresentation((SMESH_Actor::EReperesent)val.toInt());
4181 else if (paramNameStr == "IsShrunk") {
4183 if (!aSmeshActor->IsShrunk())
4184 aSmeshActor->SetShrink();
4187 if (aSmeshActor->IsShrunk())
4188 aSmeshActor->UnShrink();
4191 // Displayed entities
4192 else if (paramNameStr == "Entities") {
4193 QStringList mode = val.split(gDigitsSep, QString::SkipEmptyParts);
4194 if (mode.count() == 6) {
4195 if (mode[0] != "e" || mode[2] != "f" || mode[4] != "v") {
4196 MESSAGE("Invalid order of data in Entities, must be: "
4197 "e:0/1:f:0/1:v:0/1");
4200 unsigned int aMode = aSmeshActor->GetEntityMode();
4201 unsigned int aNewMode =
4202 (int(SMESH_Actor::eEdges ) * mode[1].toInt()) |
4203 (int(SMESH_Actor::eFaces ) * mode[3].toInt()) |
4204 (int(SMESH_Actor::eVolumes) * mode[5].toInt());
4205 if (aNewMode != aMode)
4206 aSmeshActor->SetEntityMode(aNewMode);
4211 else if (paramNameStr == "Colors") {
4212 QStringList colors = val.split(gDigitsSep, QString::SkipEmptyParts);
4213 if (colors.count() == 16) {
4214 if (colors[0] != "surface" || colors[4] != "backsurface" ||
4215 colors[8] != "edge" || colors[12] != "node") {
4216 MESSAGE("Invalid order of data in Colors, must be: "
4217 "surface:r:g:b:backsurface:r:g:b:edge:r:g:b:node:r:g:b");
4220 aSmeshActor->SetSufaceColor(colors[1].toFloat(), colors[2].toFloat(), colors[3].toFloat());
4221 aSmeshActor->SetBackSufaceColor(colors[5].toFloat(), colors[6].toFloat(), colors[7].toFloat());
4222 aSmeshActor->SetEdgeColor(colors[9].toFloat(), colors[10].toFloat(), colors[11].toFloat());
4223 aSmeshActor->SetNodeColor(colors[13].toFloat(), colors[14].toFloat(), colors[15].toFloat());
4227 // Sizes of lines and points
4228 else if (paramNameStr == "Sizes") {
4229 QStringList sizes = val.split(gDigitsSep, QString::SkipEmptyParts);
4230 if (sizes.count() == 6) {
4231 if (sizes[0] != "line" || sizes[2] != "node" || sizes[4] != "shrink") {
4232 MESSAGE("Invalid order of data in Sizes, must be: "
4233 "line:int:node:int:shrink:float");
4236 aSmeshActor->SetLineWidth(sizes[1].toInt());
4237 aSmeshActor->SetNodeSize(sizes[3].toInt());
4238 aSmeshActor->SetShrinkFactor(sizes[5].toFloat());
4243 else if (paramNameStr == "Opacity") {
4244 aSmeshActor->SetOpacity(val.toFloat());
4247 else if (paramNameStr.startsWith("ClippingPlane")) {
4248 cout << "$$$ ClippingPlane 1" << endl;
4249 if (paramNameStr == "ClippingPlane1" || val == "Off")
4250 aSmeshActor->RemoveAllClippingPlanes();
4252 cout << "$$$ ClippingPlane 2" << endl;
4253 QStringList vals = val.split(gDigitsSep, QString::SkipEmptyParts);
4254 if (vals.count() == 4) { // format check: 4 values
4255 cout << "$$$ ClippingPlane 3" << endl;
4256 SMESH::Orientation anOrientation = (SMESH::Orientation)vals[0].toInt();
4257 double aDistance = vals[1].toFloat();
4258 vtkFloatingPointType anAngle[2];
4259 anAngle[0] = vals[2].toFloat();
4260 anAngle[1] = vals[3].toFloat();
4262 QList<SUIT_ViewManager*> lst;
4263 getApp()->viewManagers(viewerTypStr, lst);
4264 // SVTK ViewManager always has 1 ViewWindow, so view index is index of view manager
4265 if (viewIndex >= 0 && viewIndex < lst.count()) {
4266 SUIT_ViewManager* vman = lst.at(viewIndex);
4267 SVTK_ViewWindow* vtkView = (SVTK_ViewWindow*) vman->getActiveView();
4268 SMESHGUI_ClippingDlg::AddPlane(aSmeshActor, vtkView,
4269 anOrientation, aDistance, anAngle);
4274 } // if (aSmeshActor)
4275 } // other parameters than Visibility
4277 } // for names/parameters iterator
4278 } // for entries iterator
4280 // update all VTK views
4281 QList<SUIT_ViewManager*> lst;
4282 getApp()->viewManagers(lst);
4283 for (QList<SUIT_ViewManager*>::Iterator it = lst.begin(); it != lst.end(); it++) {
4284 SUIT_ViewModel* vmodel = (*it)->getViewModel();
4285 if (vmodel && vmodel->getType() == SVTK_Viewer::Type()) {
4286 SVTK_ViewWindow* vtkView = (SVTK_ViewWindow*) (*it)->getActiveView();
4287 vtkView->getRenderer()->ResetCameraClippingRange();
4294 \brief Adds preferences for dfont of VTK viewer
4296 \param pIf group identifier
4297 \param param parameter
4298 \return identifier of preferences
4300 int SMESHGUI::addVtkFontPref( const QString& label, const int pId, const QString& param )
4302 int tfont = addPreference( label, pId, LightApp_Preferences::Font, "VISU", param );
4304 setPreferenceProperty( tfont, "mode", QtxFontEdit::Custom );
4307 fam.append( tr( "SMESH_FONT_ARIAL" ) );
4308 fam.append( tr( "SMESH_FONT_COURIER" ) );
4309 fam.append( tr( "SMESH_FONT_TIMES" ) );
4311 setPreferenceProperty( tfont, "fonts", fam );
4313 int f = QtxFontEdit::Family | QtxFontEdit::Bold | QtxFontEdit::Italic | QtxFontEdit::Shadow;
4314 setPreferenceProperty( tfont, "features", f );