mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-22 02:45:36 +05:00
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
Add to Init() a flag controlling the state of "Insert filter in viewer"
This commit is contained in:
parent
8203a3d57e
commit
8f1d6d923f
@ -222,8 +222,8 @@ public:
|
|||||||
SMESHGUI_FilterDlg( SMESHGUI*, const int );
|
SMESHGUI_FilterDlg( SMESHGUI*, const int );
|
||||||
virtual ~SMESHGUI_FilterDlg();
|
virtual ~SMESHGUI_FilterDlg();
|
||||||
|
|
||||||
void Init( const QList<int>& );
|
void Init( const QList<int>&, const bool setInViewer=true );
|
||||||
void Init( const int );
|
void Init( const int, const bool setInViewer=true );
|
||||||
|
|
||||||
void SetSelection();
|
void SetSelection();
|
||||||
void SetMesh (SMESH::SMESH_Mesh_var);
|
void SetMesh (SMESH::SMESH_Mesh_var);
|
||||||
|
Loading…
Reference in New Issue
Block a user