Make uniform the use of B-spline visible to users
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411 This commit does not include fixes to source comments unless they were 'doxygenated'. No .xml files were altered either.
This commit is contained in:
@@ -760,7 +760,7 @@ PyObject* GeometrySurfacePy::toBSpline(PyObject * args)
|
||||
return new BSplineSurfacePy(new GeomBSplineSurface(cvt.Surface()));
|
||||
}
|
||||
else {
|
||||
Standard_Failure::Raise("Cannot convert to B-Spline surface");
|
||||
Standard_Failure::Raise("Cannot convert to B-spline surface");
|
||||
}
|
||||
}
|
||||
catch (Standard_Failure& e) {
|
||||
|
||||
Reference in New Issue
Block a user