Extensions: Introduce classes and port App groups

This commit is contained in:
Stefan Tröger
2016-05-26 21:42:12 +02:00
committed by wmayer
parent 4375299724
commit 6fa964c53f
55 changed files with 17135 additions and 191 deletions

View File

@@ -47,4 +47,8 @@ int PartFeaturePy::setCustomAttributes(const char* , PyObject *)
return 0;
}
PyObject* PartFeaturePy::test(PyObject *args)
{
PyErr_SetString(PyExc_NotImplementedError, "Not yet implemented");
return 0;
}