0000673: BSplineSurfacePy::insertVKnots manipulates UKnots

This commit is contained in:
wmayer
2012-04-16 17:22:48 +02:00
parent abb6b641a5
commit 3f2f65fa3e

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) {