Dialog for dealing with creation and edeting of node sets

This commit is contained in:
jriegel
2013-03-03 22:19:04 +01:00
parent 676583eac0
commit 8d3f1a9f24
28 changed files with 1376 additions and 53 deletions

View File

@@ -40,10 +40,10 @@ public:
FemSetFacesObject(void);
virtual ~FemSetFacesObject();
/// returns the type name of the ViewProvider
//virtual const char* getViewProviderName(void) const {
// return "FemGui::ViewProviderFemSet";
//}
// returns the type name of the ViewProvider
virtual const char* getViewProviderName(void) const {
return "FemGui::ViewProviderSetFaces";
}
virtual App::DocumentObjectExecReturn *execute(void) {
return App::DocumentObject::StdReturn;
}