} catch (...) {
}
- mySelectionMgr->clearSelected();
SMESH::UpdateView();
Init(false);
ConstructorsClicked(GetConstructorId());
+ SelectionIntoArgument();
}
return true;
}
} catch (...) {
}
- mySelectionMgr->clearSelected();
SMESH::UpdateView();
Init(false);
ConstructorsClicked(GetConstructorId());
+ SelectionIntoArgument();
}
}
} catch (...) {
}
- mySelectionMgr->clearSelected();
SMESH::UpdateView();
Init(false);
+ SelectionIntoArgument();
}
}
} catch (...) {
}
- mySelectionMgr->clearSelected();
SMESH::UpdateView();
Init(false);
ConstructorsClicked(GetConstructorId());
+ SelectionIntoArgument();
}
}
} catch (...) {
}
- mySelectionMgr->clearSelected();
SMESH::UpdateView();
Init(false);
ConstructorsClicked(GetConstructorId());
+ SelectionIntoArgument();
}
}
aNbUnits = anElementsIds->length();
}
} else {
- aNbUnits = SMESH::GetNameOfSelectedElements(mySelector, myActor->getIO(), aString);
+ aNbUnits = SMESH::GetNameOfSelectedElements(mySelector, IO, aString);
myElementsId = aString;
}