Part: remove uIso and vIso methods. Methods from base class GeomSurface will be used instead

This commit is contained in:
tomate44
2020-09-10 08:10:39 +02:00
committed by wwmayer
parent 4e524cbb1c
commit b81f654905
14 changed files with 0 additions and 329 deletions

View File

@@ -181,16 +181,6 @@ void SpherePy::setAxis(Py::Object arg)
}
}
PyObject *SpherePy::uIso(PyObject *args)
{
return GeometrySurfacePy::uIso(args);
}
PyObject *SpherePy::vIso(PyObject *args)
{
return GeometrySurfacePy::vIso(args);
}
PyObject *SpherePy::getCustomAttributes(const char* /*attr*/) const
{
return 0;