2012-08-09 16:03:55 +06:00
|
|
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
2005-06-07 19:22:20 +06:00
|
|
|
//
|
2012-08-09 16:03:55 +06:00
|
|
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
|
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
2005-06-07 19:22:20 +06:00
|
|
|
//
|
2012-08-09 16:03:55 +06:00
|
|
|
// This library is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Lesser General Public
|
|
|
|
// License as published by the Free Software Foundation; either
|
|
|
|
// version 2.1 of the License.
|
2005-06-07 19:22:20 +06:00
|
|
|
//
|
2012-08-09 16:03:55 +06:00
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
// Lesser General Public License for more details.
|
2009-02-17 10:27:49 +05:00
|
|
|
//
|
2012-08-09 16:03:55 +06:00
|
|
|
// You should have received a copy of the GNU Lesser General Public
|
|
|
|
// License along with this library; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
2009-02-17 10:27:49 +05:00
|
|
|
//
|
2012-08-09 16:03:55 +06:00
|
|
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
2009-02-17 10:27:49 +05:00
|
|
|
//
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
// SMESH SMESHGUI : GUI for SMESH component
|
|
|
|
// File : SMESHGUI_CreatePolyhedralVolumeDlg.cxx
|
|
|
|
// Author : Michael ZORIN, Open CASCADE S.A.S.
|
|
|
|
// SMESH includes
|
2005-06-07 19:22:20 +06:00
|
|
|
//
|
|
|
|
#include "SMESHGUI_CreatePolyhedralVolumeDlg.h"
|
|
|
|
|
|
|
|
#include "SMESHGUI.h"
|
|
|
|
#include "SMESHGUI_Utils.h"
|
|
|
|
#include "SMESHGUI_VTKUtils.h"
|
|
|
|
#include "SMESHGUI_MeshUtils.h"
|
2012-08-09 16:03:55 +06:00
|
|
|
#include "SMESHGUI_GroupUtils.h"
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SMESHGUI_IdValidator.h"
|
2009-02-17 10:27:49 +05:00
|
|
|
|
|
|
|
#include <SMESH_Actor.h>
|
|
|
|
#include <SMESH_ActorUtils.h>
|
|
|
|
#include <SMDS_Mesh.hxx>
|
|
|
|
|
|
|
|
// SALOME GUI includes
|
|
|
|
#include <SUIT_Desktop.h>
|
|
|
|
#include <SUIT_ResourceMgr.h>
|
|
|
|
#include <SUIT_Session.h>
|
|
|
|
#include <SUIT_MessageBox.h>
|
|
|
|
#include <SUIT_ViewManager.h>
|
|
|
|
#include <SUIT_OverrideCursor.h>
|
|
|
|
|
|
|
|
#include <SalomeApp_Application.h>
|
|
|
|
#include <LightApp_SelectionMgr.h>
|
|
|
|
|
|
|
|
#include <SVTK_ViewWindow.h>
|
|
|
|
|
|
|
|
// OCCT includes
|
2005-06-07 19:22:20 +06:00
|
|
|
#include <TColStd_ListOfInteger.hxx>
|
|
|
|
#include <TColStd_ListIteratorOfListOfInteger.hxx>
|
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
// VTK includes
|
2005-06-07 19:22:20 +06:00
|
|
|
#include <vtkCell.h>
|
|
|
|
#include <vtkIdList.h>
|
|
|
|
#include <vtkUnstructuredGrid.h>
|
|
|
|
#include <vtkDataSetMapper.h>
|
2006-02-07 20:01:11 +05:00
|
|
|
#include <vtkProperty.h>
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
// Qt includes
|
|
|
|
#include <QApplication>
|
|
|
|
#include <QButtonGroup>
|
2012-08-09 16:03:55 +06:00
|
|
|
#include <QComboBox>
|
2009-02-17 10:27:49 +05:00
|
|
|
#include <QGroupBox>
|
|
|
|
#include <QLabel>
|
|
|
|
#include <QLineEdit>
|
|
|
|
#include <QPushButton>
|
|
|
|
#include <QRadioButton>
|
|
|
|
#include <QCheckBox>
|
|
|
|
#include <QHBoxLayout>
|
|
|
|
#include <QVBoxLayout>
|
|
|
|
#include <QGridLayout>
|
|
|
|
#include <QListWidget>
|
|
|
|
#include <QKeyEvent>
|
|
|
|
|
|
|
|
// IDL includes
|
|
|
|
#include <SALOMEconfig.h>
|
2008-03-07 12:47:05 +05:00
|
|
|
#include CORBA_SERVER_HEADER(SMESH_MeshEditor)
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
#define SPACING 6
|
|
|
|
#define MARGIN 11
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
namespace SMESH
|
|
|
|
{
|
|
|
|
class TPolySimulation
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
SVTK_ViewWindow* myViewWindow;
|
|
|
|
|
|
|
|
SALOME_Actor *myPreviewActor;
|
|
|
|
vtkDataSetMapper* myMapper;
|
|
|
|
vtkUnstructuredGrid* myGrid;
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
TPolySimulation(SalomeApp_Application* app)
|
|
|
|
{
|
|
|
|
SUIT_ViewManager* mgr = app->activeViewManager();
|
|
|
|
myViewWindow = mgr ? dynamic_cast<SVTK_ViewWindow*>( mgr->getActiveView() ) : NULL;
|
|
|
|
|
|
|
|
myGrid = vtkUnstructuredGrid::New();
|
|
|
|
|
|
|
|
// Create and display actor
|
|
|
|
myMapper = vtkDataSetMapper::New();
|
|
|
|
myMapper->SetInput( myGrid );
|
|
|
|
|
|
|
|
myPreviewActor = SALOME_Actor::New();
|
|
|
|
myPreviewActor->PickableOff();
|
|
|
|
myPreviewActor->VisibilityOff();
|
|
|
|
myPreviewActor->SetMapper( myMapper );
|
2006-02-07 20:01:11 +05:00
|
|
|
myPreviewActor->SetRepresentation( 3 );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2006-05-06 14:51:48 +06:00
|
|
|
vtkFloatingPointType anRGB[3];
|
2005-06-27 17:29:58 +06:00
|
|
|
vtkProperty* aProp = vtkProperty::New();
|
2006-03-13 20:29:49 +05:00
|
|
|
GetColor( "SMESH", "selection_element_color", anRGB[0], anRGB[1], anRGB[2], QColor( 0, 170, 255 ) );
|
2005-06-07 19:22:20 +06:00
|
|
|
aProp->SetColor(anRGB[0],anRGB[1],anRGB[2]);
|
|
|
|
myPreviewActor->SetProperty( aProp );
|
2006-05-06 14:51:48 +06:00
|
|
|
vtkFloatingPointType aFactor,aUnits;
|
2006-03-13 20:29:49 +05:00
|
|
|
myPreviewActor->SetResolveCoincidentTopology(true);
|
|
|
|
myPreviewActor->GetPolygonOffsetParameters(aFactor,aUnits);
|
|
|
|
myPreviewActor->SetPolygonOffsetParameters(aFactor,0.2*aUnits);
|
2005-06-07 19:22:20 +06:00
|
|
|
aProp->Delete();
|
|
|
|
|
|
|
|
myViewWindow->AddActor( myPreviewActor );
|
2006-03-13 20:29:49 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
typedef std::vector<vtkIdType> TVTKIds;
|
|
|
|
void SetPosition(SMESH_Actor* theActor,
|
2012-08-09 16:03:55 +06:00
|
|
|
vtkIdType theType,
|
|
|
|
const TVTKIds& theIds,
|
|
|
|
bool theReset=true)
|
2005-06-07 19:22:20 +06:00
|
|
|
{
|
|
|
|
vtkUnstructuredGrid *aGrid = theActor->GetUnstructuredGrid();
|
|
|
|
myGrid->SetPoints(aGrid->GetPoints());
|
|
|
|
|
2006-03-13 20:29:49 +05:00
|
|
|
ResetGrid(theReset);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
vtkIdList *anIds = vtkIdList::New();
|
|
|
|
|
|
|
|
for (int i = 0, iEnd = theIds.size(); i < iEnd; i++)
|
2012-08-09 16:03:55 +06:00
|
|
|
anIds->InsertId(i,theIds[i]);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
myGrid->InsertNextCell(theType,anIds);
|
2005-06-24 12:21:49 +06:00
|
|
|
if(theIds.size()!=0){
|
2012-08-09 16:03:55 +06:00
|
|
|
myGrid->InsertNextCell(theType,anIds);
|
|
|
|
myGrid->Modified();
|
2005-06-24 12:21:49 +06:00
|
|
|
}
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
anIds->Delete();
|
|
|
|
|
|
|
|
SetVisibility(true);
|
2005-06-24 12:21:49 +06:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
void ResetGrid(bool theReset=true){
|
|
|
|
if (theReset) myGrid->Reset();
|
|
|
|
}
|
|
|
|
|
|
|
|
void SetVisibility(bool theVisibility){
|
|
|
|
myPreviewActor->SetVisibility(theVisibility);
|
|
|
|
RepaintCurrentView();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
~TPolySimulation(){
|
2009-02-17 10:27:49 +05:00
|
|
|
if( myViewWindow )
|
2012-08-09 16:03:55 +06:00
|
|
|
myViewWindow->RemoveActor(myPreviewActor);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
myPreviewActor->Delete();
|
|
|
|
|
|
|
|
myMapper->RemoveAllInputs();
|
|
|
|
myMapper->Delete();
|
|
|
|
|
|
|
|
myGrid->Delete();
|
|
|
|
}
|
|
|
|
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// class : SMESHGUI_CreatePolyhedralVolumeDlgDlg()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
2009-02-17 10:27:49 +05:00
|
|
|
SMESHGUI_CreatePolyhedralVolumeDlg::SMESHGUI_CreatePolyhedralVolumeDlg( SMESHGUI* theModule )
|
|
|
|
: QDialog( SMESH::GetDesktop( theModule ) ),
|
2005-06-07 19:22:20 +06:00
|
|
|
mySMESHGUI( theModule ),
|
2005-07-01 16:42:32 +06:00
|
|
|
mySelectionMgr( SMESH::GetSelectionMgr( theModule ) )
|
2005-06-07 19:22:20 +06:00
|
|
|
{
|
2005-06-09 12:48:48 +06:00
|
|
|
QPixmap image0( SMESH::GetResourceMgr( mySMESHGUI )->loadPixmap( "SMESH",tr("ICON_SELECT")));
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
setModal(false);
|
|
|
|
setAttribute(Qt::WA_DeleteOnClose, true);
|
|
|
|
setWindowTitle( tr( "SMESH_CREATE_POLYHEDRAL_VOLUME_TITLE" ) );
|
|
|
|
setSizeGripEnabled( true );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
QVBoxLayout* topLayout = new QVBoxLayout( this );
|
|
|
|
topLayout->setSpacing( SPACING );
|
|
|
|
topLayout->setMargin( MARGIN );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
/***************************************************************/
|
2009-02-17 10:27:49 +05:00
|
|
|
ConstructorsBox = new QGroupBox(tr( "SMESH_ELEMENTS_TYPE" ), this);
|
|
|
|
GroupConstructors = new QButtonGroup(this);
|
|
|
|
QHBoxLayout* ConstructorsBoxLayout = new QHBoxLayout( ConstructorsBox );
|
|
|
|
ConstructorsBoxLayout->setSpacing( SPACING );
|
|
|
|
ConstructorsBoxLayout->setMargin( MARGIN );
|
|
|
|
|
|
|
|
RadioButton1 = new QRadioButton( tr( "MESH_NODE" ), ConstructorsBox );
|
|
|
|
RadioButton2 = new QRadioButton( tr( "SMESH_FACE" ), ConstructorsBox );
|
|
|
|
|
|
|
|
ConstructorsBoxLayout->addWidget( RadioButton1 );
|
|
|
|
ConstructorsBoxLayout->addWidget( RadioButton2 );
|
|
|
|
GroupConstructors->addButton(RadioButton1, 0);
|
|
|
|
GroupConstructors->addButton(RadioButton2, 1);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
/***************************************************************/
|
|
|
|
GroupContent = new QGroupBox( tr( "SMESH_CONTENT" ), this );
|
|
|
|
QGridLayout* GroupContentLayout = new QGridLayout( GroupContent );
|
|
|
|
GroupContentLayout->setSpacing( SPACING );
|
|
|
|
GroupContentLayout->setMargin( MARGIN );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
TextLabelIds = new QLabel( tr( "SMESH_ID_NODES" ), GroupContent );
|
|
|
|
SelectElementsButton = new QPushButton( GroupContent );
|
|
|
|
SelectElementsButton->setIcon( image0 );
|
|
|
|
LineEditElements = new QLineEdit( GroupContent );
|
|
|
|
LineEditElements->setValidator( new SMESHGUI_IdValidator( this ) );
|
|
|
|
|
|
|
|
myFacesByNodesLabel = new QLabel( tr( "FACES_BY_NODES" ), GroupContent );
|
|
|
|
myFacesByNodes = new QListWidget( GroupContent);
|
|
|
|
myFacesByNodes->setSelectionMode( QListWidget::ExtendedSelection );
|
|
|
|
myFacesByNodes->setMinimumHeight( 150);
|
|
|
|
|
|
|
|
AddButton = new QPushButton( tr( "SMESH_BUT_ADD" ), GroupContent );
|
|
|
|
RemoveButton = new QPushButton( tr( "SMESH_BUT_REMOVE" ), GroupContent );
|
|
|
|
|
|
|
|
Preview = new QCheckBox( tr( "SMESH_POLYEDRE_PREVIEW" ), GroupContent );
|
|
|
|
|
|
|
|
GroupContentLayout->addWidget( TextLabelIds, 0, 0 );
|
|
|
|
GroupContentLayout->addWidget( SelectElementsButton, 0, 1 );
|
|
|
|
GroupContentLayout->addWidget( LineEditElements, 0, 2, 1, 2 );
|
|
|
|
GroupContentLayout->addWidget( myFacesByNodesLabel, 1, 0 );
|
|
|
|
GroupContentLayout->addWidget( myFacesByNodes, 2, 0, 3, 3 );
|
|
|
|
GroupContentLayout->addWidget( AddButton, 2, 3 );
|
|
|
|
GroupContentLayout->addWidget( RemoveButton, 3, 3 );
|
|
|
|
GroupContentLayout->addWidget( Preview, 5, 0, 1, 4 );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
/***************************************************************/
|
|
|
|
GroupGroups = new QGroupBox( tr( "SMESH_ADD_TO_GROUP" ), this );
|
|
|
|
GroupGroups->setCheckable( true );
|
|
|
|
QHBoxLayout* GroupGroupsLayout = new QHBoxLayout(GroupGroups);
|
|
|
|
GroupGroupsLayout->setSpacing(SPACING);
|
|
|
|
GroupGroupsLayout->setMargin(MARGIN);
|
|
|
|
|
|
|
|
TextLabel_GroupName = new QLabel( tr( "SMESH_GROUP" ), GroupGroups );
|
|
|
|
ComboBox_GroupName = new QComboBox( GroupGroups );
|
|
|
|
ComboBox_GroupName->setEditable( true );
|
|
|
|
ComboBox_GroupName->setInsertPolicy( QComboBox::NoInsert );
|
|
|
|
|
|
|
|
GroupGroupsLayout->addWidget( TextLabel_GroupName );
|
|
|
|
GroupGroupsLayout->addWidget( ComboBox_GroupName, 1 );
|
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
/***************************************************************/
|
|
|
|
GroupButtons = new QGroupBox( this );
|
|
|
|
QHBoxLayout* GroupButtonsLayout = new QHBoxLayout( GroupButtons );
|
|
|
|
GroupButtonsLayout->setSpacing( SPACING );
|
|
|
|
GroupButtonsLayout->setMargin( MARGIN );
|
|
|
|
|
|
|
|
buttonOk = new QPushButton( tr( "SMESH_BUT_APPLY_AND_CLOSE" ), GroupButtons );
|
|
|
|
buttonOk->setAutoDefault( true );
|
|
|
|
buttonOk->setDefault( true );
|
|
|
|
buttonApply = new QPushButton( tr( "SMESH_BUT_APPLY" ), GroupButtons );
|
|
|
|
buttonApply->setAutoDefault( true );
|
|
|
|
buttonCancel = new QPushButton( tr( "SMESH_BUT_CLOSE" ), GroupButtons );
|
|
|
|
buttonCancel->setAutoDefault( true );
|
|
|
|
buttonHelp = new QPushButton( tr("SMESH_BUT_HELP" ), GroupButtons );
|
|
|
|
buttonHelp->setAutoDefault(true);
|
|
|
|
|
|
|
|
GroupButtonsLayout->addWidget( buttonOk );
|
|
|
|
GroupButtonsLayout->addSpacing( 10 );
|
|
|
|
GroupButtonsLayout->addWidget( buttonApply );
|
|
|
|
GroupButtonsLayout->addSpacing( 10 );
|
|
|
|
GroupButtonsLayout->addStretch();
|
|
|
|
GroupButtonsLayout->addWidget( buttonCancel );
|
|
|
|
GroupButtonsLayout->addWidget( buttonHelp);
|
2005-07-01 16:42:32 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
/***************************************************************/
|
|
|
|
topLayout->addWidget( ConstructorsBox );
|
|
|
|
topLayout->addWidget( GroupContent );
|
2012-08-09 16:03:55 +06:00
|
|
|
topLayout->addWidget( GroupGroups );
|
2009-02-17 10:27:49 +05:00
|
|
|
topLayout->addWidget( GroupButtons );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
mySelector = (SMESH::GetViewWindow( mySMESHGUI ))->GetSelector();
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
RadioButton1->setChecked( true );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
mySMESHGUI->SetActiveDialogBox( (QDialog*)this );
|
2006-05-06 14:51:48 +06:00
|
|
|
|
2008-03-07 12:47:05 +05:00
|
|
|
myHelpFileName = "adding_nodes_and_elements_page.html#adding_polyhedrons_anchor";
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
Init();
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ~SMESHGUI_CreatePolyhedralVolumeDlg()
|
|
|
|
// purpose : Destroys the object and frees any allocated resources
|
|
|
|
//=================================================================================
|
|
|
|
SMESHGUI_CreatePolyhedralVolumeDlg::~SMESHGUI_CreatePolyhedralVolumeDlg()
|
|
|
|
{
|
|
|
|
delete mySimulation;
|
|
|
|
}
|
|
|
|
|
|
|
|
static bool busy = false;
|
2009-02-17 10:27:49 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
|
|
|
// function : Init()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::Init()
|
|
|
|
{
|
|
|
|
myEditCurrentArgument = LineEditElements;
|
2009-02-17 10:27:49 +05:00
|
|
|
mySMESHGUI->SetActiveDialogBox( (QDialog*)this );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
/* reset "Add to group" control */
|
|
|
|
GroupGroups->setChecked( false );
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
myNbOkElements = 0;
|
|
|
|
myActor = 0;
|
|
|
|
|
|
|
|
mySimulation = new SMESH::TPolySimulation( dynamic_cast<SalomeApp_Application*>( mySMESHGUI->application() ) );
|
|
|
|
|
|
|
|
/* signals and slots connections */
|
2009-02-17 10:27:49 +05:00
|
|
|
connect(buttonOk, SIGNAL( clicked() ), SLOT( ClickOnOk() ) );
|
|
|
|
connect(buttonCancel, SIGNAL( clicked() ), SLOT( ClickOnCancel() ) );
|
|
|
|
connect(buttonApply, SIGNAL( clicked() ), SLOT( ClickOnApply() ) );
|
|
|
|
connect(buttonHelp, SIGNAL( clicked() ), SLOT( ClickOnHelp() ) );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
connect(GroupConstructors, SIGNAL(buttonClicked(int) ), SLOT( ConstructorsClicked(int) ) );
|
|
|
|
connect(SelectElementsButton, SIGNAL( clicked() ), SLOT( SetEditCurrentArgument() ) );
|
2005-06-07 19:22:20 +06:00
|
|
|
connect(LineEditElements, SIGNAL( textChanged(const QString&) ), SLOT(onTextChange(const QString&)));
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
connect(myFacesByNodes, SIGNAL(itemSelectionChanged()), this, SLOT(onListSelectionChanged()));
|
2005-06-07 19:22:20 +06:00
|
|
|
connect(AddButton, SIGNAL(clicked()), this, SLOT(onAdd()));
|
|
|
|
connect(RemoveButton, SIGNAL(clicked()), this, SLOT(onRemove()));
|
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
connect( mySMESHGUI, SIGNAL ( SignalDeactivateActiveDialog() ), this, SLOT( DeactivateActiveDialog() ) );
|
2005-06-07 19:22:20 +06:00
|
|
|
connect( mySelectionMgr, SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
|
|
|
connect( Preview, SIGNAL(toggled(bool)), this, SLOT(ClickOnPreview(bool)));
|
|
|
|
/* to close dialog if study change */
|
2009-02-17 10:27:49 +05:00
|
|
|
connect( mySMESHGUI, SIGNAL ( SignalCloseAllDialogs() ), this, SLOT( ClickOnCancel() ) );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
ConstructorsClicked(0);
|
|
|
|
SelectionIntoArgument();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ConstructorsClicked()
|
|
|
|
// purpose : Radio button management
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::ConstructorsClicked(int constructorId)
|
|
|
|
{
|
2005-06-24 12:21:49 +06:00
|
|
|
//disconnect(mySelectionMgr, 0, this, 0);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2005-11-25 19:06:27 +05:00
|
|
|
SALOME_ListIO io;
|
|
|
|
mySelectionMgr->selectedObjects( io );
|
2005-06-07 19:22:20 +06:00
|
|
|
SALOME_ListIO aList;
|
|
|
|
mySelectionMgr->setSelectedObjects( aList );
|
|
|
|
myEditCurrentArgument->clear();
|
|
|
|
myNbOkElements = 0;
|
|
|
|
buttonApply->setEnabled(false);
|
|
|
|
buttonOk->setEnabled(false);
|
|
|
|
mySimulation->SetVisibility(false);
|
|
|
|
|
|
|
|
switch(constructorId)
|
|
|
|
{
|
|
|
|
case 0 :
|
|
|
|
{
|
2012-08-09 16:03:55 +06:00
|
|
|
if ( myActor ){
|
2005-06-07 19:22:20 +06:00
|
|
|
myActor->SetPointRepresentation(true);
|
2012-08-09 16:03:55 +06:00
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
else
|
|
|
|
SMESH::SetPointRepresentation(true);
|
2012-08-09 16:03:55 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->SetSelectionMode(NodeSelection);
|
|
|
|
|
|
|
|
AddButton->setEnabled(false);
|
|
|
|
RemoveButton->setEnabled(false);
|
|
|
|
TextLabelIds->setText( tr( "SMESH_ID_NODES" ) );
|
|
|
|
myFacesByNodesLabel->show();
|
|
|
|
myFacesByNodes->clear();
|
|
|
|
myFacesByNodes->show();
|
|
|
|
AddButton->show();
|
|
|
|
RemoveButton->show();
|
|
|
|
Preview->show();
|
|
|
|
break;
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
case 1 :
|
|
|
|
{
|
2012-08-09 16:03:55 +06:00
|
|
|
if( myActor ){
|
|
|
|
myActor->SetPointRepresentation(false);
|
|
|
|
} else {
|
|
|
|
SMESH::SetPointRepresentation(false);
|
|
|
|
}
|
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->SetSelectionMode(FaceSelection);
|
|
|
|
|
|
|
|
TextLabelIds->setText( tr( "SMESH_ID_FACES" ) );
|
|
|
|
myFacesByNodesLabel->hide();
|
|
|
|
myFacesByNodes->hide();
|
|
|
|
AddButton->hide();
|
|
|
|
RemoveButton->hide();
|
|
|
|
Preview->show();
|
|
|
|
break;
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-06-24 12:21:49 +06:00
|
|
|
//connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
|
2005-11-25 19:06:27 +05:00
|
|
|
mySelectionMgr->setSelectedObjects( io );
|
2009-02-17 10:27:49 +05:00
|
|
|
|
|
|
|
QApplication::instance()->processEvents();
|
|
|
|
updateGeometry();
|
2012-08-09 16:03:55 +06:00
|
|
|
resize(100,100);
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnPreview()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::ClickOnPreview(bool theToggled){
|
|
|
|
Preview->setChecked(theToggled);
|
|
|
|
displaySimulation();
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnApply()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::ClickOnApply()
|
|
|
|
{
|
2012-08-09 16:03:55 +06:00
|
|
|
if( !isValid() )
|
|
|
|
return;
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
if ( myNbOkElements>0 && !mySMESHGUI->isActiveStudyLocked())
|
|
|
|
{
|
2006-03-13 20:29:49 +05:00
|
|
|
if(checkEditLine(false) == -1) {return;}
|
2005-06-07 19:22:20 +06:00
|
|
|
busy = true;
|
2012-08-09 16:03:55 +06:00
|
|
|
long anElemId = -1;
|
|
|
|
|
|
|
|
bool addToGroup = GroupGroups->isChecked();
|
|
|
|
QString aGroupName;
|
|
|
|
|
|
|
|
SMESH::SMESH_GroupBase_var aGroup;
|
|
|
|
int idx = 0;
|
|
|
|
if( addToGroup ) {
|
|
|
|
aGroupName = ComboBox_GroupName->currentText();
|
|
|
|
for ( int i = 1; i < ComboBox_GroupName->count(); i++ ) {
|
|
|
|
QString aName = ComboBox_GroupName->itemText( i );
|
|
|
|
if ( aGroupName == aName && ( i == ComboBox_GroupName->currentIndex() || idx == 0 ) )
|
|
|
|
idx = i;
|
|
|
|
}
|
|
|
|
if ( idx > 0 && idx < myGroups.count() ) {
|
|
|
|
SMESH::SMESH_GroupOnGeom_var aGeomGroup = SMESH::SMESH_GroupOnGeom::_narrow( myGroups[idx-1] );
|
|
|
|
if ( !aGeomGroup->_is_nil() ) {
|
|
|
|
int res = SUIT_MessageBox::question( this, tr( "SMESH_WRN_WARNING" ),
|
|
|
|
tr( "MESH_STANDALONE_GRP_CHOSEN" ).arg( aGroupName ),
|
|
|
|
tr( "SMESH_BUT_YES" ), tr( "SMESH_BUT_NO" ), 0, 1 );
|
|
|
|
if ( res == 1 ) return;
|
|
|
|
}
|
|
|
|
aGroup = myGroups[idx-1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
if (GetConstructorId() == 0)
|
2012-08-09 16:03:55 +06:00
|
|
|
{
|
|
|
|
SMESH::long_array_var anIdsOfNodes = new SMESH::long_array;
|
|
|
|
SMESH::long_array_var aQuantities = new SMESH::long_array;
|
|
|
|
|
|
|
|
aQuantities->length( myFacesByNodes->count() );
|
|
|
|
|
|
|
|
TColStd_ListOfInteger aNodesIds;
|
|
|
|
|
|
|
|
int aNbQuantities = 0;
|
|
|
|
for (int i = 0; i < myFacesByNodes->count(); i++ ) {
|
|
|
|
QStringList anIds = myFacesByNodes->item(i)->text().split( " ", QString::SkipEmptyParts );
|
|
|
|
for (QStringList::iterator it = anIds.begin(); it != anIds.end(); ++it)
|
|
|
|
aNodesIds.Append( (*it).toInt() );
|
|
|
|
|
|
|
|
aQuantities[aNbQuantities++] = anIds.count();
|
|
|
|
}
|
|
|
|
|
|
|
|
anIdsOfNodes->length(aNodesIds.Extent());
|
|
|
|
|
|
|
|
int aNbIdsOfNodes = 0;
|
|
|
|
TColStd_ListIteratorOfListOfInteger It;
|
|
|
|
It.Initialize(aNodesIds);
|
|
|
|
for( ;It.More();It.Next())
|
|
|
|
anIdsOfNodes[aNbIdsOfNodes++] = It.Value();
|
|
|
|
|
|
|
|
try{
|
|
|
|
SUIT_OverrideCursor aWaitCursor;
|
|
|
|
SMESH::SMESH_MeshEditor_var aMeshEditor = myMesh->GetMeshEditor();
|
|
|
|
anElemId = aMeshEditor->AddPolyhedralVolume(anIdsOfNodes, aQuantities);
|
|
|
|
}catch(SALOME::SALOME_Exception& exc){
|
|
|
|
INFOS("Follow exception was cought:\n\t"<<exc.details.text);
|
|
|
|
}catch(std::exception& exc){
|
|
|
|
INFOS("Follow exception was cought:\n\t"<<exc.what());
|
|
|
|
}catch(...){
|
|
|
|
INFOS("Unknown exception was cought !!!");
|
|
|
|
}
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
else if (GetConstructorId() == 1)
|
2012-08-09 16:03:55 +06:00
|
|
|
{
|
|
|
|
SMESH::long_array_var anIdsOfFaces = new SMESH::long_array;
|
|
|
|
|
|
|
|
QStringList aListId = myEditCurrentArgument->text().split( " ", QString::SkipEmptyParts );
|
|
|
|
anIdsOfFaces->length(aListId.count());
|
|
|
|
for ( int i = 0; i < aListId.count(); i++ )
|
|
|
|
anIdsOfFaces[i] = aListId[i].toInt();
|
|
|
|
|
|
|
|
try{
|
|
|
|
SUIT_OverrideCursor aWaitCursor;
|
|
|
|
SMESH::SMESH_MeshEditor_var aMeshEditor = myMesh->GetMeshEditor();
|
|
|
|
anElemId = aMeshEditor->AddPolyhedralVolumeByFaces(anIdsOfFaces);
|
|
|
|
}catch(SALOME::SALOME_Exception& exc){
|
|
|
|
INFOS("Follow exception was cought:\n\t"<<exc.details.text);
|
|
|
|
}catch(std::exception& exc){
|
|
|
|
INFOS("Follow exception was cought:\n\t"<<exc.what());
|
|
|
|
}catch(...){
|
|
|
|
INFOS("Unknown exception was cought !!!");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( anElemId != -1 && addToGroup && !aGroupName.isEmpty() ) {
|
|
|
|
SMESH::SMESH_Group_var aGroupUsed;
|
|
|
|
if ( aGroup->_is_nil() ) {
|
|
|
|
// create new group
|
|
|
|
aGroupUsed = SMESH::AddGroup( myMesh, SMESH::VOLUME, aGroupName );
|
|
|
|
if ( !aGroupUsed->_is_nil() ) {
|
|
|
|
myGroups.append(SMESH::SMESH_GroupBase::_duplicate(aGroupUsed));
|
|
|
|
ComboBox_GroupName->addItem( aGroupName );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
SMESH::SMESH_GroupOnGeom_var aGeomGroup = SMESH::SMESH_GroupOnGeom::_narrow( aGroup );
|
|
|
|
if ( !aGeomGroup->_is_nil() ) {
|
|
|
|
aGroupUsed = myMesh->ConvertToStandalone( aGeomGroup );
|
|
|
|
if ( !aGroupUsed->_is_nil() && idx > 0 ) {
|
|
|
|
myGroups[idx-1] = SMESH::SMESH_GroupBase::_duplicate(aGroupUsed);
|
|
|
|
SMESHGUI::GetSMESHGUI()->getApp()->updateObjectBrowser();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
aGroupUsed = SMESH::SMESH_Group::_narrow( aGroup );
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( !aGroupUsed->_is_nil() ) {
|
|
|
|
SMESH::long_array_var anIdList = new SMESH::long_array;
|
|
|
|
anIdList->length( 1 );
|
|
|
|
anIdList[0] = anElemId;
|
|
|
|
aGroupUsed->Add( anIdList.inout() );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-11-25 19:06:27 +05:00
|
|
|
//SALOME_ListIO aList;
|
|
|
|
//mySelectionMgr->setSelectedObjects( aList );
|
2005-06-07 19:22:20 +06:00
|
|
|
SMESH::UpdateView();
|
2006-02-07 20:01:11 +05:00
|
|
|
if( myActor ){
|
2012-08-09 16:03:55 +06:00
|
|
|
unsigned int anEntityMode = myActor->GetEntityMode();
|
|
|
|
myActor->SetEntityMode(SMESH_Actor::eVolumes | anEntityMode);
|
2006-02-07 20:01:11 +05:00
|
|
|
}
|
2006-03-13 20:29:49 +05:00
|
|
|
//ConstructorsClicked( GetConstructorId() );
|
2005-06-07 19:22:20 +06:00
|
|
|
busy = false;
|
2012-08-09 16:03:55 +06:00
|
|
|
|
|
|
|
SMESHGUI::Modified();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
2012-08-09 16:03:55 +06:00
|
|
|
myFacesByNodes->clear();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnOk()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::ClickOnOk()
|
|
|
|
{
|
2006-03-13 20:29:49 +05:00
|
|
|
if(checkEditLine(false) == -1) {return;}
|
2009-02-17 10:27:49 +05:00
|
|
|
ClickOnApply();
|
|
|
|
ClickOnCancel();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnCancel()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::ClickOnCancel()
|
|
|
|
{
|
|
|
|
mySelectionMgr->clearFilters();
|
2005-11-25 19:06:27 +05:00
|
|
|
//SALOME_ListIO aList;
|
|
|
|
//mySelectionMgr->setSelectedObjects( aList );
|
2005-06-07 19:22:20 +06:00
|
|
|
SMESH::SetPointRepresentation(false);
|
|
|
|
mySimulation->SetVisibility(false);
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->SetSelectionMode( ActorSelection );
|
2005-06-07 19:22:20 +06:00
|
|
|
disconnect( mySelectionMgr, 0, this, 0 );
|
2009-02-17 10:27:49 +05:00
|
|
|
mySMESHGUI->ResetState();
|
|
|
|
reject();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
2006-05-06 14:51:48 +06:00
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnHelp()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::ClickOnHelp()
|
|
|
|
{
|
|
|
|
LightApp_Application* app = (LightApp_Application*)(SUIT_Session::session()->activeApplication());
|
|
|
|
if (app)
|
|
|
|
app->onHelpContextModule(mySMESHGUI ? app->moduleName(mySMESHGUI->moduleName()) : QString(""), myHelpFileName);
|
|
|
|
else {
|
2009-02-17 10:27:49 +05:00
|
|
|
QString platform;
|
2008-03-07 12:47:05 +05:00
|
|
|
#ifdef WIN32
|
2009-02-17 10:27:49 +05:00
|
|
|
platform = "winapplication";
|
2008-03-07 12:47:05 +05:00
|
|
|
#else
|
2009-02-17 10:27:49 +05:00
|
|
|
platform = "application";
|
2008-03-07 12:47:05 +05:00
|
|
|
#endif
|
2009-02-17 10:27:49 +05:00
|
|
|
SUIT_MessageBox::warning(this, tr("WRN_WARNING"),
|
2012-08-09 16:03:55 +06:00
|
|
|
tr("EXTERNAL_BROWSER_CANNOT_SHOW_PAGE").
|
|
|
|
arg(app->resourceMgr()->stringValue("ExternalBrowser",
|
|
|
|
platform)).
|
|
|
|
arg(myHelpFileName));
|
2006-05-06 14:51:48 +06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=======================================================================
|
|
|
|
//function : onTextChange
|
|
|
|
//purpose :
|
|
|
|
//=======================================================================
|
|
|
|
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::onTextChange(const QString& theNewText)
|
|
|
|
{
|
|
|
|
if ( busy ) return;
|
2006-03-13 20:29:49 +05:00
|
|
|
if (checkEditLine() == -1) return;
|
2005-06-07 19:22:20 +06:00
|
|
|
busy = true;
|
|
|
|
|
|
|
|
mySimulation->SetVisibility(false);
|
|
|
|
|
|
|
|
SMDS_Mesh* aMesh = 0;
|
|
|
|
if ( myActor )
|
|
|
|
aMesh = myActor->GetObject()->GetMesh();
|
|
|
|
|
|
|
|
if (GetConstructorId() == 0)
|
2009-02-17 10:27:49 +05:00
|
|
|
{
|
|
|
|
if ( aMesh ) {
|
2012-08-09 16:03:55 +06:00
|
|
|
TColStd_MapOfInteger newIndices;
|
2005-06-24 19:54:25 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
QStringList aListId = theNewText.split( " ", QString::SkipEmptyParts );
|
|
|
|
for ( int i = 0; i < aListId.count(); i++ ) {
|
|
|
|
const SMDS_MeshNode * n = aMesh->FindNode( aListId[ i ].toInt() );
|
|
|
|
if ( n ) {
|
|
|
|
newIndices.Add(n->GetID());
|
|
|
|
myNbOkElements++;
|
|
|
|
}
|
|
|
|
}
|
2005-06-24 12:21:49 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
mySelector->AddOrRemoveIndex( myActor->getIO(), newIndices, false );
|
2005-07-01 16:42:32 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->highlight( myActor->getIO(), true, true );
|
2005-06-24 19:54:25 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
if ( myNbOkElements>0 && aListId.count()>=3)
|
|
|
|
AddButton->setEnabled(true);
|
|
|
|
else
|
|
|
|
AddButton->setEnabled(false);
|
2005-06-24 12:21:49 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
displaySimulation();
|
2009-02-17 10:27:49 +05:00
|
|
|
}
|
|
|
|
} else if (GetConstructorId() == 1)
|
|
|
|
{
|
2012-08-09 16:03:55 +06:00
|
|
|
myNbOkElements = 0;
|
|
|
|
buttonOk->setEnabled( false );
|
|
|
|
buttonApply->setEnabled( false );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
// check entered ids of faces and hilight them
|
|
|
|
QStringList aListId;
|
|
|
|
if ( aMesh ) {
|
|
|
|
TColStd_MapOfInteger newIndices;
|
2005-06-24 19:54:25 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
aListId = theNewText.split( " ", QString::SkipEmptyParts );
|
|
|
|
|
|
|
|
for ( int i = 0; i < aListId.count(); i++ ) {
|
|
|
|
const SMDS_MeshElement * e = aMesh->FindElement( aListId[ i ].toInt() );
|
|
|
|
if ( e ) {
|
|
|
|
newIndices.Add(e->GetID());
|
|
|
|
myNbOkElements++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
mySelector->AddOrRemoveIndex( myActor->getIO(), newIndices, false );
|
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->highlight( myActor->getIO(), true, true );
|
2005-06-24 19:54:25 +06:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
if ( myNbOkElements ) {
|
|
|
|
if (aListId.count()>1){
|
|
|
|
buttonOk->setEnabled( true );
|
|
|
|
buttonApply->setEnabled( true );
|
|
|
|
}
|
|
|
|
else{
|
|
|
|
buttonOk->setEnabled( false );
|
|
|
|
buttonApply->setEnabled( false );
|
|
|
|
}
|
|
|
|
if(aListId.count()>1)
|
|
|
|
displaySimulation();
|
|
|
|
}
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
busy = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : SelectionIntoArgument()
|
|
|
|
// purpose : Called when selection as changed or other case
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::SelectionIntoArgument()
|
|
|
|
{
|
|
|
|
if ( busy ) return;
|
|
|
|
|
|
|
|
// clear
|
|
|
|
|
|
|
|
if (GetConstructorId() == 1 || myFacesByNodes->count() <= 1)
|
|
|
|
{
|
|
|
|
myNbOkElements = 0;
|
|
|
|
AddButton->setEnabled(false);
|
|
|
|
buttonOk->setEnabled( false );
|
|
|
|
buttonApply->setEnabled( false );
|
|
|
|
}
|
|
|
|
|
|
|
|
myActor = 0;
|
|
|
|
|
|
|
|
busy = true;
|
|
|
|
myEditCurrentArgument->setText( "" );
|
|
|
|
busy = false;
|
|
|
|
if ( !GroupButtons->isEnabled() ) // inactive
|
|
|
|
return;
|
|
|
|
|
|
|
|
mySimulation->SetVisibility(false);
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
QString aCurrentEntry = myEntry;
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
// get selected mesh
|
|
|
|
|
|
|
|
SALOME_ListIO selected;
|
|
|
|
mySelectionMgr->selectedObjects( selected );
|
|
|
|
int nbSel = selected.Extent();
|
|
|
|
if(nbSel != 1){
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
myEntry = selected.First()->getEntry();
|
2005-06-07 19:22:20 +06:00
|
|
|
myMesh = SMESH::GetMeshByIO( selected.First() );
|
|
|
|
if ( myMesh->_is_nil() )
|
|
|
|
return;
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
// process groups
|
|
|
|
if ( !myMesh->_is_nil() && myEntry != aCurrentEntry ) {
|
|
|
|
myGroups.clear();
|
|
|
|
ComboBox_GroupName->clear();
|
|
|
|
ComboBox_GroupName->addItem( QString() );
|
|
|
|
SMESH::ListOfGroups aListOfGroups = *myMesh->GetGroups();
|
|
|
|
for ( int i = 0, n = aListOfGroups.length(); i < n; i++ ) {
|
|
|
|
SMESH::SMESH_GroupBase_var aGroup = aListOfGroups[i];
|
|
|
|
if ( !aGroup->_is_nil() && aGroup->GetType() == SMESH::VOLUME ) {
|
|
|
|
QString aGroupName( aGroup->GetName() );
|
|
|
|
if ( !aGroupName.isEmpty() ) {
|
|
|
|
myGroups.append(SMESH::SMESH_GroupBase::_duplicate(aGroup));
|
|
|
|
ComboBox_GroupName->addItem( aGroupName );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
myActor = SMESH::FindActorByObject(myMesh);
|
|
|
|
if ( !myActor )
|
|
|
|
return;
|
|
|
|
|
|
|
|
// get selected nodes/faces
|
|
|
|
QString aString = "";
|
2006-02-07 20:01:11 +05:00
|
|
|
int anbNodes=0,aNbFaces=0;
|
2005-06-07 19:22:20 +06:00
|
|
|
switch(GetConstructorId()){
|
|
|
|
case 0:{
|
2006-02-07 20:01:11 +05:00
|
|
|
anbNodes = SMESH::GetNameOfSelectedNodes(mySelector, myActor->getIO(), aString);
|
2005-06-07 19:22:20 +06:00
|
|
|
if (anbNodes >= 3)
|
|
|
|
AddButton->setEnabled(true);
|
2005-06-24 12:21:49 +06:00
|
|
|
else if (anbNodes < 3){
|
|
|
|
AddButton->setEnabled(false);
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
busy = true;
|
|
|
|
myEditCurrentArgument->setText( aString );
|
2006-03-13 20:29:49 +05:00
|
|
|
if (checkEditLine() == -1) {busy = false;return;}
|
2005-06-07 19:22:20 +06:00
|
|
|
busy = false;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 1:{
|
|
|
|
// get selected faces
|
2006-02-07 20:01:11 +05:00
|
|
|
aNbFaces = SMESH::GetNameOfSelectedElements(mySelector, myActor->getIO(), aString);
|
2005-06-24 12:21:49 +06:00
|
|
|
if (aNbFaces<=1){
|
|
|
|
buttonOk->setEnabled( false );
|
|
|
|
buttonApply->setEnabled( false );
|
|
|
|
} else {
|
|
|
|
buttonOk->setEnabled( true );
|
|
|
|
buttonApply->setEnabled( true );
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
busy = true;
|
|
|
|
myEditCurrentArgument->setText( aString );
|
2006-03-13 20:29:49 +05:00
|
|
|
if (checkEditLine() == -1) {busy = false;return;}
|
2005-06-07 19:22:20 +06:00
|
|
|
busy = false;
|
|
|
|
|
|
|
|
// OK
|
|
|
|
myNbOkElements = 1;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
default: return;
|
|
|
|
}
|
2006-02-07 20:01:11 +05:00
|
|
|
if(anbNodes>2 || aNbFaces>1)
|
|
|
|
displaySimulation();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
2006-03-13 20:29:49 +05:00
|
|
|
/*\brief int SMESHGUI_CreatePolyhedralVolumeDlg::checkEditLine()
|
|
|
|
* Checking of indices in edit line.
|
|
|
|
* If incorecct indices in edit line warning message appear and myEditCurrentArgument remove last index.
|
|
|
|
* \retval 1 - if all ok(or no indices in edit line), -1 - if there are incorrect indices.
|
|
|
|
*/
|
|
|
|
int SMESHGUI_CreatePolyhedralVolumeDlg::checkEditLine(bool checkLast)
|
|
|
|
{
|
|
|
|
QString aString = "";
|
|
|
|
SMDS_Mesh* aMesh = 0;
|
|
|
|
|
|
|
|
if(myMesh->_is_nil()) return 1;
|
|
|
|
if(!myActor){
|
|
|
|
myActor = SMESH::FindActorByObject(myMesh);
|
|
|
|
if(!myActor)
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
aMesh = myActor->GetObject()->GetMesh();
|
|
|
|
|
|
|
|
// checking for nodes
|
|
|
|
if (checkLast && myEditCurrentArgument->text().right(1) != QString(" ") ) return 1;
|
2009-02-17 10:27:49 +05:00
|
|
|
QStringList aListId = myEditCurrentArgument->text().split( " ", QString::SkipEmptyParts );
|
2006-03-13 20:29:49 +05:00
|
|
|
for ( int i = 0; i < aListId.count(); i++ ){
|
|
|
|
switch (GetConstructorId()){
|
|
|
|
case 0:{ // nodes
|
|
|
|
const SMDS_MeshNode * aNode = aMesh->FindNode( aListId[ i ].toInt() );
|
|
|
|
if( !aNode ){
|
2012-08-09 16:03:55 +06:00
|
|
|
SUIT_MessageBox::warning(this,
|
|
|
|
tr("SMESH_POLYEDRE_CREATE_ERROR"),
|
|
|
|
tr("The incorrect indices of nodes!"));
|
|
|
|
|
|
|
|
myEditCurrentArgument->clear();
|
|
|
|
myEditCurrentArgument->setText( aString );
|
|
|
|
return -1;
|
2006-03-13 20:29:49 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 1:{ // faces
|
|
|
|
bool aElemIsOK = true;
|
|
|
|
const SMDS_MeshElement * aElem = aMesh->FindElement( aListId[ i ].toInt() );
|
|
|
|
if (!aElem)
|
2012-08-09 16:03:55 +06:00
|
|
|
{
|
|
|
|
aElemIsOK = false;
|
|
|
|
}
|
2006-03-13 20:29:49 +05:00
|
|
|
else
|
2012-08-09 16:03:55 +06:00
|
|
|
{
|
|
|
|
SMDSAbs_ElementType aType = aMesh->GetElementType( aElem->GetID(),true );
|
|
|
|
if (aType != SMDSAbs_Face){
|
|
|
|
aElemIsOK = false;
|
|
|
|
}
|
|
|
|
}
|
2006-03-13 20:29:49 +05:00
|
|
|
if (!aElemIsOK){
|
2012-08-09 16:03:55 +06:00
|
|
|
SUIT_MessageBox::warning(this,
|
|
|
|
tr("SMESH_POLYEDRE_CREATE_ERROR"),
|
|
|
|
tr("The incorrect indices of faces!"));
|
|
|
|
|
|
|
|
myEditCurrentArgument->clear();
|
|
|
|
myEditCurrentArgument->setText( aString );
|
|
|
|
return -1;
|
2006-03-13 20:29:49 +05:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
aString += aListId[ i ] + " ";
|
|
|
|
}
|
|
|
|
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=======================================================================
|
|
|
|
//function : displaySimulation
|
|
|
|
//purpose :
|
|
|
|
//=======================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::displaySimulation()
|
|
|
|
{
|
|
|
|
if ( (myNbOkElements || AddButton->isEnabled()) && GroupButtons->isEnabled() && myActor)
|
|
|
|
{
|
|
|
|
SMESH::TPolySimulation::TVTKIds aVTKIds;
|
2009-02-17 10:27:49 +05:00
|
|
|
vtkIdType aType = VTK_CONVEX_POINT_SET;
|
2006-03-13 20:29:49 +05:00
|
|
|
SMDS_Mesh* aMesh = 0;
|
|
|
|
if ( myActor ){
|
2012-08-09 16:03:55 +06:00
|
|
|
aMesh = myActor->GetObject()->GetMesh();
|
2006-03-13 20:29:49 +05:00
|
|
|
}
|
|
|
|
if (GetConstructorId() == 0 && aMesh){
|
2012-08-09 16:03:55 +06:00
|
|
|
if (!AddButton->isEnabled()){
|
|
|
|
mySimulation->ResetGrid(true);
|
|
|
|
for (int i = 0; i < myFacesByNodes->count(); i++) {
|
|
|
|
QStringList anIds = myFacesByNodes->item(i)->text().split( " ", QString::SkipEmptyParts );
|
|
|
|
SMESH::TPolySimulation::TVTKIds aVTKIds_faces;
|
|
|
|
for (QStringList::iterator it = anIds.begin(); it != anIds.end(); ++it){
|
|
|
|
const SMDS_MeshNode* aNode = aMesh->FindNode( (*it).toInt() );
|
|
|
|
if (!aNode) continue;
|
|
|
|
vtkIdType aId = myActor->GetObject()->GetNodeVTKId( (*it).toInt() );
|
|
|
|
aVTKIds.push_back(aId);
|
|
|
|
aVTKIds_faces.push_back(aId);
|
|
|
|
}
|
|
|
|
if(!Preview->isChecked()){
|
|
|
|
aType = VTK_POLYGON;
|
|
|
|
mySimulation->SetPosition(myActor, aType, aVTKIds_faces,false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(myFacesByNodes->count() == 0){
|
|
|
|
mySimulation->SetVisibility(false);
|
|
|
|
} else {
|
|
|
|
mySimulation->SetVisibility(true);
|
|
|
|
}
|
|
|
|
if(Preview->isChecked()){
|
|
|
|
mySimulation->SetPosition(myActor, aType, aVTKIds);
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
// add ids from edit line
|
|
|
|
QStringList anEditIds = myEditCurrentArgument->text().split( " ", QString::SkipEmptyParts );
|
|
|
|
for ( int i = 0; i < anEditIds.count(); i++ )
|
|
|
|
aVTKIds.push_back( myActor->GetObject()->GetNodeVTKId( anEditIds[ i ].toInt() ));
|
|
|
|
aType = VTK_POLYGON;
|
|
|
|
mySimulation->SetPosition(myActor, aType, aVTKIds);
|
|
|
|
}
|
2006-03-13 20:29:49 +05:00
|
|
|
}else if(GetConstructorId() == 1 && aMesh){
|
2012-08-09 16:03:55 +06:00
|
|
|
QStringList aListId = myEditCurrentArgument->text().split( " ", QString::SkipEmptyParts );
|
|
|
|
for ( int i = 0; i < aListId.count(); i++ )
|
|
|
|
{
|
|
|
|
const SMDS_MeshElement * anElem = aMesh->FindElement( aListId[ i ].toInt() );
|
|
|
|
if ( !anElem ) continue;
|
|
|
|
SMDSAbs_ElementType aFaceType = aMesh->GetElementType( anElem->GetID(),true );
|
|
|
|
if (aFaceType != SMDSAbs_Face) continue;
|
|
|
|
|
|
|
|
SMDS_ElemIteratorPtr anIter = anElem->nodesIterator();
|
|
|
|
SMESH::TPolySimulation::TVTKIds aVTKIds_faces;
|
|
|
|
while( anIter->more() )
|
|
|
|
if ( const SMDS_MeshNode* aNode = (SMDS_MeshNode*)anIter->next() ){
|
|
|
|
vtkIdType aId = myActor->GetObject()->GetNodeVTKId( aNode->GetID() );
|
|
|
|
aVTKIds.push_back(aId);
|
|
|
|
aVTKIds_faces.push_back(aId);
|
|
|
|
}
|
|
|
|
if(!Preview->isChecked()){
|
|
|
|
aType = VTK_POLYGON;
|
|
|
|
mySimulation->SetPosition(myActor, aType, aVTKIds_faces);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(Preview->isChecked())
|
|
|
|
mySimulation->SetPosition(myActor, aType, aVTKIds);
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
2005-06-24 12:21:49 +06:00
|
|
|
SMESH::UpdateView();
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : SetEditCurrentArgument()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::SetEditCurrentArgument()
|
|
|
|
{
|
|
|
|
QPushButton* send = (QPushButton*)sender();
|
|
|
|
if(send == SelectElementsButton) {
|
2009-02-17 10:27:49 +05:00
|
|
|
LineEditElements->setFocus();
|
2005-06-07 19:22:20 +06:00
|
|
|
myEditCurrentArgument = LineEditElements;
|
|
|
|
}
|
|
|
|
SelectionIntoArgument();
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : DeactivateActiveDialog()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::DeactivateActiveDialog()
|
|
|
|
{
|
2009-02-17 10:27:49 +05:00
|
|
|
if ( ConstructorsBox->isEnabled() ) {
|
|
|
|
ConstructorsBox->setEnabled(false);
|
|
|
|
GroupContent->setEnabled(false);
|
|
|
|
GroupButtons->setEnabled(false);
|
2005-06-07 19:22:20 +06:00
|
|
|
mySimulation->SetVisibility(false);
|
2009-02-17 10:27:49 +05:00
|
|
|
mySMESHGUI->ResetState();
|
|
|
|
mySMESHGUI->SetActiveDialogBox(0);
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ActivateThisDialog()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::ActivateThisDialog()
|
|
|
|
{
|
|
|
|
/* Emit a signal to deactivate the active dialog */
|
2009-02-17 10:27:49 +05:00
|
|
|
mySMESHGUI->EmitSignalDeactivateDialog();
|
|
|
|
ConstructorsBox->setEnabled(true);
|
|
|
|
GroupContent->setEnabled(true);
|
|
|
|
GroupButtons->setEnabled(true);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
mySMESHGUI->SetActiveDialogBox( (QDialog*)this );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->SetSelectionMode( FaceSelection );
|
2005-06-07 19:22:20 +06:00
|
|
|
SelectionIntoArgument();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : enterEvent()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::enterEvent(QEvent* e)
|
|
|
|
{
|
2009-02-17 10:27:49 +05:00
|
|
|
if ( ConstructorsBox->isEnabled() )
|
|
|
|
return;
|
|
|
|
ActivateThisDialog();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : closeEvent()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::closeEvent( QCloseEvent* e )
|
|
|
|
{
|
|
|
|
/* same than click on cancel button */
|
2009-02-17 10:27:49 +05:00
|
|
|
ClickOnCancel();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//=======================================================================
|
|
|
|
//function : hideEvent
|
|
|
|
//purpose : caused by ESC key
|
|
|
|
//=======================================================================
|
|
|
|
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::hideEvent ( QHideEvent * e )
|
|
|
|
{
|
|
|
|
if ( !isMinimized() )
|
|
|
|
ClickOnCancel();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : GetConstructorId()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
int SMESHGUI_CreatePolyhedralVolumeDlg::GetConstructorId()
|
|
|
|
{
|
2009-02-17 10:27:49 +05:00
|
|
|
return GroupConstructors->checkedId();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : onAdd()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::onAdd()
|
|
|
|
{
|
|
|
|
SALOME_ListIO selected;
|
|
|
|
mySelectionMgr->selectedObjects( selected );
|
|
|
|
int aNbSel = selected.Extent();
|
|
|
|
if (aNbSel == 0 || !myActor || myMesh->_is_nil()) return;
|
2006-03-13 20:29:49 +05:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
if (checkEditLine(false) == -1) return;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
busy = true;
|
|
|
|
if ( !(myEditCurrentArgument->text().isEmpty()) )
|
|
|
|
{
|
2009-02-17 10:27:49 +05:00
|
|
|
myFacesByNodes->addItem(myEditCurrentArgument->text());
|
2005-06-07 19:22:20 +06:00
|
|
|
//myFacesByNodes->setSelected(myFacesByNodes->count() - 1, true);
|
|
|
|
myNbOkElements = 1;
|
|
|
|
myEditCurrentArgument->clear();
|
|
|
|
AddButton->setEnabled(false);
|
2012-08-09 16:03:55 +06:00
|
|
|
buttonApply->setEnabled( myFacesByNodes->count() > 1 );
|
|
|
|
buttonOk->setEnabled( myFacesByNodes->count() > 1 );
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
busy = false;
|
|
|
|
onListSelectionChanged();
|
|
|
|
displaySimulation();
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : onRemove()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::onRemove()
|
|
|
|
{
|
|
|
|
busy = true;
|
2009-02-17 10:27:49 +05:00
|
|
|
QList<QListWidgetItem*> selItems = myFacesByNodes->selectedItems();
|
|
|
|
QListWidgetItem* anItem;
|
|
|
|
|
|
|
|
if ( selItems.count() > 0 ) myNbOkElements = 1;
|
|
|
|
|
|
|
|
foreach( anItem, selItems )
|
|
|
|
delete anItem;
|
|
|
|
|
|
|
|
RemoveButton->setEnabled( myFacesByNodes->count() > 0 );
|
|
|
|
buttonOk->setEnabled( myFacesByNodes->count() > 1 );
|
|
|
|
buttonApply->setEnabled( myFacesByNodes->count() > 1 );
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
busy = false;
|
2005-06-24 12:21:49 +06:00
|
|
|
displaySimulation();
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : onListSelectionChanged()
|
|
|
|
// purpose : Called when selection in element list is changed
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::onListSelectionChanged()
|
|
|
|
{
|
|
|
|
if (busy || !myActor) return;
|
|
|
|
busy = true;
|
2009-02-17 10:27:49 +05:00
|
|
|
|
2005-06-24 12:21:49 +06:00
|
|
|
SALOME_ListIO aList;
|
|
|
|
mySelectionMgr->setSelectedObjects( aList );
|
2005-06-07 19:22:20 +06:00
|
|
|
TColStd_MapOfInteger aIndexes;
|
2009-02-17 10:27:49 +05:00
|
|
|
|
|
|
|
QList<QListWidgetItem*> selItems = myFacesByNodes->selectedItems();
|
|
|
|
QListWidgetItem* anItem;
|
|
|
|
foreach( anItem, selItems ) {
|
|
|
|
QStringList anIds = anItem->text().split( " ", QString::SkipEmptyParts );
|
|
|
|
for (QStringList::iterator it = anIds.begin(); it != anIds.end(); ++it)
|
|
|
|
aIndexes.Add((*it).toInt());
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
2009-02-17 10:27:49 +05:00
|
|
|
RemoveButton->setEnabled(selItems.count() > 0);
|
2005-06-07 19:22:20 +06:00
|
|
|
mySelector->AddOrRemoveIndex(myActor->getIO(), aIndexes, true );
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->highlight( myActor->getIO(), true, true );
|
2005-06-24 12:21:49 +06:00
|
|
|
mySelectionMgr->clearFilters();
|
|
|
|
aList.Append( myActor->getIO() );
|
|
|
|
mySelectionMgr->setSelectedObjects( aList );
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
busy = false;
|
|
|
|
}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : keyPressEvent()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_CreatePolyhedralVolumeDlg::keyPressEvent( QKeyEvent* e )
|
|
|
|
{
|
|
|
|
QDialog::keyPressEvent( e );
|
|
|
|
if ( e->isAccepted() )
|
|
|
|
return;
|
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
if ( e->key() == Qt::Key_F1 ) {
|
|
|
|
e->accept();
|
|
|
|
ClickOnHelp();
|
|
|
|
}
|
2008-03-07 12:47:05 +05:00
|
|
|
}
|
2012-08-09 16:03:55 +06:00
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : isValid
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
bool SMESHGUI_CreatePolyhedralVolumeDlg::isValid()
|
|
|
|
{
|
|
|
|
if( GroupGroups->isChecked() && ComboBox_GroupName->currentText().isEmpty() ) {
|
|
|
|
SUIT_MessageBox::warning( this, tr( "SMESH_WRN_WARNING" ), tr( "GROUP_NAME_IS_EMPTY" ) );
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|