+ Rename to offsetFaces

This commit is contained in:
wmayer
2014-01-06 13:08:00 +01:00
parent 94a8b0d215
commit 97ad018bd7
2 changed files with 4 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ PyObject* TopoShapeSolidPy::getRadiusOfGyration(PyObject *args)
}
}
PyObject* TopoShapeSolidPy::extrudeFaces(PyObject *args)
PyObject* TopoShapeSolidPy::offsetFaces(PyObject *args)
{
PyObject *obj;
Standard_Real offset;