mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
+ SMESH::Filter_var GetFilter() const; + void SetFilter(SMESH::Filter_var filter, int type);
This commit is contained in:
parent
cb376aa1de
commit
03ccec76c7
@ -231,6 +231,9 @@ public:
|
||||
|
||||
static SMESH::Filter::Criterion createCriterion();
|
||||
|
||||
SMESH::Filter_var GetFilter() const;
|
||||
void SetFilter(SMESH::Filter_var filter, int type);
|
||||
|
||||
signals:
|
||||
|
||||
void Accepted();
|
||||
|
Loading…
Reference in New Issue
Block a user