0000673: BSplineSurfacePy::insertVKnots manipulates UKnots
This commit is contained in:
parent
ed4bf92207
commit
c567271ac1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user