implement generic uIso/vIso methods in GeometrySurfacePy

This commit is contained in:
wmayer
2016-10-17 16:10:33 +02:00
parent c80a8a271f
commit 56721e6a37
6 changed files with 117 additions and 60 deletions

View File

@@ -185,18 +185,6 @@ PyObject* PlateSurfacePy::makeApprox(PyObject *args, PyObject* kwds)
} PY_CATCH_OCC;
}
PyObject* PlateSurfacePy::uIso(PyObject * /*args*/)
{
PyErr_SetString(PyExc_NotImplementedError, "Not yet implemented");
return 0;
}
PyObject* PlateSurfacePy::vIso(PyObject * /*args*/)
{
PyErr_SetString(PyExc_NotImplementedError, "Not yet implemented");
return 0;
}
PyObject *PlateSurfacePy::getCustomAttributes(const char* /*attr*/) const
{
return 0;