Part: remove uIso and vIso methods. Methods from base class GeomSurface will be used instead
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user