0000673: BSplineSurfacePy::insertVKnots manipulates UKnots

This commit is contained in:
wmayer 2012-04-16 17:22:48 +02:00
parent ed4bf92207
commit c567271ac1

View File

@ -392,7 +392,7 @@ PyObject* BSplineSurfacePy::insertVKnots(PyObject *args)
Handle_Geom_BSplineSurface surf = Handle_Geom_BSplineSurface::DownCast
(getGeometryPtr()->handle());
surf->InsertUKnots(k,m,tol,(add==Py_True));
surf->InsertVKnots(k,m,tol,(add==Py_True));
Py_Return;
}
catch (Standard_Failure) {