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 f904640a86
commit 75e5df26ef
28 changed files with 1376 additions and 53 deletions

View File

@@ -40,10 +40,10 @@ public:
FemSetGeometryObject(void);
virtual ~FemSetGeometryObject();
/// 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::ViewProviderSetGeometry";
}
virtual App::DocumentObjectExecReturn *execute(void) {
return App::DocumentObject::StdReturn;
}