0023102: [CEA 1486 ] Add the parameters for defining the boundary layers

This commit is contained in:
mpa 2015-06-24 12:48:09 +03:00
parent 23d90107ac
commit a8a351ef11
2 changed files with 5 additions and 0 deletions

View File

@ -421,6 +421,8 @@ void StdMeshersGUI_SubShapeSelectorWdg::onListSelectionChanged()
// update remove button
myRemoveButton->setEnabled( selItems.size() > 0 );
emit selectionChanged();
}
//=================================================================================

View File

@ -85,6 +85,9 @@ public:
SMESH_PreviewActorsCollection* GetActorCollection() { return myPreviewActor; }
void ClearSelected();
signals:
void selectionChanged();
private:
void updateState();
void setFilter();